Beta |
The BetaBinomial type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CDF | Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x). |
![]() | CumulativeDistribution | Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x). |
![]() | 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) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() ![]() | IsValidParameterSet(Int32, Double, Double) | Tests whether the provided values are valid parameters for this distribution. |
![]() ![]() | IsValidParameterSet(Int32, Double, Double, Int32) | Tests whether the provided values are valid parameters for this distribution. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() ![]() | PMF | Computes the probability mass (PMF) at k, i.e. P(X = k). |
![]() ![]() | PMFLn | Computes the log probability mass (lnPMF) at k, i.e. ln(P(X = k)). |
![]() | Probability | Computes the probability mass (PMF) at k, i.e. P(X = k). |
![]() | ProbabilityLn | Computes the log probability mass (lnPMF) at k, i.e. ln(P(X = k)). |
![]() | Sample | Samples a BetaBinomial distributed random variable. |
![]() | Sample(Random, Int32, Double, Double) | Samples a BetaBinomial distributed random variable. |
![]() | Samples | Samples an array of BetaBinomial distributed random variables. |
![]() | Samples(Int32) | Fills an array with samples generated from the distribution. |
![]() | Samples(Int32, Double, Double) | Samples an array of BetaBinomial distributed random variables. |
![]() | Samples(Int32, Int32, Double, Double) | Fills an array with samples generated from the distribution. |
![]() | Samples(Random, Int32, Int32, Double, Double) | Fills an array with samples generated from the distribution. |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString) |