Package jsl.utilities.distributions
Interface DomainIfc
-
- All Known Subinterfaces:
ContinuousDistributionIfc
- All Known Implementing Classes:
Beta
,Exponential
,Gamma
,LogLogistic
,Lognormal
,Normal
,PearsonType5
,PearsonType6
,StudentT
,Triangular
,Uniform
,Weibull
public interface DomainIfc
Used to represent the set of possible values for continuous distributions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Interval
getDomain()
-
-
-
Method Detail
-
getDomain
Interval getDomain()
-
-