powered by
Creates a Student-t distribution object for use with prior().
prior()
student_t(df = 3, mu = 0, sigma = 1)
An object of class "clm_dist" representing a Student-t distribution.
"clm_dist"
Degrees of freedom. Must be positive. Default: 3
Location parameter. Default: 0
Scale parameter. Must be positive. Default: 1
prior(), normal(), gamma(), cauchy()
normal()
gamma()
cauchy()
# Create a Student-t prior with heavy tails student_t(3, 0, 2.5) # Use with prior() prior(student_t(3, 0, 2.5), class = "b")
Run the code above in your browser using DataLab