Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Business Analysis Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWLogisticRegressionParam


Does not inherit

Local Index

Members

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, "Significance of the Model (Overall F Statistic)," in the Business Analysis Module User's Guide.

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 DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.