Skip to contents

Student-t Prior Distribution

Usage

prior_student_t(nu, mu, sigma)

Arguments

nu

(number) Degrees of freedom parameter.

mu

(number) Location parameter.

sigma

(number) Scale parameter.

Value

A Prior object.

Examples

prior_student_t(4, 0, 1)
#> 
#> Prior Object:
#>    student_t(nu = 4, mu = 0, sigma = 1)
#>