Constructs a new SelectionRegression object.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public SelectionRegression( int nCandidate ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ nCandidate As Integer _ ) |
Visual C++ |
---|
public: SelectionRegression( int nCandidate ) |
Parameters
- nCandidate
- Type: System..::.Int32
An int containing the number of candidate variables (independent variables).
Remarks
nCandidate must be greater than 2.