Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistics > Statistical Distributions > Continuous Statistical Distributions >
Mathematica > Mathematics and Algorithms > Statistics > Statistical Distributions > Continuous Statistical Distributions >

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 a maximum at c.
  • The mean of a pair of uniformly distributed random variables follows a symmetric triangular distribution. »
The mean and variance of a symmetric triangular distribution:
Probability density function:
Generate a set of random numbers that are triangularly distributed:
Properties based on higher-order moments:
The q^(th) quantile of a triangular distribution:
Plot the cumulative distribution function of the random variable:
A contour plot as both x and max are varied:
The probability density function integrates to unity:
Moments can be obtained from the characteristic function:
The Mean of 2 random variables from UniformDistribution follows a triangular distribution:
TriangularDistribution is not defined when min or max is not real:
TriangularDistribution is not defined when c is not between min and max:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team