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

RWLogisticLevenbergMarquardt


RWLogisticLevenbergMarquardt RWRegressionCalc<double,bool>

Local Index

Members

Synopsis

#include <rw/analytics/loglevbg.h>
RWLogisticLevenbergMarquardt c;

Description

Class RWLogisticLevenbergMarquardt calculates model parameter estimates from logistic regression data using the Levenberg-Marquardt method, described in Section 5.5.2.2, "RWLogisticLevenbergMarquardt," in the Business Analysis Module User's Guide.

Example

Public Constructor

RWLogisticLevenbergMarquardt();

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 
RWLogisticLevenbergMarquardt
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.