Displaying 1 result from an estimated 1 matches for "ols_s".
2007 Nov 21
1
equivalent of Matlab robustfit?
...ST') controls whether or not the
model will include a constant term. 'CONST' is 'on' (the default) to
include the constant term, or 'off' to omit it.
[B,STATS] = ROBUSTFIT(...) also returns a STATS structure
containing the following fields:
'ols_s' sigma estimate (rmse) from least squares fit
'robust_s' robust estimate of sigma
'mad_s' MAD estimate of sigma; used for scaling
residuals during the iterative fitting
's' final estimate of sigma, the larger o...