|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhplot.math.num.pdf.ContinuousDistribution
jhplot.math.num.pdf.Rayleigh
public class Rayleigh
The Rayleigh distribution.
References:
| Constructor Summary | |
|---|---|
Rayleigh()
Default constructor. |
|
Rayleigh(double s)
Create a distribution with the scale parameter. |
|
| Method Summary | |
|---|---|
double |
cumulativeProbability(double x)
The CDF for this distribution. |
double |
getScale()
Access the scale parameter. |
double |
inverseCumulativeProbability(double p)
The inverse CDF for this distribution. |
void |
setScale(double s)
Modify the scale parameter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rayleigh()
public Rayleigh(double s)
s - the scale parameter.| Method Detail |
|---|
public double cumulativeProbability(double x)
cumulativeProbability in class ContinuousDistributionx - the value at which the CDF is evaluated.
public double getScale()
public double inverseCumulativeProbability(double p)
inverseCumulativeProbability in class ContinuousDistributionp - the cumulative probability.
public void setScale(double s)
s - The new scale parameter value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||