R/dst.R

"dst" <-
function(x,nu=3){
gamma( (nu+1)/2)/(gamma(nu/2)*sqrt(pi)*sqrt(nu-2)*( 1+ (x^2)/(nu-2))^((nu+1)/2))
}

Try the NORMT3 package in your browser

Any scripts or data that you put into this service are public.

NORMT3 documentation built on April 25, 2022, 5:06 p.m.