Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
| Name | Description |
---|
 | DistributionFunction |
Evaluates the cumulative distribution function of the
distribution.
(Overrides DiscreteDistributionDistributionFunction(Int32).) |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetExpectedHistogram(Double) |
Gets a vector whose bins contain the expected number of samples
for a given total number of samples.
|
 | GetExpectedHistogram(IndexIntervalInt32, Double) |
Returns a histogram whose bins contain the expected number of samples
from the distribution for a given total number of samples.
(Inherited from DiscreteDistribution.) |
 | GetExpectedHistogram(IndexInt32, Double) |
Returns a histogram whose bins contain the expected number of samples
from the distribution for a given total number of samples.
(Inherited from DiscreteDistribution.) |
 | GetExpectedHistogram(Int32, Int32, Double) |
Returns a histogram whose bins contain the expected number of samples
from the distribution for a given total number of samples.
(Inherited from DiscreteDistribution.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetRandomSequence |
Returns a sequence of random samples from the distribution.
(Inherited from DiscreteDistribution.) |
 | GetRandomSequence(Random) |
Returns a sequence of random samples from the distribution.
(Inherited from DiscreteDistribution.) |
 | GetRandomSequence(Random, Int32) |
Returns a sequence of random samples of the specified length from the distribution.
(Inherited from DiscreteDistribution.) |
 | GetRandomVariate(Random) |
Returns a random sample from the distribution.
(Inherited from DiscreteDistribution.) |
  | GetRandomVariate(Random, Int32) |
Returns a single random sample from a binomial distribution
with the specified parameters. The probability of a
trial resulting in a success is set to 0.5.
|
  | GetRandomVariate(Random, Int32, Double) | Obsolete.
Returns a single random sample from a binomial distribution
with the specified parameters.
|
 | GetRandomVariates(Random, Int32) |
Fills an Int32 array with random numbers.
(Inherited from DiscreteDistribution.) |
 | GetRandomVariates(Random, Int32, Int32, Int32) | (Inherited from DiscreteDistribution.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | InverseDistributionFunction |
Returns the inverse of the distribution function.
(Overrides DiscreteDistributionInverseDistributionFunction(Double).) |
 | LeftTailProbability |
Gets the probability of obtaining a sample that is less than or less than or equal to the specified upper bound.
(Inherited from DiscreteDistribution.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Probability(Int32) |
Evaluates the probability function of the distribution.
(Overrides DiscreteDistributionProbability(Int32).) |
 | Probability(Int32, Int32) |
Gets the probability of obtaining a sample that falls
within the specified interval from the distribution.
(Inherited from DiscreteDistribution.) |
 | RightTailProbability |
Gets the probability of obtaining a sample that is less than or less than or equal to the specified upper bound.
(Inherited from DiscreteDistribution.) |
 | Sample |
Returns a random sample from the distribution.
(Inherited from DiscreteDistribution.) |
 | Sample(Random) |
Returns a random sample from the distribution.
(Overrides DiscreteDistributionSample(Random).) |
 | Sample(Int32) |
Returns a vector of random samples from the distribution.
(Inherited from DiscreteDistribution.) |
  | Sample(Random, Int32) |
Returns a single random sample from a binomial distribution
with the specified parameters. The probability of a
trial resulting in a success is set to 0.5.
|
 | Sample(Int32, Random) |
Returns a vector of random samples from the distribution.
(Inherited from DiscreteDistribution.) |
 | Sample(Random, Int32) |
Fills an Int32 array with random numbers.
(Inherited from DiscreteDistribution.) |
  | Sample(Random, Int32, Double) |
Returns a single random sample from a binomial distribution
with the specified parameters.
|
 | Sample(Random, Int32, Int32, Int32) | (Inherited from DiscreteDistribution.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
 | TwoTailProbability |
Gets the probability of obtaining a sample that is less than or less than or equal to the specified upper bound.
(Inherited from DiscreteDistribution.) |
= 1/6. Notice that it doesn't matter if the
trials are run simultaneously or in succession.