powered by
Student-t and half-t priors. Note that this can be used to represent an effectively normal distribution prior by setting the first argument (the degrees of freedom parameter) to a large value (roughly 50 or above).
student_t(df = 3, location = 0, scale = 1)half_t(df = 3, location = 0, scale = 1)
half_t(df = 3, location = 0, scale = 1)
Degrees of freedom parameter
Location parameter
Scale parameter
student_t(3, 0, 1) half_t(3, 0, 1)
Run the code above in your browser using DataLab