Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
avhz
/
RustQuant
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
213
Star
1.8k
Code
Issues
26
Pull requests
4
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Natural Cubic Spline Interpolation
- #301
#301
Open
yfnaji
wants to merge 19 commits into
avhz:main
avhz/RustQuant:main
from
yfnaji:cubic-spline
yfnaji/RustQuant:cubic-spline
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Open
Natural Cubic Spline Interpolation
#301
yfnaji
wants to merge 19 commits into
avhz:main
avhz/RustQuant:main
from
yfnaji:cubic-spline
yfnaji/RustQuant:cubic-spline
Copy head branch name to clipboard
Commits
Commits on Oct 5, 2025
Cubic-Splines: Implementation of the cubic splines interpolation
yfnaji
committed
07ad435
View commit details
Copy full SHA for 07ad435
Browse repository at this point
Cubic-Splines: Add interpolation unit tests
yfnaji
committed
0785221
View commit details
Copy full SHA for 0785221
Browse repository at this point
Cubic-Splines: Add helper functions unit tests
yfnaji
committed
d292c62
View commit details
Copy full SHA for d292c62
Browse repository at this point
Cubic-Splines: Modifications to InterpolationIndex and InterpolationValue traits + introduce the IntoValue trait
yfnaji
committed
b4869d7
View commit details
Copy full SHA for b4869d7
Browse repository at this point
Cubic-Splines: Ensure interpolator is fitted when interpolating otherwise raise error
yfnaji
committed
32f9de6
View commit details
Copy full SHA for 32f9de6
Browse repository at this point
Cubic-Splines: Naming amendments for clarity + remove redundant variable
yfnaji
committed
d48cd94
View commit details
Copy full SHA for d48cd94
Browse repository at this point
Cubic-Spline: Resolve Clippy warnings
yfnaji
committed
7468420
View commit details
Copy full SHA for 7468420
Browse repository at this point
Cubic-Spline: Amend add_point() to not fit interpolator and set fitted attribute to false
yfnaji
committed
b93660e
View commit details
Copy full SHA for b93660e
Browse repository at this point
Cubic-Spline: Unit test for adding a point and not refitting
yfnaji
committed
c5053a6
View commit details
Copy full SHA for c5053a6
Browse repository at this point
Cubic-Spline: Amend IntoValue trait implementation for numerical data types
yfnaji
committed
855f2e8
View commit details
Copy full SHA for 855f2e8
Browse repository at this point
Cubic-Spline: Rewrite Interpolator by replacing LDLT decomposition with Cholesky Decomposition
yfnaji
committed
bd0c0ac
View commit details
Copy full SHA for bd0c0ac
Browse repository at this point
Cubic-Spline: Amend test reference values to reflect more accurate interpolator implementation
yfnaji
committed
7d60480
View commit details
Copy full SHA for 7d60480
Browse repository at this point
Cubic-Spline: Rewrite helper methods tests for Cholesky decomposition implementation
yfnaji
committed
c742b52
View commit details
Copy full SHA for c742b52
Browse repository at this point
Cubic-Spline: Create square_root trait for the Cholesky decomposition
yfnaji
committed
74d31c3
View commit details
Copy full SHA for 74d31c3
Browse repository at this point
Cubic-Spline: Import maths feature for rust_decimal to apply square roots needed for Cholesky decomposition
yfnaji
committed
fc5edfc
View commit details
Copy full SHA for fc5edfc
Browse repository at this point
Replace dates with floats for interpolation and curves
yfnaji
committed
4621113
View commit details
Copy full SHA for 4621113
Browse repository at this point
Cubic-Spline: Clippy amendments
yfnaji
committed
a326478
View commit details
Copy full SHA for a326478
Browse repository at this point
Missed replacement of Date with f64
yfnaji
committed
d49ffd2
View commit details
Copy full SHA for d49ffd2
Browse repository at this point
Cubic-Spline: Further Clippy amendments
yfnaji
committed
c61fe8e
View commit details
Copy full SHA for c61fe8e
Browse repository at this point
You can’t perform that action at this time.