Uses of Interface
org.apache.commons.math.distribution.NormalDistribution

Packages that use NormalDistribution
org.apache.commons.math.distribution Implementations of common discrete and continuous distributions. 
 

Uses of NormalDistribution in org.apache.commons.math.distribution
 

Classes in org.apache.commons.math.distribution that implement NormalDistribution
 class NormalDistributionImpl
          Default implementation of NormalDistribution.
 

Methods in org.apache.commons.math.distribution with parameters of type NormalDistribution
 void PoissonDistributionImpl.setNormal(NormalDistribution value)
          Modify the normal distribution used to compute normal approximations.
 

Constructors in org.apache.commons.math.distribution with parameters of type NormalDistribution
PoissonDistributionImpl(double p, NormalDistribution z)
          Create a new Poisson distribution with the given the mean.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.