Package org.oristool.math.function
Class EXP
java.lang.Object
org.oristool.math.function.EXP
- All Implemented Interfaces:
Function
,PartitionedFunction
The Exponential PDF.
-
Constructor Summary
ConstructorDescriptionEXP
(Variable x, BigDecimal lambda) Builds the functione^(-lambda x)
over[0, +infty)
. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.oristool.math.function.Function
getFunctions
Methods inherited from interface org.oristool.math.function.PartitionedFunction
getDensities, getDomains, getDomainsEFT, getDomainsLFT
-
Constructor Details
-
EXP
Builds the functione^(-lambda x)
over[0, +infty)
.- Parameters:
x
- PDF variablelambda
- rate (before the negation)
-
EXP
-
-
Method Details
-
getLambda
-
getVariable
Returns the variable of this PDF.- Returns:
- variable of this PDF
-
equals
-
hashCode
public int hashCode() -
toString
-
toMathematicaString
- Specified by:
toMathematicaString
in interfaceFunction
- Specified by:
toMathematicaString
in interfacePartitionedFunction
-
getDensity
- Specified by:
getDensity
in interfaceFunction
-
getDomain
-