Rogue Wave banner
Previous fileTop of DocumentContentsIndexNo Next file

RWRemovePredictors<T,S>



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

Synopsis

#include <rw/analytics/regcalc.h>
RWRemovePredictors<double,double> a;

Description

Class RWRemovePredictors<T,S> contains information regarding the removal of predictor variables from a base parameter calculation object's base calculation. The removal information must consist of the following:

Example

Public Constructors

RWRemovePredictors();
RWRemovePredictors(const RWRemovePredictors<T,S>& r);
RWRemovePredictors(const RWGenMat<T>& r, 
                   const RWMathVec<S> o, size_t startIndex,
                   size_t numRemoved, 
                   RWBoolean setBaseToLast = FALSE);

Public Member Functions

RWBoolean 
baseToLast();
const RWMathVec<S>& 
newObservationVec() const;
const RWGenMat<T>& 
newRegressionMat() const;
size_t 
numRemoved() const;
void 
setBaseToLast(RWBoolean s);
void 
setNewObservationVec(const RWMathVec<S>& o);
void 
setNewRegressionMat(const RWGenMat<T>& r); 
void   
setNumRemoved(size_t nr);
void   
setStartIndex(size_t i);
size_t 
startIndex() const;


Previous fileTop of DocumentContentsIndexNo Next file

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