powered by
Moments of skew-\(t\) distribution, parameter nomenclature follows dst function.
moment_st(xi = 0, omega = 1, alpha = 0, nu = Inf)
Function moment_st() returns a moment object.
moment_st()
numeric scalar or vector, location parameter \(\xi\)
numeric scalar or vector, scale parameter \(\omega\)
numeric scalar or vector, slant parameter \(\alpha\)
numeric scalar or vector, degree of freedom \(\nu\)
Raw moments of skew-\(t\): https://arxiv.org/abs/0911.2342
xi = 2; omega = 1.3; alpha = 3; nu = 6 curve(sn::dst(x, xi = xi, omega = omega, alpha = alpha, nu = nu), from = 0, to = 6) moment_st(xi, omega, alpha, nu)
Run the code above in your browser using DataLab