Interface ProbabilityFunction
-
- All Superinterfaces:
Configurable
,MOAObject
,OptionHandler
,Serializable
- All Known Implementing Classes:
CantellisInequality
,ChebyshevInequality
,GaussInequality
public interface ProbabilityFunction extends OptionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getProbability(double mean, double sd, double value)
-
Methods inherited from interface moa.MOAObject
getDescription, measureByteSize
-
Methods inherited from interface moa.options.OptionHandler
copy, getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
-
-