WebCab Probability and Statistics for COM v3.3 Demo

UniformProbabilityDistribution Class

This class considers the definition and use of the Uniform probability distribution.

For a list of all members of this type, see UniformProbabilityDistribution Members.

System.Object
   UniformProbabilityDistribution

public class UniformProbabilityDistribution

Remarks

A random variable is uniformly distributed if the probability is proportional to the length of the interval. Moreover, the uniform distribution is a continuous probability distribution where the probability that the random variable will assume a value in any two intervals is identical if the intervals are of the same length.

Remark: Since the random variable takes constant positive values the region over which it is defined, must a subset of the real line of finite length.

Requirements

Namespace: WebCab.COM.Statistics.PDistributions

Assembly: WebCab.COM.StatisticsDemo (in WebCab.COM.StatisticsDemo.dll)

See Also

UniformProbabilityDistribution Members | WebCab.COM.Statistics.PDistributions Namespace