Updated Stan deprecated syntax. Required rstan version 2.26 or later. See reference at https://mc-stan.org/docs/reference-manual/postfix-brackets-array-syntax.html
For instance, the syntax vector[C] Y[N];
is deprecated and will be removed in Stan 2.33. The postfix bracket notation for arrays is replaced by array[N] vector[C] Y;
.
int s[C];
is replaced by array[C] int s;
.
The syntax for declaring vector types, such as vector[N] b;
, remains unchanged.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4