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

RWRemovePredictors<T,S>


Does not inherit

Local Index

Members

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, 
    bool setBaseToLast = false);

Public Member Functions

bool 
baseToLast();
const RWMathVec<S>& 
newObservationVec() const;
const RWGenMat<T>& 
newRegressionMat() const;
size_t 
numRemoved() const;
void 
setBaseToLast(bool 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 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.