public class DistributionWithMean extends org.apache.mahout.math.jet.random.AbstractContinousDistribution implements Comparable<DistributionWithMean>
Constructor and Description |
---|
DistributionWithMean(org.apache.mahout.math.jet.random.AbstractContinousDistribution delegate,
double mean) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DistributionWithMean other) |
double |
getMean() |
double |
nextDouble() |
cdf, nextInt, pdf
public DistributionWithMean(org.apache.mahout.math.jet.random.AbstractContinousDistribution delegate, double mean)
public double getMean()
public double nextDouble()
nextDouble
in class org.apache.mahout.math.jet.random.AbstractDistribution
public int compareTo(DistributionWithMean other)
compareTo
in interface Comparable<DistributionWithMean>
Copyright © 2013. All Rights Reserved.