distributions: New module for probability distribution functions.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 6 Dec 2021 05:18:22 +0000 (21:18 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 6 Dec 2021 17:05:31 +0000 (09:05 -0800)
commit7a1d25c5bfab66d8a4c8247b7f567ee2f855b4bc
treedfed70e2a3cf3d33ffbb74cb8fe826c2e51fdffe
parenta6e2dce2d00a981b99c4843088949aa24a746af2
distributions: New module for probability distribution functions.

These functions are currently just used in expressions, but in an upcoming
commit they will also be used in matrices, so this commit makes them more
widely available.
src/language/expressions/helpers.c
src/language/expressions/helpers.h
src/math/automake.mk
src/math/distributions.c [new file with mode: 0644]
src/math/distributions.h [new file with mode: 0644]