Skip to content

StudentDistribution


final class StudentDistribution<Arg1, Arg2, Arg3>(k:Arg1, μ:Arg2, σ2:Arg3) < Distribution<Real>

Student's t-distribution.

Member Variables

Name Description
k:Arg1 Degrees of freedom.
μ:Arg2 Location parameter.
σ2:Arg3 Square scale parameter.