Student


function Student<Arg1, Arg2, Arg3>(k:Arg1, μ:Arg2, σ2:Arg3) -> Distribution<Real>

Create Student's t-distribution.

function Student<Arg>(k:Arg) -> Distribution<Real>

Create Student's t-distribution.