Files
OpenBB/website/content/pro/widgets/tabular-data/forecasting.md
DidierRLopes a96e52de20 Docs/pro new widgets struct (#5805)
* Improve widgets library structure

* add styling to widgets library images

* black linting

* update widgets library index generator

* update border of docs image

* shift grouping Minh suggestion

* no ruff in this file

* Update chart-from-raw-data.md

* lint

* add pro to index docs

* add workflows to docs

* dunno how to spell existent lol

* navbar logo to go to root docs

* push missing bg

* backend for terminal pro repo - Andrew suggestion

* update content slightly

* no widgets-library content should be pushed, this is generated at runtime

* add Rita's vidos + review everything
2023-11-30 00:34:27 +00:00

1.5 KiB
Vendored

title, sidebar_position, description, keywords, draft
title sidebar_position description keywords draft
Forecasting 2 Comprehensive documentation page about forecasting using OpenBB Terminal Pro. Including out-of-the-box solutions such as Linear Regression and Nixtla's GPT.
forecasting
investment research
financial time series
financial model
Linear Regression
Nixtla's GPT
machine learning
time series
API key
true

import HeadTitle from '@site/src/components/General/HeadTitle.tsx';

In the dynamic world of investment research, the ability to accurately model and forecast financial time series is a crucial skill. OpenBB Terminal Pro empowers you to do just that, right from our user-friendly interface. Simply select the time series you wish to model or forecast, choose your preferred model, and voila! A chart is generated, displaying your selected time series alongside the forecast or model you've chosen.

To get you started, we offer the following out-of-the-box solutions:

  • Linear Regression: This is a fundamental statistical and machine learning method. It's used to understand the relationship between two variables, with one being the predictor or independent variable and the other being the response or dependent variable.

  • Nixtla's GPT (API key required): This is a state-of-the-art forecasting model. It's designed to handle a wide range of time series patterns, making it a versatile tool for your forecasting needs. Please note that an API key is required to use this feature.