Skip to content

optimized 1d regression#7

Merged
stevengj merged 1 commit intomasterfrom
fast1dregression
Jun 22, 2022
Merged

optimized 1d regression#7
stevengj merged 1 commit intomasterfrom
fast1dregression

Conversation

@stevengj
Copy link
Member

Sped up the 1d Chebyshev regression routine (by using the recurrence to construct the Vandermonde matrix). This is only a constant-factor speedup, but the improvement is still significant.

Could also do this in the N-dimensional case, but the bookkeeping there is more painful.

@stevengj stevengj added the enhancement New feature or request label Jun 22, 2022
@stevengj stevengj merged commit 2cf0622 into master Jun 22, 2022
@stevengj stevengj deleted the fast1dregression branch June 22, 2022 23:37
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

Successfully merging this pull request may close these issues.

1 participant