Click or drag to resize

FiniteDiscreteDistribution Properties

The FiniteDiscreteDistribution type exposes the following members.

Properties
  NameDescription
Public propertyCanInvertCdf
Gets a value indicating whether this instance can invert its cumulative distribution function.
(Overrides ProbabilityDistributionCanInvertCdf.)
Public propertyMasses
Gets the probabilities of the Values of this instance.
Public propertyRandomNumberGenerator
Gets or sets the basic random generator for this instance.
(Inherited from RandomDevice.)
Public propertyValues
Gets the distinct values whose probabilities are explicitly assigned by this instance.
Top
See Also