Click or drag to resize
Accord.NET (logo)

UnivariateDistributionInfo Properties

The UnivariateDistributionInfo type exposes the following members.

Properties
  NameDescription
Public propertyDistributionType
Gets the distribution's type information.
(Inherited from DistributionInfo.)
Public propertyIsBuildable
Gets a value indicating whether it is possible to discover enough information about this constructor such that the distribution can be constructed using reflection.
(Inherited from DistributionInfo.)
Public propertyIsContinuous
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.
(Inherited from DistributionInfo.)
Public propertyIsDiscrete
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.
(Inherited from DistributionInfo.)
Public propertyIsMultivariate
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.
(Inherited from DistributionInfo.)
Public propertyIsUnivariate
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.
(Inherited from DistributionInfo.)
Public propertyName
Gets the name of this distribution in a more human-readable form.
(Inherited from DistributionInfo.)
Top
See Also