This is an old version, view current version.
13.3 lp__
Variable
Deprecated: The variable lp__
is available wherever log density
increment statements are allowed (target~+=
and ~
shorthand
statements).
Replacement: General manipulation of lp__
is not allowed, but
lp__ <- lp__ + e;
can be replaced with
target += e;
The value of lp__
is available through the no-argument function
target()
.