vtools.functions.interpolate¶
Module for data interpolation using splines or interfaces unavailable in Pandas.
Functions
|
RATSP1 in Spath (1995) |
|
|
|
|
|
Interpolating a regular time series (rts) to a finer rts by rational histospline. |
|
Histopline for arrays with tension. |
|
Numpy implementation of histospline with bounds Histopline for arrays with lower bound enforcement. |
|
Routine that produces coefficients for the histospline |
|
Evaluate a histospline at new x points |
|
Interpolate a regular time series (rts) to a finer rts by rational histospline. |
|
a is the lower band (with leading zero) b is the center diagonal (length == nrow) c is upper band (trailing zero) d is right hand side |