Linear fit with data uncertainty
    4 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
Hi
Fitting a polynomial in Matlab to some data (x, y) is easy using polyfit as e.g.
p_RvsT = polyfit(r_vs_t(:, 1), r_vs_t(:, 2), 1);
However, say that my y-data has some error assigned to it. I have searched the forum, but I can't find information on how to include the errors in the y-data. I would be very happy to be pointed in the correct direction.
Best, Niles.
0 commentaires
Réponses (1)
  Sean de Wolski
      
      
 le 22 Juin 2012
        How about the additional outputs in regress? Or if you're on R2012a, LinearModel? (Both of these require the Statistics Toolbox)
0 commentaires
Voir également
Catégories
				En savoir plus sur Linear and Nonlinear Regression dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

