Property | Type | Description | |
---|---|---|---|
CacheOfCalculatedDistributions | BinomialDistribution>.Dictionary | ||
RwLock |
Method | Description | |
---|---|---|
ForCoinFlips ( int numberOfCoinFlips ) : |
||
ProbabilityFewerSetByChance ( int howMany ) : double | ||
ProbabilityMoreSetByChance ( int howMany ) : double | ||
ProbabilityThisManyOrMoreSetByChance ( int howMany ) : double | ||
ProbabilityThisManySetByChance ( int howMany ) : double | ||
ProbabilityThisOrFewerManySetByChance ( int howMany ) : double | ||
this ( int index ) : double |
Method | Description | |
---|---|---|
BinomialDistribution ( int outOf ) : System |
protected BinomialDistribution ( int outOf ) : System | ||
outOf | int | |
return | System |
public static ForCoinFlips ( int numberOfCoinFlips ) : |
||
numberOfCoinFlips | int | |
return |
public ProbabilityFewerSetByChance ( int howMany ) : double | ||
howMany | int | |
return | double |
public ProbabilityMoreSetByChance ( int howMany ) : double | ||
howMany | int | |
return | double |
public ProbabilityThisManyOrMoreSetByChance ( int howMany ) : double | ||
howMany | int | |
return | double |
public ProbabilityThisManySetByChance ( int howMany ) : double | ||
howMany | int | |
return | double |
public ProbabilityThisOrFewerManySetByChance ( int howMany ) : double | ||
howMany | int | |
return | double |
protected static Dictionary |
||
return | BinomialDistribution>.Dictionary |