public interface PDFGradientInterface
| Modifier and Type | Method and Description |
|---|---|
double[] |
getPDFGradient(double x,
double... params)
Returns the gradient of the probability density function.
|
double[] getPDFGradient(double x,
double... params)
x - a double valueparams - 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 array equal to the first partial
derivatives of the probability density function with respect to the
parameters evaluated at X=xCopyright © 2020 Rogue Wave Software. All rights reserved.