Skip to content

A Python class for finding the nearest parabola to a trendline for a given inflection point. Useful for risk assessment when you think a trend is probably linear but could be parabolic. Keep in mind that if an inflection point is far from the current data, the parabolic trend WOULD NOT look linear, and therefore there is never a reason to test i…

License

Notifications You must be signed in to change notification settings

ahfretheim/curveFit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

curveFit

A Python class for finding the nearest parabola to a trendline for a given inflection point. Useful for risk assessment when you think a trend is probably linear but could be parabolic. Keep in mind that if an inflection point is far from the current data, the parabolic trend WOULD NOT look linear, and therefore there is never a reason to test inflection points far from your current data

Current version: 0.2 BETA

About

A Python class for finding the nearest parabola to a trendline for a given inflection point. Useful for risk assessment when you think a trend is probably linear but could be parabolic. Keep in mind that if an inflection point is far from the current data, the parabolic trend WOULD NOT look linear, and therefore there is never a reason to test i…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages