public static interface ExtendedGARCH.zDistribution
Modifier and Type | Method and Description |
---|---|
default double |
zPdf(double z)
Returns the probability density function for \(z\).
|
default double zPdf(double z)
z
- a double
, the value of \(\epsilon/\sigma\)double
, the value of the probability density
function at z
Copyright © 2020 Rogue Wave Software. All rights reserved.