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

RWLogisticIterLSQ


RWLogisticIterLSQ RWRegressionCalc<double,bool>

Local Index

Members

Synopsis

#include <rw/analytics/loglsq.h>

RWLogisticIterLSQ c;

Description

Class RWLogisticIterLSQ calculates model parameter estimates from logistic regression data using the iterative least squares method described in Section 5.5.2.1, "RWLogisticIterLSQ" in the Business Analysis Module User's Guide.

Example

Public Constructor

RWLogisticIterLSq();

Public Member Functions

virtual 
void 
addObsToBaseCalc(const 
                 RWAddObservations<double,bool>& r);
virtual 
void
addPredToBaseCalc(const RWAddPredictors<double,bool>& r);
virtual 
void
calc(const RWGenMat<double>& xdata, 
     RWMathVec<bool> ydata)=0;
virtual 
RWLogisticIterLSq
clone() const = 0;
virtual 
bool 
fail() const = 0;
virtual 
RWCString 
name() const = 0;
virtual
RWMathVec<double>
parameters() const = 0;
virtual 
void
removeObsFromBaseCalc(const
               RWRemoveObservations<double,bool>& r);
virtual 
void
removePredFromBaseCalc(const
                    RWRemovePredictors<double,bool>& r);
virtual 
void
setBaseCalc(const RWGenMat<double>& xdata, 
            const RWMathVec<bool>& ydata);


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.