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

Add public methods to return parameters of Exponential Smoothing models #82

Open
amoralico opened this issue Jul 27, 2017 · 2 comments
Open

Comments

@amoralico
Copy link

amoralico commented Jul 27, 2017

There are no public methods to get the parameters of an Exponential Smoothing model.
For example, getAlpha, getBeta, getLevel, etc.
This parameter values are only visible using toString() method of the model.

@pavolloffay
Copy link
Member

Thanks for reporting, I'm planning to do more work on this library in the next couple of weeks.

@amoralico
Copy link
Author

Thanks to you. The work you've done is awesome.

@amoralico amoralico changed the title Add public methods to return parameters of Exponential Smoothing methods Add public methods to return parameters of Exponential Smoothing models Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants