Click or drag to resize
IRegressionBasisBasis Method
Basis function for the nonlinear least-squares function.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double Basis(
	int index,
	double x
)

Parameters

index
Type: SystemInt32
A int which specifies the index of the basis function to be evaluated at x.
x
Type: SystemDouble
A double which specifies the point at which the function is to be evaluated.

Return Value

Type: Double
A double which specifies the returned value of the function at x.
See Also