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

RWRemoveObservations<T,S>


Does not inherit

Local Index

Members

Synopsis

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

Description

RWRemoveObservations<T,S> holds information regarding the removal of observations from a parameter calculation object's base calculation. This information must consist of the following:

Example

Public Constructors

RWRemoveObservations();
RWRemoveObservations(const RWRemoveObservations<T,S>& r);
RWRemoveObservations(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.