Package de.uka.ipd.sdq.probfunction.math

Interface Summary
IBoxedPDF A BoxedPDF is an approximation of an actual probability density function.
IContinuousSample A ConinuousSample is used to describe the interfals in a BoxedPDF.
IProbabilityDensityFunction In mathematics, a probability density function (pdf) serves to represent a probability distribution in terms of integrals.
IProbabilityFunction A ProbabilityFunction describes a random variable.
IProbabilityFunctionFactory Factory.
IProbabilityMassFunction A probability mass function (abbreviated pmf) gives the probability that a discrete random variable is exactly equal to some value.
IRandomGenerator  
ISample Describes a sample of a probability mass function.
ISamplePDF For the implementation of the SamplePDF, we used a simplified version of probability density functions to ease the following computations and analyses.
IUnit A unit describes the scale unit of the Y and X axis of a function.
 

Class Summary
ManagedPDF To be continued...
ManagedPMF To be continued...
PDFConfiguration