VF_setLinfitNeglect
| VD_setLinfitNeglect |
VE_setLinfitNeglect |
|
Function | define 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/Delphi | uses MFstd;
procedure VF_setLinfitNeglect( Thresh:Single ); |
|
Description | As 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. |
|
|