Continuous Distribution Methods
Methods
| Cdf | Evaluates the cumulative distribution function (CDF) of this distribution for the specified value. |
| Distribution | Evaluates the cumulative distribution function (CDF) of this distribution for the 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 the expectation value of a function. |
| Get | Returns the un-normalized expectation value of a function over the specified interval. |
| Get | Gets a vector containing a histogram of the expected number of samples for a given total number of samples. |
| Get | Gets a vector containing a histogram of the expected number of samples for a given total number of samples. |
| Get | Gets a vector whose bins contain the expected number of samples 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) |
| Hazard | Returns the probability of failure at the specified value. |
| Inverse | Returns the inverse of the DistributionFunction(Double). |
| Inverse | Returns the inverse of the DistributionFunction(Double). |
| Left | Returns the probability that a sample from the distribution is less than the specified value. |
| Log | Returns the logarithm of the probability density function (PDF) of this distribution for the specified value. |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| Moment | Returns the value of the moment function of the specified order. |
| Returns the value of the probability density function (PDF) of this distribution for the specified value. | |
| Probability | Returns the probability that a sample taken from the distribution lies inside the specified interval. |
| Probability | Returns the value of the probability density function (PDF) of this distribution for the specified value. |
| Right | Returns the probability that a sample from the distribution is larger than the specified value. |
| 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 a list with random numbers from the distribution. |
| Sample | Fills a list with random numbers from the distribution. |
| Sample | Fills a span with random numbers from the distribution. |
| Sample | Fills part of a list with random numbers from the distribution. |
| Survivor | Evaluates the survivor distribution function (SDF) of this distribution for the specified value. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Two | Returns the probability that a sample from the distribution deviates from the mean more than the specified value. |