Table of Contents

Statistics / Probability - Distribution - (Function)

About

This section talks about the term Distribution also knows as Probability distribution where you get:

They can be seen as the outcomes of a single experiment.

The term “Probability'' asserts that each value in the set of possible values have different probabilities of being seen when reading/seeing a random variable.

A probability distribution is a mathematical function that provides the probabilities of occurrence of different possible outcomes in an experiment.

In more technical terms, the probability distribution is a mathematical description of a random phenomenon (random variable?) in terms of the probabilities of events,

Many distributions are normal but not always. An histogram can help to find the type of distribution.

A box plot is a good summary of a distribution.

Discrete / Continuous

Discrete

There is two representation of a discrete distribution:

Continuous

standard continuous distributions— such as Gaussian, beta, binomial, and uniform.

algebraic properties, called conjugate priors. For example, a uniform prior combined with a binomial likelihood results in a beta posterior.

Function

A distribution can be specified by supplying:

Possible duplicate: Mathematics - Probability distribution function

Characteristics

Type

Management

Comparison

A Q-Q plot compare two distributions.

Example with ggplot current/stat_qq.html

ggplot(res_succes, aes(sample=res_succes$TOTAL_TIME_SEC, colour = factor(res_succes$PRESENTATION_NAME))) +
  geom_point(stat = "qq", size=0.75)

Visualization

Track

Monitoring Metrics - Distribution Summary

Documentation / Reference