Changes

Jump to navigation Jump to search
Line 9: Line 9:  
*It is also called rectangular distribution.  
 
*It is also called rectangular distribution.  
 
*In UNIFORMDISTRIBUTED(x,ll,ul) ,x is the numeric value to find the probability of the distribution, ll is the lower limit value and ul is the upper limit value.  
 
*In UNIFORMDISTRIBUTED(x,ll,ul) ,x is the numeric value to find the probability of the distribution, ll is the lower limit value and ul is the upper limit value.  
*The probability density function of the uniform distribution in the interval [a,b] are:  
+
*The probability density function of the uniform distribution in the interval [a,b] are :
<math>P(x)=\begin{cases}
+
  <math>P(x) = \begin{cases}
            0    for x<a,\\  
+
                0    for &x<a,\\  
            1/b-a for a<x<b \\
+
                1/b-a for &a<x<b \\
            0     for x>b. \end{cases}</math>
+
                    0 for &x>b.  
 
+
              \end{cases}</math>
    
==Examples==
 
==Examples==
writer
6,694

edits

Navigation menu