Power |
Name | Description | |
---|---|---|
![]() | PowerDistribution | Initializes a new instance of the PowerDistribution class, using a StandardGenerator as underlying random number generator. |
![]() | PowerDistribution(Generator) | Initializes a new instance of the PowerDistribution class, using the specified Generator as underlying random number generator. |
![]() | PowerDistribution(Double, Double) | Initializes a new instance of the PowerDistribution class with domain parameter k and shape parameter a. |
![]() | PowerDistribution(Double, Double, Generator) | Initializes a new instance of the PowerDistribution class with domain parameter k and shape parameter a using the specified random number generator. |