Uses of Class
com.imsl.stat.CategoricalGenLinModel.ClassificationVariableException
Packages that use CategoricalGenLinModel.ClassificationVariableException
-
Uses of CategoricalGenLinModel.ClassificationVariableException in com.imsl.stat
Methods in com.imsl.stat that throw CategoricalGenLinModel.ClassificationVariableExceptionModifier and TypeMethodDescriptionint[]CategoricalGenLinModel.getClassificationVariableCounts()Returns the number of values taken by each classification variable.double[]CategoricalGenLinModel.getClassificationVariableValues()Returns the distinct values of the classification variables in ascending order.double[][]CategoricalGenLinModel.getHessian()Returns the Hessian computed at the initial parameter estimates.double[]CategoricalGenLinModel.getProduct()Returns the inverse of the Hessian times the gradient vector computed at the input parameter estimates.double[][]CategoricalGenLinModel.solve()Returns the parameter estimates and associated statistics for a CategoricalGenLinModel object.