Click or drag to resize
NonlinearRegression Constructor
Constructs a new nonlinear regression object.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NonlinearRegression(
	int nparm
)

Parameters

nparm
Type: SystemInt32
An int which specifies the number of unknown parameters in the regression.
See Also