Std deviation from fit (or other fitting tool)

This might be a previously answered question, but so far, I haven't found anything that specifically would help me.
How can I get the standard deviation for a fit using the fit function, or maybe some other fitting tool?
Thanks, R

Respuestas (1)

dpb
dpb el 10 de Nov. de 2016
I guess first is what you mean by "standard deviation for a fit"?
That said, however, from
>> help fit
...
[FO, G] = fit(X, Y, ...) returns appropriate goodness-of-fit measures, for
the given inputs, in the structure G. G includes the fields:
-- SSE sum of squares due to error
-- R2 coefficient of determination or R^2
-- adjustedR2 degree of freedom adjusted R^2
-- stdError fit standard error or root mean square error
...
>>
Any of that of interest, perhaps???

2 comentarios

Ritu
Ritu el 11 de Nov. de 2016
Hi,
Thanks for your answer. However, what I do need is this: I need to put the fitted values into another weighted fit using the cfit tool. And the weights of each point is defined as the inverse of the variance of that point. And to do this, I need the standard deviation of the point from the initial fit :| and that seems to be damned hard to get out of anything :/
Thanks though. :)
dpb
dpb el 11 de Nov. de 2016
" I need the standard deviation of the point from the initial fit"
What, precisely, does this mean? A point has no standard deviation; it's easy enough to compute a residual at a point, but a variance? "Not so much..." which possibly explains why it's "damned hard to get out of anything". :)

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 10 de Nov. de 2016

Comentada:

dpb
el 11 de Nov. de 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by