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

RWAddPredictors<T,S>


Does not inherit

Local Index

Members

Synopsis

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

Description

Class RWAddPredictors<T,S> holds information about the addition of predictor variables to a parameter calculation object's base calculation. This information must consist of the following:

Example

Public Constructors

RWAddPredictors();
RWAddPredictors(const RWAddPredictors<T,S>& a);
RWAddPredictors(const RWGenMat<T>& r, const RWMathVec<S>& o,
                size_t numAdded, 
                bool setBaseToLast = false);

Public Member Functions

bool 
baseToLast();
const RWMathVec<S>& 
newObservationVec() const;
const RWGenMat<T>& 
newRegressionMat() const;
size_t 
numAdded() const;
void 
setBaseToLast(bool s);
void 
setNewObservationVec(const RWMathVec<S>& o);
void 
setNewRegressionMat(const RWGenMat<T>& r); 
void   
setNumAdded(size_t na); 


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.