RealNumLibDInterpolation2(Double, RealNArrayD, Int32, Double) Method
Interpolation with linear uncertainty interpolation
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static D Interpolation2(
double[] x,
RealNArray<D> y,
int n,
double xx
)
Public Shared Function Interpolation2 (
x As Double(),
y As RealNArray(Of D),
n As Integer,
xx As Double
) As D
public:
static D Interpolation2(
array<double>^ x,
RealNArray<D>^ y,
int n,
double xx
)
static member Interpolation2 :
x : float[] *
y : RealNArray<'D> *
n : int *
xx : float -> 'D
- x Double
- X Values
- y RealNArrayD
- Y Values
- n Int32
- Interpolation Order: 1 to Number of Points - 1
- xx Double
- XX Value
DYY Value