module documentation

This file contains the names of functions for Stan used by ``pygments.lexers.math.StanLexer. This is for Stan language version 2.17.0.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant DISTRIBUTIONS Undocumented
Constant FUNCTIONS Undocumented
Constant KEYWORDS Undocumented
Constant RESERVED Undocumented
Constant TYPES Undocumented
DISTRIBUTIONS: tuple[str, ...] =

Undocumented

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

Undocumented

Value
('abs',
 'acos',
 'acosh',
 'algebra_solver',
 'append_array',
 'append_col',
 'append_row',
...
KEYWORDS: tuple[str, ...] =

Undocumented

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

Undocumented

Value
('alignas',
 'alignof',
 'and',
 'and_eq',
 'asm',
 'auto',
 'bitand',
...
TYPES: tuple[str, ...] =

Undocumented

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