Problem:
A certain certain instrument measures temperature by converting it first to a displacement. During calibration, we obtained the following sets of measurements:
able[[,Temp:,10,10,10,10,10,10,10,10,10],[,Displacement,86.76,86.76,86.61,86.24,86.62,86.81,86.58,86.69,86.63]]
able[[x_(B),Temp:,1,2.5,4,5.5,7,8.5,10,11.5,13],[Displacement,36.12,44.12,53.02,61.24,69.60,78.13,86.48,94.93,103.54]]
Write Matlab scripts to perform the following tasks:
Q1. Calculate the mean, median, range, variance, and standard deviation of set x_(A).
Q2. Plot the 3-sigma control chart for set x_(A).
Q3. Plot the measurements in set x_(B) and find the best list that represents these points by means of the LSLF.
Q4. How well does this line represent the measurements?
Problem:
A certain certain instrument measures temperature by converting it first to a displacement. During calibration, we obtained the following sets of measurements: Temp: 10 10 10 1010 10 10 10 10 Displacement 86.7686.7686.6186.2486.62 86.81 86.58 69'98 86.63
Temp: Displacement
1
2.5
4
5.5
7
8.5
10
11.5
13
36.1244.1253.0261.2469.6078.1386.4894.93103.54
Write Matlab scripts to perform the following tasks: Ql.Calculate the mean, median, range, variance, and standard deviation of set XA. Q2.Plot the 3-sigma control chart for set X4 Q3.Plot the measurements in set X and find the best list that represents these points by means of the LSLF. Q4.How well does this line represent the measurements?