SelectionRegressionCompute Method (Double, Double, Double, Double) |
Namespace: Imsl.Stat
public virtual void Compute( double[,] x, double[] y, double[] weights, double[] frequencies )
Exception | Condition |
---|---|
NoVariablesException | is thrown if no variables can enter any model |
NegativeFreqException | is thrown if a frequency is less than zero. |
NegativeWeightException | is thrown if a weight is less than zero. |
TooManyObsDeletedException | is thrown if more observations have been deleted than were originally entered |
MoreObsDelThanEnteredException | is thrown if more observations are being deleted from the output covariance matrix than were originally entered |
DiffObsDeletedException | is thrown if different observations are being deleted from the return matrix than were originally entered |
The number of columns in x must be equal to the number of variables set in the constructor.