Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

5.3 Parameter Estimate Classes

Analytics.h++ provides container classes for storing regression model parameter estimates and their associated statistical quantities. These classes are:

Both classes contain parameter estimates: t statistics (for linear regression), Wald chi-square statistics (for logistic regression), p-values, critical values, and confidence intervals.

Instances of these classes are constructed only by their corresponding regression classes. For example, to obtain the vector of parameter estimates for a logistic regression, you must construct an instance of RWLogisticRegression and invoke the parameterEstimates() method on the object, as demonstrated in the following example:

There are also classes for testing hypotheses about linear regression model parameters.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.