Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWLogisticRegressionParam



Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Synopsis

#include <rw/analytics/logregress.h>
#include <rw/analytics/logparam.h>

RWLogisticRegression lr;
RWTValVector<RWLogisticRegressionParam> p = lr.parameterEstimates();

Description

RWLogisticRegressionParam is the container class for logistic regression parameter estimates and their associated statistical quantities. The estimates are described in Section 3.2.4.

Example

Public Constructors

RWLogisticRegressionParam();
RWLogisticRegressionParam(const RWLogisticRegressionParam& a);

Public Member Functions

RWInterval<double> 
confidenceInterval(double alpha) const;
double 
standardError() const;
double 
waldChiSqStatCriticalValue(double alpha) const;
double 
waldChiSqStatistic() const;
double 
waldChiSqStatPvalue() const;
double 
value() const;

Public Member Operator

RWLogisticRegressionParam& 
operator=(const RWLogisticRegressionParam&); 


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.