DistributionInfo Properties |
The DistributionInfo type exposes the following members.
Name | Description | |
---|---|---|
DistributionType |
Gets the distribution's type information.
| |
IsBuildable |
Gets a value indicating whether it is possible to discover enough
information about this constructor such that the distribution can
be constructed using reflection.
| |
IsContinuous |
Gets a value indicating whether the distribution modeled by DistributionType is a continuous-valued distribution.
Discrete distributions are assumed to inherit from UnivariateContinuousDistribution or
MultivariateContinuousDistribution.
| |
IsDiscrete |
Gets a value indicating whether the distribution modeled by DistributionType is a discrete-valued distribution.
Discrete distributions are assumed to inherit from UnivariateDiscreteDistribution or
MultivariateDiscreteDistribution.
| |
IsMultivariate |
Gets a value indicating whether the distribution modeled by DistributionType is multivariate.
A distribution is assumed to be univariate if it implements the IMultivariateDistribution interface.
| |
IsUnivariate |
Gets a value indicating whether the distribution modeled by DistributionType is univariate.
A distribution is assumed to be univariate if it implements the IUnivariateDistribution interface.
| |
Name |
Gets the name of this distribution in a more human-readable form.
|