Click or drag to resize

StableDistributionFeller Constructor

Overload List
 NameDescription
Public methodStableDistributionFeller Creates a new instance of this distribution with default parameters (alpha=1, beta=0) and the default generator.
Public methodStableDistributionFeller(Generator) Creates a new instance of this distribution with default parameters (alpha=1, beta=0).
Public methodStableDistributionFeller(Double, Double) Creates a new instance of this distribution with given parameters (alpha, beta) and the default random number generator.
Public methodStableDistributionFeller(Double, Double, Double) Creates a new instance of this distribution with given parameters (alpha, beta, abe) and the default random number generator.
Public methodStableDistributionFeller(Double, Double, Double, Double) Creates a new instance of this distribution with given parameters (alpha, beta, scale, location) and the default random number generator.
Public methodStableDistributionFeller(Double, Double, Double, Double, Generator) Creates a new instance of this distribution with given parameters (alpha, beta, scale, location) and the provided random number generator.
Public methodStableDistributionFeller(Double, Double, Double, Double, Double) Creates a new instance of this distribution with given parameters (alpha, beta, abe, scale, location) and the default random number generator.
Public methodStableDistributionFeller(Double, Double, Double, Double, Double, Generator) Creates a new instance of this distribution with given parameters (alpha, beta, abe, scale, location) and the provided random number generator.
Top
See Also