stan-dev / example-models

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

Minor performance improvement to MPT_5_Stan.R #150

Closed crsh closed 4 years ago

crsh commented 5 years ago

According to the Stan functions reference std_normal() should be "much more efficient" than normal(0, 1) (https://mc-stan.org/docs/2_18/functions-reference/normal-distribution.html).