stan-dev / example-models

Example models for Stan
http://mc-stan.org/
773 stars 479 forks source link

rename quantile udf function to avoid name clash with math #207

Closed adamhaber closed 3 years ago

adamhaber commented 3 years ago

In https://github.com/stan-dev/stanc3/pull/870 we expose a quantile function, which caused a named clash with 4 example models.

This fixes the name clashes by renaming the quantile function in the models to quantile_user_defined.