Package jsl.utilities.distributions
Interface MeanIfc
-
- All Known Subinterfaces:
DistributionFunctionIfc
,DistributionIfc
,LossFunctionDistributionIfc
- All Known Implementing Classes:
Bernoulli
,Beta
,Binomial
,Constant
,DEmpiricalCDF
,Distribution
,DUniform
,Exponential
,Gamma
,Geometric
,LogLogistic
,Lognormal
,MTP
,NegativeBinomial
,Normal
,PearsonType5
,PearsonType6
,Poisson
,ShiftedDistribution
,ShiftedGeometric
,ShiftedLossFunctionDistribution
,StudentT
,Triangular
,TruncatedDistribution
,Uniform
,VConstant
,Weibull
public interface MeanIfc
Defines an interface for getting the expected value or mean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getMean()
Returns the mean or expected value of a distribution
-