Hi Stan users,
Is there any reverse ordered declaration for parameters.
I’ve found a “reverse” function, but it seems that Stan does not recognize it. How to add this function?
Any suggestion on this issue?
Thanks
Hi Stan users,
Is there any reverse ordered declaration for parameters.
I’ve found a “reverse” function, but it seems that Stan does not recognize it. How to add this function?
Any suggestion on this issue?
Thanks
No, but you can take something that is ordered and call sort_desc on it.
Thank you so much bgoodri for your help.