Package org.oristool.math.function
Interface Function
- All Superinterfaces:
PartitionedFunction
Generic piecewise function interface.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.oristool.math.function.PartitionedFunction
getDensities, getDomains, getDomainsEFT, getDomainsLFT
-
Method Details
-
getDomain
DBMZone getDomain() -
getDensity
Expolynomial getDensity() -
getFunctions
- Specified by:
getFunctions
in interfacePartitionedFunction
-
toMathematicaString
String toMathematicaString()- Specified by:
toMathematicaString
in interfacePartitionedFunction
-