python - Avoid oscillations of the curve fitting -


i have got experimental data (orange points). data not have oscillations nature. curve fitting (polynomial) , obtain green points. may see there oscillations closer beginning of x-axis.

i came idea of dividing initial data several parts (based on derivations example) , curve fitting of each part additional conditions on boundaries (equivalent of first , second derivations).

before start implement find out if there implementation of similar algorithm? or maybe can advice me method of avoiding oscillations?

enter image description here


Comments

Popular posts from this blog

python - Error: Unresolved reference 'selenium' What is the reason? -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -