Hi @ellisp from annual leave,
No real issue here just hoping for a quick explanation. I'm trying to understand this line.
I understand that it is using the stan student_t sampling statement with 4 degrees of freedom to estimate the distribution of mu. What I'm struggling to understand is the indexing of mu. Why is it set from 2:n and then from 1:n-1?
I'm not super familiar with stan so if there's something fundamental I should know/read please direct me.
Many thanks,
Martin
Hi @ellisp from annual leave,
No real issue here just hoping for a quick explanation. I'm trying to understand this line.
I understand that it is using the
stanstudent_tsampling statement with 4 degrees of freedom to estimate the distribution ofmu. What I'm struggling to understand is the indexing ofmu. Why is it set from2:nand then from1:n-1?I'm not super familiar with
stanso if there's something fundamental I should know/read please direct me.Many thanks,
Martin