Click or drag to resize
StepwiseRegression Constructor
Overload List
  NameDescription
Public methodStepwiseRegression(Double[,],Double[])
Creates a new instance of StepwiseRegression.
Public methodStepwiseRegression(Double[,], Int32)
Creates a new instance of StepwiseRegression from a user-supplied variance-covariance matrix.
Public methodStepwiseRegression(Double[,],Double[],Double[])
Creates a new instance of weighted StepwiseRegression.
Public methodStepwiseRegression(Double[,],Double[],Double[],Double[])
Creates a new instance of weighted StepwiseRegression using observation frequencies.
Top
See Also