LICENSE
README.md
pyproject.toml
jaxampler/__init__.py
jaxampler/montecarlo.py
jaxampler/rvs.py
jaxampler/sampler.py
jaxampler/typing.py
jaxampler/utils.py
jaxampler.egg-info/PKG-INFO
jaxampler.egg-info/SOURCES.txt
jaxampler.egg-info/dependency_links.txt
jaxampler.egg-info/requires.txt
jaxampler.egg-info/top_level.txt
jaxampler/_src/jobj.py
jaxampler/_src/typing.py
jaxampler/_src/utils.py
jaxampler/_src/montecarlo/__init__.py
jaxampler/_src/montecarlo/integration.py
jaxampler/_src/montecarlo/montecarlobox.py
jaxampler/_src/montecarlo/montecarlogeneric.py
jaxampler/_src/rvs/__init__.py
jaxampler/_src/rvs/bernoulli.py
jaxampler/_src/rvs/beta.py
jaxampler/_src/rvs/binomial.py
jaxampler/_src/rvs/boltzmann.py
jaxampler/_src/rvs/cauchy.py
jaxampler/_src/rvs/chi2.py
jaxampler/_src/rvs/exponential.py
jaxampler/_src/rvs/gamma.py
jaxampler/_src/rvs/geometric.py
jaxampler/_src/rvs/logistic.py
jaxampler/_src/rvs/lognormal.py
jaxampler/_src/rvs/normal.py
jaxampler/_src/rvs/pareto.py
jaxampler/_src/rvs/poisson.py
jaxampler/_src/rvs/rayleigh.py
jaxampler/_src/rvs/rvs.py
jaxampler/_src/rvs/studentt.py
jaxampler/_src/rvs/triangular.py
jaxampler/_src/rvs/truncnormal.py
jaxampler/_src/rvs/truncpowerlaw.py
jaxampler/_src/rvs/uniform.py
jaxampler/_src/rvs/weibull.py
jaxampler/_src/sampler/__init__.py
jaxampler/_src/sampler/aarsampler.py
jaxampler/_src/sampler/arsampler.py
jaxampler/_src/sampler/importancesampler.py
jaxampler/_src/sampler/invtranssampler.py
jaxampler/_src/sampler/mhsampler.py
jaxampler/_src/sampler/sampler.py
tests/binomial_test.py
tests/boltzmann_test.py
tests/exponential_test.py
tests/geometric_test.py
tests/lognormal_test.py
tests/pareto_test.py
tests/rayleigh_test.py
tests/rvs_test.py
tests/studentt_test.py
tests/triangular_test.py
tests/truncated_power_law_test.py
tests/unifrom_test.py
tests/utils_test.py
tests/weibull_test.py