TECHNOLOGY INSPIRATION
Technology-People-Innovation

Tutorial III: Probability Functions and Matlab Tools

In this post, we will discuss about the probability functions and we will see the important characteristics of them along with the equivalent matlab functions.

Random Variables:

Given an experiment having sample spaces S and elements É›
S
, we define a function X(s) whose domain is S and range is a set of numbers on the real line. The function X(s) is called random variable.

Probability Distribution Function / Cumulative Distribution Function (CDF)

Given a random variable X, let us consider the event {X  x} where x is any real number in the interval (-). We write the probability of this event as P(X x) and denote it simply by F(x), i.e.

F(x) = P(X x)     –∞ < x < ∞

Function F(x) is called Probability Distribution Function, also known asCumulative Distribution Function (CDF).

Probability Density Function (PDF)

The derivative of CDF is known as probability density function (PDF) and it is denoted as p(x). Mathematically:


Probability Density Function PDF

Probability Density Function PDF

Equivalently

Probability Density Function PDF

Probability Density Function PDF

This is for continuous variables, but in case of discrete random variables PDF is expressed as

Discrete Probability Density Function PDF

Discrete Probability Density Function PDF

Statistical Averages of Random variables:

The first and second moments of a single random variable and the joint moments such are correlation and covariance between any pair of random variables in a multidimensional set of random variables are of particular interests.

For all the cases below: X is single random variable and its PDF is p(x).

Mean or Expected value of X:

This is first moment of the random variable X. E() denotes expectation (statistical averaging)

Mean or Expected Value of X

Mean or Expected Value of X

The n-th moment is defined as

nth Moment

nth Moment

if mis the mean value of the random variable X, the nth central moment is defined as

nth Central Moment

nth Central Moment

Variance:

when n = 2 the central moment is called the variance of the random variable and denoted as σ

Variance

Variance

variance provides the measure of the dispersion of the random variable X.

Variance

Variance

Joint moment:

in case of two random variables X1 and X2 with joint PDF p(x1,x2) we define joint moment as:

Joint Moment

Joint Moment

joint central moment as:

Joint Central Moment

Joint Central Moment

when k = n = 1, we get correlation and covariance of the random variables X1and X2 i.e. Correlation between Xi and Xjis given by joint moment

Correlation

Correlation

and covariance of Xi and Xj is

Covariance

Covariance

the n x n matrix with the elements µij is called the covariance matrix of the random variables Xi, i = 1,2,……..n

The two random variables are said to be uncorrelated if

E(XiXj) = E(Xi)E(Xj) = mimj

which means µij =0.

i.e. Xi and Xj are statistically independent then they are uncorrelated but vice versa is not true.

Two random variables are said to be orthogonal is

E(XiXj) = 0

this condition holds when Xi and Xj are uncorrelated and either one or both of the random variables have zero mean

The equivalent Matlab functions so far:

Matlab Tools

Matlab Tools

Post a Comment

[blogger]

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget