.gitattributes
.gitignore
CITATION.cff
GettingStarted.ipynb
LICENSE
README.md
gx2_derivatives.md
gx2_icon.png
pyproject.toml
.github/workflows/publish.yml
.github/workflows/regen-docs.yml
.github/workflows/test.yml
getting-started/01_sample_histogram.png
getting-started/02_pdf_vs_histogram.png
getting-started/03_cdf_vs_histogram.png
getting-started/04_cdf_methods_nonelliptic.png
getting-started/05_pdf_methods_nonelliptic.png
getting-started/06_cdf_methods_elliptic.png
getting-started/07_pdf_methods_elliptic.png
getting-started/08_cdf_infinite_lower_tail.png
getting-started/09_pdf_infinite_upper_tail.png
getting-started/10_cdf_finite_lower_tail.png
getting-started/11_normal_scatter.png
getting-started/12_quadform_pdf_vs_histogram.png
getting-started/13_characteristic_function.png
getting-started/14_taylor_native.png
getting-started/15_taylor_boundary.png
getting-started/16_optimal_boundary.png
gx2/__init__.py
gx2/_basic.py
gx2/_convert.py
gx2/_dens_deriv.py
gx2/_distribution.py
gx2/_gradients.py
gx2/_helpers.py
gx2/_methods.py
gx2/_ray.py
gx2.egg-info/PKG-INFO
gx2.egg-info/SOURCES.txt
gx2.egg-info/dependency_links.txt
gx2.egg-info/requires.txt
gx2.egg-info/scm_file_list.json
gx2.egg-info/scm_version.json
gx2.egg-info/top_level.txt
scripts/build_getting_started.py
tests/bench_norm_err_bd.py
tests/test_gx2.py