public interface PDFHessianInterface extends PDFGradientInterface
| Modifier and Type | Method and Description |
|---|---|
double[][] |
getPDFHessian(double x,
double[] params)
Returns the hessian of the probability density function.
|
getPDFGradientdouble[][] getPDFHessian(double x,
double[] params)
x - a double value in the range of the random variableparams - a double array or a comma-separated list of
doubles giving the values of the parameters
Note: The argument params is a variable length argument
list (varargs).
double matrix equal to the second partial
derivatives of the probability density function with respect to the
parameters evaluated at X=xCopyright © 1970-2015 Rogue Wave Software
Built June 18 2015.