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