Uses of Class
com.imsl.stat.NonlinearRegression.NegativeWeightException
Packages that use NonlinearRegression.NegativeWeightException
-
Uses of NonlinearRegression.NegativeWeightException in com.imsl.stat
Methods in com.imsl.stat that throw NonlinearRegression.NegativeWeightExceptionModifier and TypeMethodDescriptiondouble[]NonlinearRegression.solve(NonlinearRegression.Function F) Solves the least squares problem and returns the regression coefficients.