Can you teach statistics in a better way?

Here is a point cloud generated by Gaussian, Gumbel, Frechet, and Weibull distributions. You can play with the Mathematica code given below. My question is: Can you teach statistics in a better way? pN = 500;pW = 700;pF = 1900; datN = {x, y} = {RandomVariate[NormalDistribution[-10, 5], pN],RandomVariate[NormalDistribution[-10, 5], pN]};datN = Transpose[datN]; datW = {x, […]

Read More