Random Variable:
A probability distribution is a table or an equation that links each outcome of
a statistical experiment with its probability of occurrence. Consider a simple
experiment in which we flip a coin two times. An outcome of the experiment
might be the number of heads that we see in two coin flips. The table below
associates each possible outcome with its probability.
Suppose the random variable
X is defined as the number of heads that result from two coin flips. Then, the
above table represents the probability distribution of the random variable X.Number of heads | Probability |
---|---|
0 | 0.25 |
1 | 0.50 |
2 | 0.25 |
Types of Random Variables:
Bernoulli Random Variable.
Binomial Random Variable.
Geometric Random Variable.
Negative Binomial Random Variable.
Hyper Geometric Random Variable.
Poisson Random Variable.
Bernoulli Random Variable :
Bernoulli Random Variable is the probability distribution of a random variable which takes value 1 with success probability and value 0 with failure probability . It can be used, for example, to represent the toss of a coin, where "1" is defined to mean "heads" and "0" is defined to mean "tails" (or vice versa).The probability mass function of this distribution is
The expected value of a Bernoulli random variable
, and its variance is
Binomial Random Variable :
Binomial Random Variable with parameters n and p is the discrete probability distribution of the number of successes in a sequence of n independent yes/no experiments, each of which yields success with probability p. A success/failure experiment is also called a Bernoulli experiment or Bernoulli trial; when n = 1, the binomial distribution is a Bernoulli distribution. The binomial distribution is the basis for the popular binomial test of statistical significance.In general, if the random variable X follows the binomial distribution with parameters n and p, we write X ~ B(n, p). The probability of getting exactly k successes in n trials is given by the probability mass function:
If X ~ B(n, p), that is, X is a binomially distributed random variable, n being the total number of experiments and p the probability of each experiment yielding a successful result, then the expected value of X is
and the variance
Geometric Random Variable :
Geometric Random Variable X is the number of Bernoulli trials needed to get first success.
It’s the probability that the first occurrence of success requires k number of independent trials, each with success probability p. If the probability of success on each trial is p, then the probability that the kth trial (out of k trials) is the first success is
The expected value of a geometrically distributed random variable X is 1/p and the variance is (1 − p)/p2:
Negative Binomial Random Variable :
Negative binomial distribution is a discrete probability distribution of the number of successes in a sequence of independent and identically distributed Bernoulli trials before a specified (non-random) number of failures (denoted r) occurs. For example, if we define a "1" as failure, all non-"1"s as successes, and we throw a die repeatedly until the third time “1” appears (r = three failures), then the probability distribution of the number of non-“1”s that had appeared will be a negative binomial.The probability mass function of the negative binomial distribution is
The Variance of Negative Binomial Random Variable is
Hyper Geometric Random Variable :
Hypergeometric distribution is a discrete probability distribution that describes the probability of successes in draws, without replacement, from a finite population of size containing exactly successes, wherein each draw is either a success or a failure. This is in contrast to the binomial distribution, which describes the probability of successes in draws with replacement.A random variable follows the hypergeometric distribution if its probability mass function (pmf) is given by:
- is the population size
- is the number of success states in the population
- is the number of draws
- is the number of successes
- is a binomial coefficient
The expected value of a Hyper Geometric distributed random variable X is
The Variance is
Poisson Random Variable :
The Poisson distribution is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time and/or space if these events occur with a known average rate and independently of the time since the last event. The Poisson distribution can also be used for the number of events in other specified intervals such as distance, area or volume.A discrete random variable X is said to have a Poisson distribution with parameter λ > 0, if, for k = 0, 1, 2, …, the probability mass function of X is given by:
- e is Euler's number (e = 2.71828...)
- k! is the factorial of k.
Reference : All these Definations and Formulas are been taken from en.wikipedia.org
Post a Comment Blogger Facebook