|
1.
Exploratory Data Analysis
1.4. EDA Case Studies 1.4.2. Case Studies 1.4.2.5. Beam Deflections
|
|||
| 4-Plot of Residuals |
The first step in
evaluating the fit
is to generate a 4-plot
of the residuals.
|
||
| Interpretation |
The assumptions are addressed by the graphics shown above:
|
||
| Fit Output with Outliers Removed | Dataplot generated the following fit output after removing 3 outliers. | ||
LEAST SQUARES NON-LINEAR FIT
SAMPLE SIZE N = 197
MODEL--Y =C + AMP*SIN(2*3.14159*FREQ*T + PHASE)
NO REPLICATION CASE
ITERATION CONVERGENCE RESIDUAL * PARAMETER
NUMBER MEASURE STANDARD * ESTIMATES
DEVIATION *
----------------------------------*-----------
1-- 0.10000E-01 0.14834E+03 *-0.17879E+03-0.36177E+03 0.30260E+00 0.14654E+01
2-- 0.37409E+02 0.14834E+03 *-0.17879E+03-0.36176E+03 0.30260E+00 0.14653E+01
FINAL PARAMETER ESTIMATES (APPROX. ST. DEV.) T VALUE
1 C -178.788 ( 10.57 ) -16.91
2 AMP -361.759 ( 25.45 ) -14.22
3 FREQ 0.302597 (0.1457E-03) 2077.
4 PHASE 1.46533 (0.4715E-01) 31.08
RESIDUAL STANDARD DEVIATION = 148.3398
RESIDUAL DEGREES OF FREEDOM = 193
|
| New Fit to Edited Data |
The original fit, with a residual standard deviation of
155.84, was:
|
| 4-Plot for New Fit |
This plot shows that the underlying assumptions are satisfied and therefore the new fit is a good descriptor of the data. In this case, it is a judgment call whether to use the fit with or without the outliers removed. |