JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
repicea.math
Interface EvaluableFunction<P>
All Known Implementing Classes:
AbstractMathematicalFunction
,
AbstractMathematicalFunctionWrapper
,
CATDecayFunction
,
CATExponentialFunction
,
CompositeLogLikelihood
,
CopulaExpression
,
CopulaLibrary.DistanceLinkFunctionCopulaExpression
,
CopulaLibrary.SimpleCopulaExpression
,
CopulaLibrary.SimpleLogisticCopulaExpression
,
ExponentialFunctionWrapper
,
FGMCompositeLogLikelihood
,
IndividualLikelihood
,
IndividualLogLikelihood
,
LikelihoodGLM
,
LinearStatisticalExpression
,
LinkFunction
,
LogFunctionWrapper
,
MathildeMortalityPredictor.InternalMathematicalFunction
public interface
EvaluableFunction<P>
This interface ensures that the class can provide a value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
P
getValue
()
This method provides the result of the function evaluation.
Method Detail
getValue
P
getValue()
This method provides the result of the function evaluation.
Returns:
a P instance
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method