public class IndividualLogLikelihood extends LogFunctionWrapper implements LikelihoodCompatible
parameterBounds| Constructor and Description |
|---|
IndividualLogLikelihood(IndividualLikelihood originalFunction) |
| Modifier and Type | Method and Description |
|---|---|
IndividualLikelihood |
getOriginalFunction()
This method returns the original function.
|
Matrix |
getPredictionVector()
This method returns the prediction associated with the observation.
|
Matrix |
getYVector()
This method returns the vector of observed values.
|
void |
setYVector(Matrix y)
This method sets the vector of observed values.
|
getGradient, getHessian, getValuegetBeta, getNumberOfParameters, getNumberOfVariables, getParameterValue, getVariableValue, setBeta, setBounds, setParameterValue, setVariableValue, setXpublic IndividualLogLikelihood(IndividualLikelihood originalFunction)
public IndividualLikelihood getOriginalFunction()
AbstractMathematicalFunctionWrappergetOriginalFunction in class AbstractMathematicalFunctionWrapperpublic Matrix getPredictionVector()
LikelihoodCompatiblegetPredictionVector in interface LikelihoodCompatiblepublic void setYVector(Matrix y)
LikelihoodCompatiblesetYVector in interface LikelihoodCompatibley - a row vector (Matrix instance)public Matrix getYVector()
LikelihoodCompatiblegetYVector in interface LikelihoodCompatible