Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
documentation:language_reference:objects:interpolatingfunction:functions:monotoniccspline [2019/09/09 15:02] – created Martin Brassdocumentation:language_reference:objects:interpolatingfunction:functions:monotoniccspline [2019/09/09 15:24] – rename Martin Brass
Line 1: Line 1:
 {{indexmenu_n>999}} {{indexmenu_n>999}}
-====== MonotonicCSpline ======+====== HermiteCSpline ======
  
 ### ###
-InterpolatingFunction.MonotonicCSpline(x,y) creates a C-Spline that is monotonic if the values are monotonic+InterpolatingFunction.HermiteCSpline(x,y,m) creates a Cubic-Hermite-Spline with knots x, values y and slopes m (all tables of realvalues) 
 + 
 +InterpolatingFunction.HermiteCSpline(x,y) creates a Monotone-Cubic-Spline where the slopes are chosen such that the returned function is monotonic if y is monotonic
  
 see also https://en.wikipedia.org/wiki/Monotone_cubic_interpolation see also https://en.wikipedia.org/wiki/Monotone_cubic_interpolation
Print/export