Skip to content

Conversation

@josepablocam
Copy link
Contributor

added a ewma class and tests

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that this is likely to be the most computationally expensive part, can we expand it into a while loop for efficiency? This would also allow us to avoid calling toArray on the vectors, which requires making copies.

@josepablocam
Copy link
Contributor Author

This is the latest version: incorporates style changes, changing objective function to use while loop, and changed optimization to use gradient descent approach

@sryza
Copy link
Owner

sryza commented Jun 18, 2015

This looks great. Merging it in.

sryza added a commit that referenced this pull request Jun 18, 2015
added EWMA functionality and tests
@sryza sryza merged commit fab45bc into sryza:master Jun 18, 2015
@josepablocam josepablocam deleted the ewma branch June 23, 2015 17:31
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

Successfully merging this pull request may close these issues.

2 participants