Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARDL model #3951

Open
AZFARHAD24511 opened this issue Mar 24, 2024 · 0 comments
Open

ARDL model #3951

AZFARHAD24511 opened this issue Mar 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@AZFARHAD24511
Copy link

Describe the feature you want to add to this project

In statistics and econometrics, a distributed lag model is a model for time series data in which a regression equation is used to predict current values of a dependent variable based on both the current values of an explanatory variable and the lagged (past period) values of this explanatory variable .

The starting point for a distributed lag model is an assumed structure of the form:

[ y_t = a + w_0x_t + w_1x_{t-1} + w_2x_{t-2} + \ldots + \text{error term} ]

or the form:

[ y_t = a + w_0x_t + w_1x_{t-1} + w_2x_{t-2} + \ldots + w_nx_{t-n} + \text{error term} ]

where (y_t) is the value at time period (t) of the dependent variable (y), (a) is the intercept term to be estimated, and (w_i) is called the lag weight (also to be estimated) placed on the value (i) periods previously of the explanatory variable (x). In the first equation, the dependent variable is assumed to be affected by values of the independent variable arbitrarily far in the past, so the number of lag weights is infinite and the model is called an infinite distributed lag model. In the alternative, second, equation, there are only a finite number of lag weights, indicating an assumption that there is a maximum lag beyond which values of the independent variable do not affect the dependent variable; a model based on this assumption is called a finite distributed lag model.

In an infinite distributed lag model, an infinite number of lag weights need to be estimated; clearly this can be done only if some structure is assumed for the relation between the various lag weights, with the entire infinitude of them expressible in terms of a finite number of assumed underlying parameters. In a finite distributed lag

Describe your proposed solution

auto ARDL is the nice part of econometrics and it should be put in feature of pycaret.

Describe alternatives you've considered, if relevant

No response

Additional context

No response

@AZFARHAD24511 AZFARHAD24511 added the enhancement New feature or request label Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant