MATLAB CURVE FITTING TOOLBOX - RELEASE NOTES Uživatelská příručka Strana 201

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 216
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 200
1 2 ... 196 197 198 199 200 201 202 203 204 205 206 ... 215 216

Komentáře k této Příručce

Žádné komentáře