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, getValue
getBeta, getNumberOfParameters, getNumberOfVariables, getParameterValue, getVariableValue, setBeta, setBounds, setParameterValue, setVariableValue, setX
public IndividualLogLikelihood(IndividualLikelihood originalFunction)
public IndividualLikelihood getOriginalFunction()
AbstractMathematicalFunctionWrapper
getOriginalFunction
in class AbstractMathematicalFunctionWrapper
public Matrix getPredictionVector()
LikelihoodCompatible
getPredictionVector
in interface LikelihoodCompatible
public void setYVector(Matrix y)
LikelihoodCompatible
setYVector
in interface LikelihoodCompatible
y
- a row vector (Matrix instance)public Matrix getYVector()
LikelihoodCompatible
getYVector
in interface LikelihoodCompatible