Code and Results for Chapter 3:
Introduction:
These are results and code for the
problems and examples found in Chapter 3 of this famous book.
Various Figures and Problems:
- prob_3_1.m (the sample mean from normal samples)
- prob_3_2.m (the sample mean from uniform samples)
- prob_3_4.m (coef. of skewness with uniform samples)
- prob_3_5.m (coef. of skewness with normal samples)
- prob_3_6.m (the uniform empirical distribution function)
- prob_3_7.m (the normal empirical distribution function)
- prob_3_8.m (empirical quartiles from a normal distribution)
- prob_3_9.m (empirical quartiles from a uniform distribution)
- prob_3_11.m (empirical quartile estimates)
- sample_quantiles.m (nearest neighbor empirical quantiles)
- sample_quantiles_linInterp.m (computes the empirical quantiles with linear interpolation)
- prob_3_16.m (experiments with the ML estimate of the variance)
- cmpt_ml_var_bias.m (studies the bias in the ML estimate of the variance)
- quartile_coef_skewness.m (returns the quartile coefficient of skewness)
John Weatherwax
Last modified: Sun May 15 08:46:34 EDT 2005