Thread Closed

MATLAB Curve Fitting Question?

 
Share Thread Thread Tools
Oct11-08, 07:20 AM   #1
 

MATLAB Curve Fitting Question?


1. The problem statement, all variables and given/known data

Given:

clear
n = 100;
x = 1:n;
err = randn(1,n);
mean(err);
std(err);
y = x + err;
cftool

Q - Relate your fitted to the data in y to the mean, S and SE values. You should also compare the fit results to the 95% point on the curve of the integral of the normal distribution.


2. The attempt at a solution

I did the following:

Mean = mean(y)

Standard_Deviation = std(y)

Standard_Error = ((Standard_Deviation).^2)./sqrt(100)


But in all honestly dont know what I have to do. I mean how do I relate the data? I think the problem here is that I do not understand the question. Thanks
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Oct11-08, 04:50 PM   #2
 
hey does anyone have any ideas for this? i am still stuck... thanks
 
Thread Closed
Thread Tools


Similar Threads for: MATLAB Curve Fitting Question?
Thread Forum Replies
Curve-to-curve fitting trouble! Programming & Comp Sci 5
Curve fitting in Matlab Math & Science Software 1
curve fitting using Matlab Math & Science Software 0
Curve Fitting Help Calculus 0
Curve Fitting Calculus 4