|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Statistical Data Analysis
>
Probability & Statistics
>
Random Variables
>
Parametric Statistical Distributions
>
Bounded Domain Distributions
>
TriangularDistribution
BUILT-IN MATHEMATICA SYMBOL
TriangularDistribution
TriangularDistribution[{min, max}]
represents a symmetric triangular statistical distribution giving values between min and max.
TriangularDistribution[{min, max}, c]
represents a triangular distribution with mode at c.
DetailsDetails
- The mean of a pair of uniformly distributed random variables follows a symmetric triangular distribution. »
- TriangularDistribution allows min, max, and c to be any real numbers such that
. - TriangularDistribution can be used with such functions as Mean, CDF, and RandomVariate. »
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »











