Click or drag to resize
SelectionRegression Constructor
Constructs a new SelectionRegression object.

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

Parameters

nCandidate
Type: SystemInt32
An int containing the number of candidate variables (independent variables).
Remarks

nCandidate must be greater than 2.

See Also