메소드 | 설명 | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
DistributionFunction ( int k ) : double |
Gets P(X ≤ k), the cumulative distribution function (cdf) for this distribution evaluated at point The Cumulative Distribution Function (CDF) describes the cumulative probability that a given value or any value smaller than it will occur. |
|
ProbabilityMassFunction ( int k ) : double |
Gets the probability mass function (pmf) for this distribution evaluated at point The Probability Mass Function (PMF) describes the probability that a given value |
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Returns a System.String that represents this instance.
|
public DistributionFunction ( int k ) : double | ||
k | int | A single point in the distribution range. |
리턴 | double |
public ProbabilityMassFunction ( int k ) : double | ||
k | int | A single point in the distribution range. |
리턴 | double |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | The format. |
formatProvider | IFormatProvider | The format provider. |
리턴 | string |