MATLAB CURVE FITTING TOOLBOX - RELEASE NOTES Guide de l'utilisateur Page 201

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 216
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 200
predint
4-125
Plot the data, fit, and confidence bounds.
subplot(2,2,1), plot(fresult,x,y), hold on, plot(x,c1,'k-.')
legend('data','fitted curve','prediction bounds')
title('Nonsimultaneous bounds for function')
subplot(2,2,3), plot(fresult,x,y), hold on, plot(x,c2,'k-.')
legend('data','fitted curve','prediction bounds')
title('Simultaneous bounds for function')
subplot(2,2,2), plot(fresult,x,y), hold on; plot(x,c3,'k-.')
legend('data','fitted curve','prediction bounds')
title('Nonsimultaneous bounds for observation')
subplot(2,2,4), plot(fresult,x,y), hold on, plot(x,c4,'k-.')
legend('data','fitted curve','prediction bounds')
title('Simultaneous bounds for observation')
See Also confint, fit
0 2 4 6 8 10
0
0.5
1
1.5
2
2.5
x
y
Nonsimultaneous bounds for function
data
fitted curve
prediction bounds
0 2 4 6 8 10
0
0.5
1
1.5
2
2.5
x
y
Simultaneous bounds for function
data
fitted curve
prediction bounds
0 2 4 6 8 10
0.5
0
0.5
1
1.5
2
2.5
x
y
Nonsimultaneous bounds for observation
data
fitted curve
prediction bounds
0 2 4 6 8 10
0.5
0
0.5
1
1.5
2
2.5
x
y
Simultaneous bounds for observation
data
fitted curve
prediction bounds
Vue de la page 200
1 2 ... 196 197 198 199 200 201 202 203 204 205 206 ... 215 216

Commentaires sur ces manuels

Pas de commentaire