module documentation

pygments.lexers._stan_builtins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This file contains the names of functions for Stan used by ``pygments.lexers.math.StanLexer. This is for Stan language version 2.29.0. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Constant DISTRIBUTIONS Undocumented
Constant FUNCTIONS Undocumented
Constant KEYWORDS Undocumented
Constant RESERVED Undocumented
Constant TYPES Undocumented
DISTRIBUTIONS: tuple[str, ...] = (source)

Undocumented

Value
('bernoulli',
 'bernoulli_logit',
 'bernoulli_logit_glm',
 'beta',
 'beta_binomial',
 'binomial',
 'binomial_logit',
...
FUNCTIONS: tuple[str, ...] = (source)

Undocumented

Value
('abs',
 'acos',
 'acosh',
 'add_diag',
 'algebra_solver',
 'algebra_solver_newton',
 'append_array',
...
KEYWORDS: tuple[str, ...] = (source)

Undocumented

Value
('break',
 'continue',
 'else',
 'for',
 'if',
 'in',
 'print',
...
RESERVED: tuple[str, ...] = (source)

Undocumented

Value
('repeat',
 'until',
 'then',
 'true',
 'false',
 'var',
 'struct',
...
TYPES: tuple[str, ...] = (source)

Undocumented

Value
('cholesky_factor_corr',
 'cholesky_factor_cov',
 'corr_matrix',
 'cov_matrix',
 'int',
 'matrix',
 'ordered',
...