Uses of Class
com.imsl.stat.Covariances.NonnegativeWeightException
Packages that use Covariances.NonnegativeWeightException
-
Uses of Covariances.NonnegativeWeightException in com.imsl.stat
Methods in com.imsl.stat that throw Covariances.NonnegativeWeightExceptionModifier and TypeMethodDescriptionfinal double[][]Covariances.compute(int matrixType) Computes the matrix.voidSelectionRegression.compute(double[][] x, double[] y, double[] weights) Computes the best weighted multiple linear regression models.voidSelectionRegression.compute(double[][] x, double[] y, double[] weights, double[] frequencies) Computes the best weighted multiple linear regression models using frequencies for each observation.Constructors in com.imsl.stat that throw Covariances.NonnegativeWeightExceptionModifierConstructorDescriptionStepwiseRegression(double[][] x, double[] y, double[] weights) Creates a new instance of weightedStepwiseRegression.StepwiseRegression(double[][] x, double[] y, double[] weights, double[] frequencies) Creates a new instance of weightedStepwiseRegressionusing observation frequencies.