.cruft.json
.gitattributes
.gitignore
.pre-commit-config.yaml
AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
Makefile
README.md
commands.sh
conftest.py
environment.yaml
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.md
docs/conf.py
docs/contributing.md
docs/example.md
docs/history.md
docs/index.md
docs/installation.md
docs/license.md
docs/make.bat
docs/spelling_wordlist.txt
docs/_build/html/_sources/reference/api-baseclasses.rst
docs/_build/html/_sources/reference/api-modules.rst
docs/_build/html/_sources/reference/api-public.rst
docs/_build/html/_sources/reference/generated/cmomy.CentralMoments.rst
docs/_build/html/_sources/reference/generated/cmomy.central_moments.rst
docs/_build/html/_sources/reference/generated/cmomy.convert.rst
docs/_build/html/_sources/reference/generated/cmomy.resample.rst
docs/_build/html/_sources/reference/generated/cmomy.xCentralMoments.rst
docs/_build/html/_sources/reference/generated/cmomy.xcentral_moments.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/images/logo_colab.png
docs/_static/css/nist-combined.css
docs/_static/js/leave_notice.js
docs/_static/js/nist-header-footer.js
docs/_templates/class-individual-pages.rst
docs/_templates/module-custom.rst
docs/_templates/module-single.rst
docs/_templates/module-template.rst
docs/_templates/autodocsumm/class-noindex.rst
docs/_templates/autodocsumm/class.rst
docs/_templates/autodocsumm/module-inherit.rst
docs/_templates/autodocsumm/module-noindex.rst
docs/_templates/autodocsumm/module.rst
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/notebooks/motivation.ipynb
docs/notebooks/usage_notebook.ipynb
docs/reference/api-baseclasses.rst
docs/reference/api-modules.rst
docs/reference/api-public.rst
docs/reference/index.md
docs/reference/generated/cmomy.CentralMoments.rst
docs/reference/generated/cmomy.central_moments.rst
docs/reference/generated/cmomy.convert.rst
docs/reference/generated/cmomy.resample.rst
docs/reference/generated/cmomy.xCentralMoments.rst
docs/reference/generated/cmomy.xcentral_moments.rst
environment/dev-extras.yaml
environment/dev.yaml
environment/dist-conda.yaml
environment/dist-pypi.yaml
environment/docs-extras.yaml
environment/docs.yaml
environment/test-extras.yaml
environment/test.yaml
examples/bootstrap.ipynb
examples/central_moments.ipynb
examples/example_usage.ipynb
examples/parallel_test.ipynb
examples/test_accumulator.ipynb
src/cmomy/__init__.py
src/cmomy/_docstrings.py
src/cmomy/_formatting.py
src/cmomy/_resample.py
src/cmomy/_testing.py
src/cmomy/_typing.py
src/cmomy/abstract_central.py
src/cmomy/cached_decorators.py
src/cmomy/central.py
src/cmomy/compile.py
src/cmomy/convert.py
src/cmomy/options.py
src/cmomy/pusher_interface.py
src/cmomy/pushers.py
src/cmomy/py.typed
src/cmomy/resample.py
src/cmomy/utils.py
src/cmomy/xcentral.py
src/cmomy/_docfiller/__init__.py
src/cmomy/_docfiller/docfiller.py
src/cmomy/_docfiller/docscrape.py
src/cmomy/tests/__init__.py
src/cmomy/tests/conftest.py
src/cmomy/tests/test_central.py
src/cmomy/tests/test_central_2.py
src/cmomy/tests/test_convert.py
src/cmomy/tests/test_resample.py
src/cmomy/tests/test_stability.py
src/cmomy/tests/test_verify.py
src/cmomy/tests/test_xcentral.py
src/cmomy/tests/test_xcentral_constructors.py