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

[<Library component: Models|Core|etc...>] Unable to find details for the returned values #950

Open
laniakea opened this issue Nov 27, 2024 · 0 comments

Comments

@laniakea
Copy link

Description

Using ARIMA function to fit it over data but I can't find the details of the returned values.
When I investigate result.fitted_[0,0].model_.keys(), I get:

dict_keys(['coef', 'sigma2', 'var_coef', 'mask', 'loglik', 'aic', 'arma', 'residuals', 'code', 'n_cond', 'nobs', 'model', 'aicc', 'bic', 'xreg', 'lambda', 'x'])

There isn't much documentation about the above, and that said, I was unable to find a single description of what these parameters are:

result.fitted_[0,0].model_['model'].keys()
Out[22]: dict_keys(['phi', 'theta', 'delta', 'Z', 'a', 'P', 'T', 'V', 'h', 'Pn'])

Could you please provide some explenation of what these represent each? I'm trying to see if I can find z-scores, p-values etc.

I know it is a lot work to document everything and thank you for the great work you're doing.

Link

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant