VF_setLinfitNeglect VD_setLinfitNeglect VE_setLinfitNeglect
Functiondefine significance threshold for data fitting to linear models
Syntax C/C++#include <MFstd.h>
void VF_setLinfitNeglect( float Thresh );
C++ MatObj#include <OptiVec.h>
void vector<T>::setLinfitNeglect( const T& Thresh );
void matrix<T>::setLinfitNeglect( const T& Thresh );
Pascal/Delphiuses MFstd;
procedure VF_setLinfitNeglect( Thresh:Single );
DescriptionAs described in connection with VF_linfit, this function allows to define a significance threshold below which fit parameters ai are neglected. The default of this threshold is 4*FLT_EPSILON,  8*DLB_EPSILON,  or 16*LDBL_EPSILON. The current threshold can be retrieved by VF_getLinfitNeglect.
See alsoVF_getLinfitNeglect,   VF_linfit,   chapter 13

MatrixLib Table of Contents  OptiVec home