| | Name | Description |
|---|
 | StableDistributionFeller |
Creates a new instance of this distribution with default parameters (alpha=1, beta=0) and the default generator.
|
 | StableDistributionFeller(Generator) |
Creates a new instance of this distribution with default parameters (alpha=1, beta=0).
|
 | StableDistributionFeller(Double, Double) |
Creates a new instance of this distribution with the given parameters and the default random number generator.
|
 | StableDistributionFeller(Double, Double, Double) |
Creates a new instance of this distribution with the given parameters and the default random number generator.
|
 | StableDistributionFeller(Double, Double, Double, Double) |
Creates a new instance of this distribution with the given parameters and the default random number generator.
|
 | StableDistributionFeller(Double, Double, Double, Double, Generator) |
Creates a new instance of this distribution with the given parameters and the provided random number generator.
|
 | StableDistributionFeller(Double, Double, Double, Double, Double) |
Creates a new instance of this distribution with the given parameters and the default random number generator.
|
 | StableDistributionFeller(Double, Double, Double, Double, Double, Generator) |
Creates a new instance of this distribution with the given parameters and the provided random number generator.
|