Discrete Distribution<T> Methods
Methods
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 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) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
Probability | Returns the probability of obtaining a specific item in the distribution. |
Sample() | Returns a random sample from the distribution. |
Sample( | Returns a vector of random samples from the distribution. |
Sample( | Returns a random sample from the distribution. |
Sample( | Returns a vector of random samples from the distribution. |
Sample( | Fills an array with random samples. |
Sample( | Fills an array with random samples from this DiscreteDistribution<T>. |
Sample | Returns the level index of a random sample from the distribution. |
Sample | Fills an array with the level indexes of random samples from this DiscreteDistribution<T>. |
ToString | Returns a string that represents the current object. (Inherited from Object) |