Changes

606 bytes added ,  05:06, 11 February 2014
no edit summary
Line 3: Line 3:  
*<math>ll </math> is the lower limit.
 
*<math>ll </math> is the lower limit.
 
*<math> ul </math> is the upper limit of the function.
 
*<math> ul </math> is the upper limit of the function.
 +
 +
==Description==
 +
*This function gives the probability of the uniform distribution.
 +
*Uniform distribution is a symmetric probability distribution.
 +
*It is also called rectangular distribution.
 +
*In <math>UNIFORMDISTRIBUTED(x,ll,ul)</math> ,<math> x </math> is the numeric value to find the probability of the distribution, <math>ll </math> is the lower limit value and <math> ul </math> is the upper limit value.
 +
*The probability density function of the uniform distribution in the interval [a,b] are :
 +
<math>P(x)=
 +
\begin{cases}
 +
0 &for &x<a \\
 +
1/b-a & for &a<x<b \\
 +
0    &for &x>b   
 +
\end{cases}</math>
    
==Examples==
 
==Examples==
writer
5,435

edits