| | Name | Description |
|---|
 | Interpolate(IReadOnlyListDouble, IReadOnlyListDouble) |
Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.
|
  | Interpolate(Double, Double, Double, Double, Double) |
Linearly interpolates between two points (x0, y0) and (x1, y1) at x.
|
  | Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, Int32, IReadOnlyListDouble, Int32, Double, Double) |
Resamples the provided x/y columns to the x positions provided in xnewsampling.
|
  | Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, Int32, Double, Double, Int32, Double, Double) |
Resamples the provided x/y columns to a uniformly spaced output starting at xstart with increment xincrement.
|