Guideline to lab report:
1) Answer each and every question clearly and in a concise way. Put everything into a SINGLE pdf file.
2) Each Q carries 20% of grade, and 20% for overall clarity and quality of report.
3) Include your R code, and plots if required.
4) If you use data other than those provided here, please clearly describe
how you got the data, or, how you generate the data.
1. Load data from file "eruption.Data". Do the following:
a) Calculate the kurtosis and skewness of the data by R programming
b) Calculate the kurtosis and skewness of the data by invoking R functions
c) Draw the histogram of the data.
An example can be seen in "proj2.R".
2. Do the same as Q1 for data "random.Data".
3. Do the same as Q1 for data "wb.Data".
4. Do the same as Q1 for data "chy.Data".