Student
final class Student(ν:Expression<Real>, μ:Expression<Real>, σ2:Expression<Real>) < Distribution<Real>
Student's t-distribution.
Factory Functions
Name | Description |
---|---|
Student | Create Student's t-distribution. |
Student | Create Student's t-distribution. |
Student | Create Student's t-distribution. |
Student | Create Student's t-distribution. |
Student | Create Student's t-distribution. |
Student | Create Student's t-distribution. |
Student | Create Student's t-distribution. |
Student | Create Student's t-distribution. |
Student | Create Student's t-distribution. |
Student | Create Student's t-distribution. |
Member Variables
Name | Description |
---|---|
ν:Expression<Real> | Degrees of freedom. |
μ:Expression<Real> | Location parameter. |
σ2:Expression<Real> | Square scale parameter. |
Factory Function Details
function Student(ν:Expression<Real>, μ:Expression<Real>, σ2:Expression<Real>) -> Student
Create Student's t-distribution.
function Student(ν:Expression<Real>) -> Student
Create Student's t-distribution.
function Student(ν:Real) -> Student
Create Student's t-distribution.
function Student(ν:Real, μ:Expression<Real>, σ2:Expression<Real>) -> Student
Create Student's t-distribution.
function Student(ν:Expression<Real>, μ:Real, σ2:Expression<Real>) -> Student
Create Student's t-distribution.
function Student(ν:Expression<Real>, μ:Expression<Real>, σ2:Real) -> Student
Create Student's t-distribution.
function Student(ν:Real, μ:Real, σ2:Expression<Real>) -> Student
Create Student's t-distribution.
function Student(ν:Real, μ:Expression<Real>, σ2:Real) -> Student
Create Student's t-distribution.
function Student(ν:Expression<Real>, μ:Real, σ2:Real) -> Student
Create Student's t-distribution.
function Student(ν:Real, μ:Real, σ2:Real) -> Student
Create Student's t-distribution.