Basis function for the nonlinear least-squares function.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
double Basis(
	int index,
	double x
)
Visual Basic (Declaration)
Function Basis ( _
	index As Integer, _
	x As Double _
) As Double
Visual C++
double Basis(
	int index, 
	double x
)

Parameters

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

Return Value

A double which specifies the returned value of the function at x.

See Also