Skip to content

Latest commit

 

History

History
64 lines (60 loc) · 854 Bytes

math.rst

File metadata and controls

64 lines (60 loc) · 854 Bytes

Math

This submodule contains various mathematical functions. Most of them are imported directly from theano.tensor (see there for more details). Doing any kind of math with PyMC3 random variables, or defining custom likelihoods or priors requires you to use these theano expressions rather than NumPy or Python code.

pymc3.math

dot constant flatten zeros_like ones_like stack concatenate sum prod lt gt le ge eq neq switch clip where and or abs exp log cos sin tan cosh sinh tanh sqr sqrt erf erfinv dot maximum minimum sgn ceil floor det matrix_inverse extract_diag matrix_dot trace sigmoid logsumexp invlogit logit

pymc3.math