Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWLogisticLevenbergMarquardt


RWLogisticLevenbergMarquardt RWRegressionCalc<double,RWBoolean>

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

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 of the User's Guide.

Example

Public Constructor

RWLogisticLevenbergMarquardt();

Public Member Functions

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


Previous fileTop of DocumentContentsIndexNext file

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