This is the complete list of members for RWRegression< T, S >, including all inherited members.
addIntercept enum value | RWRegression< T, S > | |
addInterceptParameter() | RWRegression< T, S > | |
addObservation(const RWMathVec< T > &, S) | RWRegression< T, S > | |
addObservations(const RWGenMat< T > &, const RWMathVec< S > &) | RWRegression< T, S > | |
addPredictor(const RWMathVec< T > &) | RWRegression< T, S > | |
addPredictors(const RWGenMat< T > &) | RWRegression< T, S > | |
calcMethod() const | RWRegression< T, S > | inline |
fail() const | RWRegression< T, S > | inline |
hasInterceptParameter() const | RWRegression< T, S > | inline |
intercept enum value | RWRegression< T, S > | |
InterceptOption enum name | RWRegression< T, S > | |
noIntercept enum value | RWRegression< T, S > | |
numObservations() const | RWRegression< T, S > | inline |
numParameters() const | RWRegression< T, S > | inline |
numPredictors() const | RWRegression< T, S > | inline |
observationVector() const | RWRegression< T, S > | inline |
observationVector() | RWRegression< T, S > | inline |
parameters() const | RWRegression< T, S > | inline |
predictorMatrix() const | RWRegression< T, S > | inline |
predictorMatrix() | RWRegression< T, S > | inline |
reCalculateParameters() | RWRegression< T, S > | |
regressionMatrix() const | RWRegression< T, S > | inline |
removeInterceptParameter() | RWRegression< T, S > | |
removeObservations(size_t startingIndex, size_t numToRemove) | RWRegression< T, S > | |
removePredictors(size_t startingIndex, size_t numToRemove) | RWRegression< T, S > | |
setCalcMethod(const RWRegressionCalc< T, S > &c, bool recalculate=true) | RWRegression< T, S > | |
setRegressionData(const RWGenMat< T > &r, const RWMathVec< S > &o, InterceptOption interceptOpt=addIntercept) | RWRegression< T, S > | inline |