| Name | Description |
---|
| StableDistributionS1 |
Creates a new instance of the stable distribution in Nolan's parametrization with default parameters (alpha=1, beta=0) and the default generator.
|
| StableDistributionS1(Generator) |
Creates a new instance of he stable distribution in Nolan's parametrization with default parameters (alpha=1, beta=0).
|
| StableDistributionS1(Double, Double) |
Creates a new instance of he stable distribution in Nolan's parametrization with given parameters (alpha, beta) and the default random number generator.
|
| StableDistributionS1(Double, Double, Double) |
Creates a new instance of he stable distribution in Nolan's parametrization with given parameters (alpha, beta, abe) and the default random number generator.
|
| StableDistributionS1(Double, Double, Double, Double) |
Creates a new instance of he stable distribution in Nolan's parametrization with given parameters (alpha, beta, scale, location) and the default random number generator.
|
| StableDistributionS1(Double, Double, Double, Double, Generator) |
Creates a new instance of he stable distribution in Nolan's parametrization with given parameters (alpha, beta, scale, location) and the provided random number generator.
|
| StableDistributionS1(Double, Double, Double, Double, Double) |
Creates a new instance of the stable distribution in Nolan's parametrization with given parameters (alpha, beta, abe, scale, location) and the default random number generator.
|
| StableDistributionS1(Double, Double, Double, Double, Double, Generator) |
Creates a new instance of he stable distribution in Nolan's parametrization with given parameters (alpha, beta, abe, scale, location) and the provided random number generator.
|