Computes the generalized extreme value (GEV) log probability density function (LPDF).
value to evaluate
location
scale
shape
import mir.test: shouldApprox; gevLPDF(-3, 2, 3, -0.5).shouldApprox == -3.85358759620891; gevLPDF(-1, 2, 3, +0.5).shouldApprox == -3.01917074698827; gevLPDF(-1, 2, 3, 0.0).shouldApprox == -1.71828182845905;
Generalized Extreme Value (GEV) Distribution
See Implementation
Computes the generalized extreme value (GEV) log probability density function (LPDF).