Click or drag to resize
UserBasisRegression Constructor
Constructs a UserBasisRegression object.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public UserBasisRegression(
	IRegressionBasis basis,
	int nBasis,
	bool hasIntercept
)

Parameters

basis
Type: Imsl.StatIRegressionBasis
A IRegressionBasis basis function supplied by the user.
nBasis
Type: SystemInt32
A int which specifies the number of basis functions.
hasIntercept
Type: SystemBoolean
A bool which specifies whether or not the model has an intercept.
See Also