Discrete Distribution Methods
Methods
| Distribution | Gets the probability of obtaining an outcome less than or equal to a specified value. |
| 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) |
| Get | Returns an array that contains all the modes of the distribution. |
| Get | Returns a histogram whose bins contain the expected number of samples from the distribution for a given total number of samples. |
| Get | Returns a histogram whose bins contain the expected number of samples from the distribution for a given total number of samples. |
| Get | Returns a histogram whose bins contain the expected number of samples from the distribution for a given total number of samples. |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Returns a sequence of random samples from the distribution. |
| Get | Returns a sequence of random samples from the distribution. |
| Get | Returns a sequence of random samples of the specified length from the distribution. |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Inverse | Returns the inverse of the distribution function. |
| Left | Gets the probability of obtaining a sample that is less than or less than or equal to the specified upper bound. |
| Log | Returns the logarithm of the probability of obtaining a specific integer value in the distribution. |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| Probability( | Returns the probability of obtaining a specific integer value in the distribution. |
| Probability( | Gets the probability of obtaining a sample that falls within the specified interval from the distribution. |
| Right | Gets the probability of obtaining a sample that is less than or less than or equal to the specified upper bound. |
| Sample() | Returns a random sample from the distribution. |
| Sample( | Returns a vector containing the specified number of independent random samples drawn from this distribution. |
| Sample( | Returns a random sample from the distribution using an IRandomSource instance. |
| Sample( | Returns a random sample from the distribution using a Random instance. |
| Sample( | Returns a vector containing the specified number of independent random samples drawn from this distribution using the provided IRandomSource. |
| Sample( | Returns a vector of random samples from the distribution. |
| Sample( |
Fills an Int32 array with random numbers.
|
| Sample( |
Fills an Int32 array with random numbers.
|
| Sample( |
Fills an Int32 array with random numbers from this DiscreteDistribution.
|
| Sample( |
Fills an Int32 array with random numbers from this DiscreteDistribution.
|
| Sample<TGenerator>(IRandomSource<TGenerator>) | Returns a random sample from the distribution using the supplied IRandomSource<TGenerator>. |
| Sample<TGenerator>(TGenerator) | Returns a random sample from the distribution using the provided generator. |
| Sample<TGenerator>(Int32, IRandomSource<TGenerator>) | Returns a vector containing the specified number of independent random samples drawn from this distribution using the supplied IRandomSource<TGenerator>. |
| Sample | Fills a span with random numbers from the distribution using the default thread-safe random number generator. |
| Sample | Fills the provided list with random samples drawn from this distribution. |
| Sample | Fills a span with random numbers from the distribution. |
| Sample | Fills the provided list with random samples drawn from this distribution. |
| Sample | Fills a list with random numbers from the distribution. |
| Sample | Fills the given span with random samples drawn from this distribution. |
| Sample | Fills a range within a list with random samples drawn from this distribution. |
| Sample | Fills a range within a list with random samples drawn from this distribution. |
| Sample | |
| Sample | Fills a span with random numbers from the distribution. |
| Sample | Fills a range within a list with random samples drawn from this distribution. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Two | Gets the probability of obtaining a sample that is less than or less than or equal to the specified upper bound. |