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 least squares approximation #93

Merged
merged 3 commits into from
Oct 21, 2024
Merged

Add least squares approximation #93

merged 3 commits into from
Oct 21, 2024

Conversation

JoshuaLampert
Copy link
Owner

@JoshuaLampert JoshuaLampert commented Oct 19, 2024

Allow to interpolate, where centers of basis functions differ from the data sites to perform a least squares approximation.

TODO:

Copy link

codecov bot commented Oct 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.61%. Comparing base (56f338e) to head (c97eea4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
+ Coverage   98.59%   98.61%   +0.02%     
==========================================
  Files          40       41       +1     
  Lines        1137     1155      +18     
==========================================
+ Hits         1121     1139      +18     
  Misses         16       16              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JoshuaLampert JoshuaLampert marked this pull request as ready for review October 21, 2024 15:55
@JoshuaLampert JoshuaLampert merged commit f713f46 into main Oct 21, 2024
15 checks passed
@JoshuaLampert JoshuaLampert deleted the least-squares branch October 21, 2024 15:56
@JoshuaLampert JoshuaLampert added the enhancement New feature or request label Oct 22, 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

Successfully merging this pull request may close these issues.

1 participant