SelectionRegression Constructor |
Constructs a new SelectionRegression object.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public SelectionRegression(
int nCandidate
)
Public Sub New (
nCandidate As Integer
)
public:
SelectionRegression(
int nCandidate
)
new :
nCandidate : int -> SelectionRegression
Parameters
- nCandidate
- Type: SystemInt32
An int containing the number of candidate variables
(independent variables).
Remarks nCandidate must be greater than 2.
See Also