powered by
student(mu,sd)
student(mu = 0, sd = 1, df = 5)
the location parameter mu
the standard deviation parameter sigma
the degree freedom parameter df
a numerical vector interpreted as a prior in Stan
Define a t student prior distribution using the hyper parameters mu, sigma and df as degree freedom, by default a standard t-student(0,1,5) distribution with 5 degree freedom is return.