https://github.com/pymc-devs/pymc3
Revision 9ee5d84b5048aea0690bba2629ece684656ad186 authored by Daniel Saunders on 18 August 2023, 16:31:02 UTC, committed by GitHub on 18 August 2023, 16:31:02 UTC
* add ICARRV and ICAR

* reorganized API so W is required, added tests on logp,rng,checks

* adjusted tests and api

* add ICAR to lists in distributions/__init__.py

* fix check_pymc_params_match_rv_op test

* deleted unnecessary pytest.mark.parametize

* fix check for square matrix + check_pymc_match_rv_op

* fix moment test

* removed asserts, added tests on sizes

* Implementing Bill's comments

* add _supp_shape_from_params()
1 parent 470d474
History
Tip revision: 9ee5d84b5048aea0690bba2629ece684656ad186 authored by Daniel Saunders on 18 August 2023, 16:31:02 UTC
add ICARRV and ICAR (#6831)
Tip revision: 9ee5d84
File Mode Size
.github
benchmarks
binder
conda-envs
docs
pymc
scripts
tests
.dockerignore -rw-r--r-- 17 bytes
.git-blame-ignore-revs -rw-r--r-- 109 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 551 bytes
.gitpod.yml -rw-r--r-- 2.1 KB
.mailmap -rw-r--r-- 1.6 KB
.pre-commit-config.yaml -rw-r--r-- 3.5 KB
.pylintrc -rw-r--r-- 11.2 KB
.readthedocs.yml -rw-r--r-- 235 bytes
ARCHITECTURE.md -rw-r--r-- 4.1 KB
CITATION.bib -rw-r--r-- 536 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.4 KB
CONTRIBUTING.md -rw-r--r-- 1.1 KB
GOVERNANCE.md -rw-r--r-- 41.4 KB
LICENSE -rw-r--r-- 12.6 KB
MANIFEST.in -rw-r--r-- 103 bytes
Makefile -rw-r--r-- 1.4 KB
README.rst -rw-r--r-- 9.1 KB
RELEASE-NOTES.md -rw-r--r-- 79.2 KB
codecov.yml -rw-r--r-- 708 bytes
mypy.ini -rw-r--r-- 344 bytes
pyproject.toml -rw-r--r-- 301 bytes
requirements-dev.txt -rw-r--r-- 663 bytes
requirements.txt -rw-r--r-- 154 bytes
setup.cfg -rw-r--r-- 245 bytes
setup.py -rwxr-xr-x 2.6 KB
setupegg.py -rwxr-xr-x 751 bytes
versioneer.py -rw-r--r-- 79.4 KB

README.rst

back to top