프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CacheOfCalculatedDistributions | BinomialDistribution>.Dictionary | ||
RwLock |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
BinomialDistribution ( int outOf ) : System |
protected BinomialDistribution ( int outOf ) : System | ||
outOf | int | |
리턴 | System |
public static ForCoinFlips ( int numberOfCoinFlips ) : |
||
numberOfCoinFlips | int | |
리턴 |
public ProbabilityFewerSetByChance ( int howMany ) : double | ||
howMany | int | |
리턴 | double |
public ProbabilityMoreSetByChance ( int howMany ) : double | ||
howMany | int | |
리턴 | double |
public ProbabilityThisManyOrMoreSetByChance ( int howMany ) : double | ||
howMany | int | |
리턴 | double |
public ProbabilityThisManySetByChance ( int howMany ) : double | ||
howMany | int | |
리턴 | double |
public ProbabilityThisOrFewerManySetByChance ( int howMany ) : double | ||
howMany | int | |
리턴 | double |
protected static Dictionary |
||
리턴 | BinomialDistribution>.Dictionary |