I have calculated a regression for an time vs. y relationship where n=193. I now need to assess if the trend observed is significant. Is there a function for that? thanks! MW

 Réponse acceptée

Star Strider
Star Strider le 30 Mai 2014

1 vote

It depends on your regression model and function you used. There are various Statistics Toolbox functions that will produce confidence intervals on the parameters, one of which is the slope. You will need to see the documentation for the function you used to determine what you need to do to get the slope information.
If you used polyfit, then my File Exchange function polyparci can calculate the confidence intervals on the parameters.

2 commentaires

Marina
Marina le 30 Mai 2014
thank you! I did use polyfit
Star Strider
Star Strider le 30 Mai 2014
Modifié(e) : Star Strider le 30 Mai 2014
My pleasure!
(The sincerest expression of appreciation here on MATLAB Answers is to Accept the Answer that solves your problem.)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with Curve Fitting Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by