public class StandardCauchyDistribution extends CauchyDistribution
name
Constructor and Description |
---|
StandardCauchyDistribution(java.lang.String name)
A Cauchy distribution with a peak at 0.0 and a scale parameter (HWHM) of 1.0.
|
Modifier and Type | Method and Description |
---|---|
double |
draw()
Draw a value from the distribution according to the distribution at hand
|
getGamma, getX0
getName, toString
public StandardCauchyDistribution(java.lang.String name)
name
- Name of the standard Cauchy distribution (prefixed with StandardCauchy_distribution_)public double draw()
UnivariateDistribution
draw
in class UnivariateDistribution