help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pade function in Octave?


From: Nir Krakauer
Subject: Re: pade function in Octave?
Date: Fri, 1 Nov 2019 15:21:05 -0400

PCHIP [1] is an interpolation method that is guaranteed to be preserve monotonicity. If the data has noise, you can fit a non-parametric monotone function to it using, e.g. monotone_smooth [2].

[1] https://octave.sourceforge.io/octave/function/pchip.html
[2] https://octave.sourceforge.io/statistics/function/monotone_smooth.html

reply via email to

[Prev in Thread] Current Thread [Next in Thread]