SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Base class for data change objects when adding predictor variables or observations to a parameter calculation. More...
#include <rw/analytics/regcalc.h>
Public Member Functions | |
bool | baseToLast () const |
const RWMathVec< S > & | newObservationVec () const |
const RWGenMat< T > & | newRegressionMat () const |
void | setBaseToLast (bool s) |
void | setNewObservationVec (const RWMathVec< S > &o) |
void | setNewRegressionMat (const RWGenMat< T > &r) |
Base class for the data change objects which are used to hold information about adding predictor variables or observations to a parameter calculation object's base calculation.
|
inline |
Returns true
if the base calculation is to be set to the new regression matrix and new observation vector.
|
inline |
Returns the new observation vector.
|
inline |
Returns the new regression matrix.
|
inline |
Sets the base to last option to s.
|
inline |
Sets the new observation to o.
|
inline |
Sets the new regression matrix to r.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |