print
data
transformed data
parameters
transformed parameters
model
generated quantities
lkj_cov
lp__
<-
increment_log_prob
get_lp()
_log
cdf_log
ccdf_log
if_else
#
Stan allows users to define their own functions. The basic syntax is a simplified version of that used in C and C++. This chapter specifies how functions are declared, defined, and used in Stan.