|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.math.PersistentObject
org.apache.mahout.math.jet.random.AbstractDistribution
org.apache.mahout.math.jet.random.AbstractContinousDistribution
org.apache.mahout.math.jet.random.BreitWigner
@Deprecated public class BreitWigner
Field Summary |
---|
Fields inherited from class org.apache.mahout.math.jet.random.AbstractDistribution |
---|
randomGenerator |
Constructor Summary | |
---|---|
BreitWigner(double mean,
double gamma,
double cut,
java.util.Random randomGenerator)
Deprecated. Constructs a BreitWigner distribution. |
Method Summary | |
---|---|
double |
nextDouble()
Deprecated. Returns a random number from the distribution. |
double |
nextDouble(double mean,
double gamma,
double cut)
Deprecated. Returns a random number from the distribution; bypasses the internal state. |
void |
setState(double mean,
double gamma,
double cut)
Deprecated. Sets the mean, gamma and cut parameters. |
static double |
staticNextDouble(double mean,
double gamma,
double cut)
Deprecated. Returns a random number from the distribution. |
java.lang.String |
toString()
Deprecated. Returns a String representation of the receiver. |
Methods inherited from class org.apache.mahout.math.jet.random.AbstractContinousDistribution |
---|
cdf, nextInt, pdf |
Methods inherited from class org.apache.mahout.math.jet.random.AbstractDistribution |
---|
apply, apply, getRandomGenerator, setRandomGenerator |
Methods inherited from class org.apache.mahout.math.PersistentObject |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BreitWigner(double mean, double gamma, double cut, java.util.Random randomGenerator)
cut
- cut==Double.NEGATIVE_INFINITY indicates "don't cut".Method Detail |
---|
public double nextDouble()
nextDouble
in class AbstractDistribution
public double nextDouble(double mean, double gamma, double cut)
cut
- cut==Double.NEGATIVE_INFINITY indicates "don't cut".public void setState(double mean, double gamma, double cut)
cut
- cut==Double.NEGATIVE_INFINITY indicates "don't cut".public static double staticNextDouble(double mean, double gamma, double cut)
cut
- cut==Double.NEGATIVE_INFINITY indicates "don't cut".public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |