rnorm(3, mean=0, sd=1) ## random draws
[1] -0.2085685 0.1056252 1.8288412
+[1] 0.02318727 0.28406256 0.56712882
diff --git a/docs/Stats_review.html b/docs/Stats_review.html index 47ed22c..c90a20c 100644 --- a/docs/Stats_review.html +++ b/docs/Stats_review.html @@ -340,7 +340,7 @@
We usually use capital letters – e.g. X, Y, sometimes with bold or with subscripts – to denote the RVs. In contrast we use lower case letters, e.g. x, y, k, to denote the values that the RV takes. For instance, lets say that the heights of the woman at Virginia Tech are the RV, X, and X has a normal distribution with mean 62 inches and variance 6^2, i.e., X \sim \mathrm{N}(62,6^2) distribution. Say we then observe the heights of 3 individuals drawn from this distribution – we would write this as: x=( 63.5, 66.3, 62.1 ).
+We usually use capital letters – e.g. X, Y, sometimes with bold or with subscripts – to denote the RVs. In contrast we use lower case letters, e.g. x, y, k, to denote the values that the RV takes. For instance, lets say that the heights of the woman at Virginia Tech are the RV, X, and X has a normal distribution with mean 62 inches and variance 6^2, i.e., X \sim \mathrm{N}(62,6^2) distribution. Say we then observe the heights of 3 individuals drawn from this distribution – we would write this as: x=( 58.8, 62.1, 64.2 ).
R
[1] -0.2085685 0.1056252 1.8288412
+[1] 0.02318727 0.28406256 0.56712882
Anscombe’s quartet comprises four datasets that have similar statistical properties ...
+Anscombe’s quartet comprises four datasets that have similar statistical properties …