Hyperbolic asymmetric T (inverse gamma mixture of normals) PDF
auto pdf = HyperbolicAsymmetricTSPDF!double(-1.1, 1.1, 1.1, 1.1); auto x = pdf(0.1); import std.conv; assert(x.isNormal, text(x));
distribution.params
See Implementation
Hyperbolic asymmetric T (inverse gamma mixture of normals) PDF