IMSL C# Numerical Library

SelectionRegression Constructor 

Constructs a new SelectionRegression object.

public SelectionRegression(
   int nCandidate
);

Parameters

nCandidate
An int containing the number of candidate variables (independent variables).

Remarks

nCandidate must be greater than 2.

See Also

SelectionRegression Class | Imsl.Stat Namespace