Random Normal Distribution

A 'Shiny' Application Produced in R

Jack Welch
Developing Data Products, Data Science Specialization on Coursera

Random Normal Distribution

Check out one of the coolest new apps recently published to the internet. This new app is a training tool that allows a user to generate and to visualize their own random normal distribution.

  1. Easy to Use
  2. Dynamic Generation of Histogram
  3. Select and visualize a change in 'n', the qty of numbers contained within the data set.
  4. Select and visualize your own 'mu', or the the desired average of the distribution.
  5. Select and visualize your own 'sd', or standard deviation of the distribution.

Histogram

From Wikipedia.com:

In probability theory, the normal (or Gaussian) distribution is a very common continuous probability distribution. Normal distributions are important in statistics and are often used in the natural and social sciences to represent real-valued random variables whose distributions are not known.

The normal distribution is useful because of the central limit theorem. In its most general form, under some conditions (which include finite variance), it states that averages of samples of observations of random variables independently drawn from independent distributions converge in distribution to the normal, that is, become normally distributed when the number of observations is sufficiently large. Physical quantities that are expected to be the sum of many independent processes (such as measurement errors) often have distributions that are nearly normal. Moreover, many results and methods (such as propagation of uncertainty and least squares parameter fitting) can be derived analytically in explicit form when the relevant variables are normally distributed.

More info ... https://en.wikipedia.org/wiki/Normal_distribution.

References

Contact Me