CategoricalGenLinModelSolve Method |
Returns the parameter estimates and associated statistics for a
CategoricalGenLinModel object.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[,] Solve()
Public Overridable Function Solve As Double(,)
public:
virtual array<double,2>^ Solve()
abstract Solve : unit -> float[,]
override Solve : unit -> float[,]
Return Value
Type:
Double
An
nCoef row by 4 column
double matrix containing the
parameter estimates and associated statistics.
Exceptions Remarks
Here, nCoef is the number of coefficients in the model. The
statistics returned are as follows:
Column | Statistic |
---|
0 | Coefficient estimate. |
1 | Estimated standard deviation of the
estimated coefficient. |
2 | Asymptotic normal score for testing
that the coefficient is zero. |
3 | - value
associated with the normal score in column 2. |
See Also