C# Class Binomial_Ladder_Sketch_Parameter_Calculator.BinomialLadderParameters

Exibir arquivo Open project: Microsoft/StopGuessing Class Usage Examples

Public Properties

Property Type Description
H uint
heights uint[]
n uint
r double[]

Public Methods

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

Method Details

BinomialLadderParameters() public method

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

SimulateStochastic() public method

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

binomChoose() public static method

public static binomChoose ( uint n, uint k ) : double
n uint
k uint
return double

Property Details

H public_oe property

public uint H
return uint

heights public_oe property

public uint[] heights
return uint[]

n public_oe property

public uint n
return uint

r public_oe property

public double[] r
return double[]