![]() | UniformDistribution Class |
Namespace: CenterSpace.NMath.Core
The UniformDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | UniformDistribution |
Default constructor for class UnifromDistribution. Constructs a
UniformDistribution instance with lower limit equal zero and
upper limit equal one.
|
![]() | UniformDistribution(Double, Double) |
Constructs an UniformDistribution instance with the given upper and lower
limits.
|
Name | Description | |
---|---|---|
![]() | Kurtosis |
Gets the kurtosis, a measure of the degree of peakednesss of the
distribution.
|
![]() | LowerLimit |
Gets the lower limit for the distribution.
|
![]() | Mean |
Gets the mean of the distribution.
|
![]() | Skewness |
Gets the skewness, a measure of the degree of asymmetry of
this distribution.
|
![]() | UpperLimit |
Gets the upper limit for the distribution.
|
![]() | Variance |
Gets the variance of the distribution.
![]() The variance of the distribution is the standard deviation squared.
|
Name | Description | |
---|---|---|
![]() | CDF |
Returns the cumulative density function evaluated at a given value.
(Overrides ProbabilityDistributionCDF(Double).) |
![]() | Clone |
Creates a deep copy of this UniformDistribution.
(Overrides ProbabilityDistributionClone.) |
![]() | InverseCDF |
Returns the inverse cumulative density function evaluated a the given value.
(Overrides ProbabilityDistributionInverseCDF(Double).) |
![]() | InverseCdfUsingBracket |
Uses a bracketing method to evaluate the inverse of cumulative
distribution functions.
(Inherited from ProbabilityDistribution.) |
![]() | InverseDiscreteCdfUsingBracket |
Uses a bracketing method to evaluate the inverse of cumulative
distribution functions for discrete distributions.
(Inherited from ProbabilityDistribution.) |
![]() |
Returns the probability density function evaluated at a given value.
(Overrides ProbabilityDistributionPDF(Double).) | |
![]() | SetLimits |
Sets the lower and upper limits for this distribution.
|
![]() | ToString |
Returns a formatted string representation of this distribution.
(Overrides ProbabilityDistributionToString.) |