Difference between revisions of "Manuals/calci/UNIFORM"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''RANDOMNUMBERGENERATION'''(Number, RandomNumber, Distribution, NewTableFlag, MinNum, MaxNum) where, '''Num...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''UNIFORMDISTRIBUTED(x,ll,ul)'''</div><br/> |
+ | *<math>x </math> and <math> ar2 </math> is the value of the function. | ||
+ | *<math>ll </math> is the lower limit. | ||
+ | *<math> ul </math> is the upper limit of the function. | ||
− | + | ==Description== | |
+ | *This function gives the probability of the unifom distribution. | ||
+ | *Uniform distribution is a symmetric probability 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. | ||
+ | *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} | ||
− | |||
− | + | ==Examples== | |
+ | #UNIFORMDISTRIBUTED(4,2,3)= | ||
+ | 4030484680552036 2.6280935418326408 2.2810050058178604 2.97846262995153679 | ||
+ | #UNIFORMDISTRIBUTED(5,3,6) = | ||
+ | 5.522187389200553 3.566177821950987 5.04674904467538 5.301322509767488 4.9094569575972855 | ||
− | + | ==See Also== | |
− | |||
− | + | ==References== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 23:16, 6 February 2014
UNIFORMDISTRIBUTED(x,ll,ul)
- and is the value of the function.
- is the lower limit.
- is the upper limit of the function.
Description
- This function gives the probability of the unifom distribution.
- Uniform distribution is a symmetric probability 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.
- 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<xb. \end{cases}
Examples
- UNIFORMDISTRIBUTED(4,2,3)=
4030484680552036 2.6280935418326408 2.2810050058178604 2.97846262995153679
- UNIFORMDISTRIBUTED(5,3,6) =
5.522187389200553 3.566177821950987 5.04674904467538 5.301322509767488 4.9094569575972855