Method | Description | |
---|---|---|
Binomial ( double p, int n, Func |
||
CumulativeDistribution ( double x ) : double |
확률 분포 계산을 위한 누적분포함수
|
|
Probability ( int k ) : double |
분포의 확률
|
|
ProbabilityLn ( int k ) : double |
분포의 Log 확률
|
|
Sample ( ) : int |
분포의 데이타를 반환합니다.
|
|
Sample ( |
||
Samples ( ) : IEnumerable |
분포의 무작위 데이타를 열거합니다.
|
|
Samples ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
AssertParameters ( double p, int n ) : void | ||
DoSamples ( |
||
SetParameters ( double p, int n ) : void |
public Binomial ( double p, int n, Func |
||
p | double | |
n | int | |
randomFactory | Func |
|
return | System |
public CumulativeDistribution ( double x ) : double | ||
x | double | The location at which to compute the cumulative distribution function. |
return | double |
public static Sample ( |
||
rnd | ||
p | double | |
n | int | |
return | int |
public static Samples ( |
||
rnd | ||
p | double | |
n | int | |
return | IEnumerable |