Skew Student T Distr? (Hansen or Fernandes Steel)

Hi, is there a Skew Student T implementation in Julia?

Hansen or Fernandes-Steel variants, with analytical pdf, cdf, quantile?

You’ll have to track it down, since it appears not to be registered, but check [ANN] ARCHModels.jl and the JSTATS paper.

2 Likes

Indeed it has StdSkewT thank you!

Actually, it has PDF and Quantile but not the CDF function

1 Like

It has been claimed

Since Hansen’s skew T is just two half-T distributions squished together and appropriately normaluzed to be a density, it is pretty easy to directly compute the PPF and CDF by parts.

Haven’t tried it myself.

I implemented SkewT Hanson variant

It has analytical pdf, cdf, quantile and should be faster (some constants cached)