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.
|
getPDFGradient
double[][] 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=x
Copyright © 2020 Rogue Wave Software. All rights reserved.