R
- The class that the function returnspublic interface Optimizable<R extends Likelihood>
Modifier and Type | Method and Description |
---|---|
R |
calculate(Parameters p)
The optimisable likelihood function.
|
R calculate(Parameters p) throws GeneralException
Likelihood
so that other information, such as intermediate
calculations can also be returned.p
- The value of the parameters to be optimisedGeneralException
- Thrown if there is an error calculating the
likelihood