SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Container class for logistic regression parameter estimates and their associated statistical quantities. More...
#include <rw/analytics/logregparam.h>
Public Member Functions | |
RWLogisticRegressionParam () | |
RWLogisticRegressionParam (const RWLogisticRegressionParam &rhs) | |
RWInterval< double > | confidenceInterval (double alpha) const |
RWLogisticRegressionParam & | operator= (const RWLogisticRegressionParam &rhs) |
double | standardError () const |
double | value () const |
double | waldChiSqStatCriticalValue (double alpha) const |
double | waldChiSqStatistic () const |
double | waldChiSqStatPValue () const |
RWLogisticRegressionParam is the container class for logistic regression parameter estimates and their associated statistical quantities. The estimates are described in the Business Analysis Module User's Guide.
|
inline |
Constructs an empty fitted parameter object. Behavior undefined.
|
inline |
Constructs a copy of rhs.
RWInterval<double> RWLogisticRegressionParam::confidenceInterval | ( | double | alpha | ) | const |
Returns an alpha level confidence interval for the parameter.
RWLogisticRegressionParam& RWLogisticRegressionParam::operator= | ( | const RWLogisticRegressionParam & | rhs | ) |
Assignment operator.
double RWLogisticRegressionParam::standardError | ( | ) | const |
Returns the estimated standard error for the fitted value. This is the square root of the estimated variance, V, described in the Business Analysis Module User's Guide.
|
inline |
Returns the least squares estimate for the parameter.
|
inline |
Returns the critical value for the Wald chi-square statistic at significance level alpha.
|
inline |
Returns the Wald chi-square statistic for the hypothesis that the parameter is equal to 0.
|
inline |
Returns the P-value for the parameter Wald chi-square statistic.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |