simulate_student_t
function simulate_student_t(k:Real) -> Real
Simulate a Student's t-distribution.
- k: Degrees of freedom.
function simulate_student_t(k:Real, μ:Real, v:Real) -> Real
Simulate a Student's t-distribution with location and scale.
- k: Degrees of freedom.
- μ: Location.
- v: Scale.