Difference between revisions of "Triangular distribution"
m (adding doc status category stub page) |
|||
Line 1: | Line 1: | ||
[[category:Distribution Functions]] | [[category:Distribution Functions]] | ||
[[Category:Doc Status D]] <!-- For Lumina use, do not change --> | [[Category:Doc Status D]] <!-- For Lumina use, do not change --> | ||
+ | |||
+ | = Triangular(min,mode,max) = | ||
+ | |||
+ | Creates a triangular distribution, with minimum ''«min»'', most likely value ''«mode»'', and maximum ''«max»''. ''«min»'' must not be greater than ''«mode»'', and ''«mode»'' must not be greater than ''«max»''. | ||
+ | |||
+ | = When to use = | ||
+ | |||
+ | Use the triangular distribution when you have the bounds and the mode, but have little other information about the uncertain quantity. | ||
+ | |||
+ | = Library = | ||
+ | |||
+ | Distribution | ||
+ | |||
+ | = Examples = | ||
+ | |||
+ | Triangular(2, 7, 10) → | ||
+ | [[Image:Triangular.png]] | ||
+ | |||
+ | = See Also = | ||
+ | |||
+ | * [[Dens_Triangular]] -- analytic density function | ||
+ | * [[CumTriangular]] -- analytica cumulative probability function |
Revision as of 17:54, 7 January 2009
Triangular(min,mode,max)
Creates a triangular distribution, with minimum «min», most likely value «mode», and maximum «max». «min» must not be greater than «mode», and «mode» must not be greater than «max».
When to use
Use the triangular distribution when you have the bounds and the mode, but have little other information about the uncertain quantity.
Library
Distribution
Examples
Triangular(2, 7, 10) →
See Also
- Dens_Triangular -- analytic density function
- CumTriangular -- analytica cumulative probability function
Comments
Enable comment auto-refresher