Property | Type | Description | |
---|---|---|---|
H | uint | ||
heights | uint[] | ||
n | uint | ||
r | double[] |
Method | Description | |
---|---|---|
BinomialLadderParameters ( uint H, double f_c = null, double f_u = null, double f_d = null, uint n = null ) : System | ||
SimulateStochastic ( string path, double f, uint steps_to_track, bool stickyMode ) : void | ||
binomChoose ( uint n, uint k ) : double |
public BinomialLadderParameters ( uint H, double f_c = null, double f_u = null, double f_d = null, uint n = null ) : System | ||
H | uint | |
f_c | double | |
f_u | double | |
f_d | double | |
n | uint | |
return | System |
public SimulateStochastic ( string path, double f, uint steps_to_track, bool stickyMode ) : void | ||
path | string | |
f | double | |
steps_to_track | uint | |
stickyMode | bool | |
return | void |
public static binomChoose ( uint n, uint k ) : double | ||
n | uint | |
k | uint | |
return | double |