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)
          Deprecated. as of 2.1 (class will become immutable in 3.0)
 

Constructors in org.apache.commons.math.distribution with parameters of type NormalDistribution
PoissonDistributionImpl(double p, NormalDistribution z)
          Deprecated. as of 2.1 (to avoid possibly inconsistent state, the "NormalDistribution" will be instantiated internally)
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.