.gitignore
CHANGELOG.md
CITATION.cff
LICENSE
README.md
pyproject.toml
uv.lock
.github/ISSUE_TEMPLATE/derivkit-adoption.yml
.github/scripts/adoption_from_issue.py
.github/workflows/adoption-issue-to-pr.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
docs/Makefile
docs/citation.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/team.rst
docs/workflows.rst
docs/_ext/adoption.py
docs/_static/derivkit.css
docs/_static/logos/logo-black.png
docs/_static/logos/logo-blue.png
docs/_templates/pages_redirect.html
docs/_templates/sidebar/variant-selector.html
docs/about/index.rst
docs/about/overview.rst
docs/about/kits/calculus_kit.rst
docs/about/kits/derivative_kit.rst
docs/about/kits/forecast_kit.rst
docs/about/kits/index.rst
docs/about/kits/likelihood_kit.rst
docs/adoption/software/augur.yml
docs/adoption/software/cocoa.yml
docs/api/derivkit.calculus.calculus_core.rst
docs/api/derivkit.calculus.gradient.rst
docs/api/derivkit.calculus.hessian.rst
docs/api/derivkit.calculus.hyper_hessian.rst
docs/api/derivkit.calculus.jacobian.rst
docs/api/derivkit.calculus.rst
docs/api/derivkit.calculus_kit.rst
docs/api/derivkit.derivative_kit.rst
docs/api/derivkit.derivatives.adaptive.adaptive_fit.rst
docs/api/derivkit.derivatives.adaptive.batch_eval.rst
docs/api/derivkit.derivatives.adaptive.diagnostics.rst
docs/api/derivkit.derivatives.adaptive.grid.rst
docs/api/derivkit.derivatives.adaptive.polyfit_utils.rst
docs/api/derivkit.derivatives.adaptive.rst
docs/api/derivkit.derivatives.adaptive.spacing.rst
docs/api/derivkit.derivatives.adaptive.transforms.rst
docs/api/derivkit.derivatives.autodiff.jax_autodiff.rst
docs/api/derivkit.derivatives.autodiff.jax_core.rst
docs/api/derivkit.derivatives.autodiff.jax_utils.rst
docs/api/derivkit.derivatives.autodiff.rst
docs/api/derivkit.derivatives.finite.batch_eval.rst
docs/api/derivkit.derivatives.finite.core.rst
docs/api/derivkit.derivatives.finite.extrapolators.rst
docs/api/derivkit.derivatives.finite.finite_difference.rst
docs/api/derivkit.derivatives.finite.rst
docs/api/derivkit.derivatives.finite.stencil.rst
docs/api/derivkit.derivatives.fornberg.rst
docs/api/derivkit.derivatives.local_polynomial_derivative.diagnostics.rst
docs/api/derivkit.derivatives.local_polynomial_derivative.fit.rst
docs/api/derivkit.derivatives.local_polynomial_derivative.local_poly_config.rst
docs/api/derivkit.derivatives.local_polynomial_derivative.local_polynomial_derivative.rst
docs/api/derivkit.derivatives.local_polynomial_derivative.rst
docs/api/derivkit.derivatives.local_polynomial_derivative.sampling.rst
docs/api/derivkit.derivatives.rst
docs/api/derivkit.derivatives.tabulated_model.one_d.rst
docs/api/derivkit.derivatives.tabulated_model.rst
docs/api/derivkit.forecast_kit.rst
docs/api/derivkit.forecasting.dali.rst
docs/api/derivkit.forecasting.expansions.rst
docs/api/derivkit.forecasting.fisher.rst
docs/api/derivkit.forecasting.fisher_gaussian.rst
docs/api/derivkit.forecasting.fisher_xy.rst
docs/api/derivkit.forecasting.forecast_core.rst
docs/api/derivkit.forecasting.getdist_dali_samples.rst
docs/api/derivkit.forecasting.getdist_fisher_samples.rst
docs/api/derivkit.forecasting.laplace.rst
docs/api/derivkit.forecasting.priors_core.rst
docs/api/derivkit.forecasting.rst
docs/api/derivkit.forecasting.sampling_utils.rst
docs/api/derivkit.likelihood_kit.rst
docs/api/derivkit.likelihoods.gaussian.rst
docs/api/derivkit.likelihoods.poisson.rst
docs/api/derivkit.likelihoods.rst
docs/api/derivkit.rst
docs/api/derivkit.utils.caching.rst
docs/api/derivkit.utils.concurrency.rst
docs/api/derivkit.utils.extrapolation.rst
docs/api/derivkit.utils.linalg.rst
docs/api/derivkit.utils.logger.rst
docs/api/derivkit.utils.numerics.rst
docs/api/derivkit.utils.rst
docs/api/derivkit.utils.sandbox.rst
docs/api/derivkit.utils.types.rst
docs/api/derivkit.utils.validate.rst
docs/api/index.rst
docs/assets/favicon.png
docs/assets/logos/logo-black.png
docs/assets/logos/logo-blue.png
docs/assets/logos/logo-red.png
docs/assets/logos/logo-yellow.png
docs/assets/plots/adaptive_demo_linear_noisy_order1.png
docs/assets/plots/dali_vs_fisher_2d_1and2sigma.png
docs/assets/plots/dali_vs_fisher_exact_1d.png
docs/assets/plots/fisher_bias_demo_1and2sigma.png
docs/examples/index.rst
docs/examples/calculus/gradient.rst
docs/examples/calculus/hessian.rst
docs/examples/calculus/hyperhessian.rst
docs/examples/calculus/index.rst
docs/examples/calculus/jacobian.rst
docs/examples/derivatives/adaptive_fit.rst
docs/examples/derivatives/finite_differences.rst
docs/examples/derivatives/index.rst
docs/examples/derivatives/local_poly.rst
docs/examples/derivatives/multiple_points.rst
docs/examples/derivatives/tabulated.rst
docs/examples/forecasting/dali.rst
docs/examples/forecasting/dali_contours.rst
docs/examples/forecasting/fisher.rst
docs/examples/forecasting/fisher_bias.rst
docs/examples/forecasting/fisher_contours.rst
docs/examples/forecasting/fisher_gauss.rst
docs/examples/forecasting/fisher_xy.rst
docs/examples/forecasting/index.rst
docs/examples/forecasting/laplace_approx.rst
docs/examples/forecasting/laplace_contours.rst
docs/examples/likelihoods/gaussian.rst
docs/examples/likelihoods/index.rst
docs/examples/likelihoods/poissonian.rst
src/derivkit/__init__.py
src/derivkit/calculus_kit.py
src/derivkit/derivative_kit.py
src/derivkit/forecast_kit.py
src/derivkit/likelihood_kit.py
src/derivkit.egg-info/PKG-INFO
src/derivkit.egg-info/SOURCES.txt
src/derivkit.egg-info/dependency_links.txt
src/derivkit.egg-info/requires.txt
src/derivkit.egg-info/top_level.txt
src/derivkit/calculus/__init__.py
src/derivkit/calculus/calculus_core.py
src/derivkit/calculus/gradient.py
src/derivkit/calculus/hessian.py
src/derivkit/calculus/hyper_hessian.py
src/derivkit/calculus/jacobian.py
src/derivkit/derivatives/__init__.py
src/derivkit/derivatives/fornberg.py
src/derivkit/derivatives/adaptive/__init__.py
src/derivkit/derivatives/adaptive/adaptive_fit.py
src/derivkit/derivatives/adaptive/batch_eval.py
src/derivkit/derivatives/adaptive/diagnostics.py
src/derivkit/derivatives/adaptive/grid.py
src/derivkit/derivatives/adaptive/polyfit_utils.py
src/derivkit/derivatives/adaptive/spacing.py
src/derivkit/derivatives/adaptive/transforms.py
src/derivkit/derivatives/autodiff/__init__.py
src/derivkit/derivatives/autodiff/jax_autodiff.py
src/derivkit/derivatives/autodiff/jax_core.py
src/derivkit/derivatives/autodiff/jax_utils.py
src/derivkit/derivatives/finite/__init__.py
src/derivkit/derivatives/finite/batch_eval.py
src/derivkit/derivatives/finite/core.py
src/derivkit/derivatives/finite/extrapolators.py
src/derivkit/derivatives/finite/finite_difference.py
src/derivkit/derivatives/finite/stencil.py
src/derivkit/derivatives/local_polynomial_derivative/__init__.py
src/derivkit/derivatives/local_polynomial_derivative/diagnostics.py
src/derivkit/derivatives/local_polynomial_derivative/fit.py
src/derivkit/derivatives/local_polynomial_derivative/local_poly_config.py
src/derivkit/derivatives/local_polynomial_derivative/local_polynomial_derivative.py
src/derivkit/derivatives/local_polynomial_derivative/sampling.py
src/derivkit/derivatives/tabulated_model/__init__.py
src/derivkit/derivatives/tabulated_model/one_d.py
src/derivkit/forecasting/__init__.py
src/derivkit/forecasting/dali.py
src/derivkit/forecasting/expansions.py
src/derivkit/forecasting/fisher.py
src/derivkit/forecasting/fisher_gaussian.py
src/derivkit/forecasting/fisher_xy.py
src/derivkit/forecasting/forecast_core.py
src/derivkit/forecasting/getdist_dali_samples.py
src/derivkit/forecasting/getdist_fisher_samples.py
src/derivkit/forecasting/laplace.py
src/derivkit/forecasting/priors_core.py
src/derivkit/forecasting/sampling_utils.py
src/derivkit/likelihoods/__init__.py
src/derivkit/likelihoods/gaussian.py
src/derivkit/likelihoods/poisson.py
src/derivkit/utils/__init__.py
src/derivkit/utils/caching.py
src/derivkit/utils/concurrency.py
src/derivkit/utils/extrapolation.py
src/derivkit/utils/linalg.py
src/derivkit/utils/logger.py
src/derivkit/utils/numerics.py
src/derivkit/utils/sandbox.py
src/derivkit/utils/types.py
src/derivkit/utils/validate.py
tests/conftest.py
tests/test_adaptive_fit.py
tests/test_adaptive_fit_batch_eval.py
tests/test_adaptive_fit_batch_eval_speed.py
tests/test_adaptive_fit_grid.py
tests/test_adaptive_fit_polyfit_utils.py
tests/test_adaptive_fit_spacing.py
tests/test_adaptive_fit_transforms.py
tests/test_autodiff_jax_autodiff.py
tests/test_autodiff_jax_core.py
tests/test_autodiff_jax_utils.py
tests/test_caclulus_kit.py
tests/test_calculus_calculus_core.py
tests/test_calculus_gradient.py
tests/test_calculus_hessian.py
tests/test_calculus_hyper_hessian.py
tests/test_calculus_jacobian.py
tests/test_derivative_kit.py
tests/test_derivative_kit_methods_grid.py
tests/test_derivative_kit_output_layout.py
tests/test_finite_diff.py
tests/test_finite_diff_core.py
tests/test_finite_diff_extrapolators.py
tests/test_finite_diff_fornberg.py
tests/test_finite_diff_richardson.py
tests/test_finite_diff_threads.py
tests/test_finite_diff_validation.py
tests/test_forecast_expansions.py
tests/test_forecast_fisher_gaussian.py
tests/test_forecast_fisher_xy.py
tests/test_forecast_forecast_core.py
tests/test_forecast_getdist_dali_samples.py
tests/test_forecast_getdist_fisher_samples.py
tests/test_forecast_integration_sampling_utils.py
tests/test_forecast_kit.py
tests/test_forecast_kit_dali.py
tests/test_forecast_kit_fisher.py
tests/test_forecast_kit_fisher_bias.py
tests/test_forecast_kit_parallel.py
tests/test_forecast_laplace.py
tests/test_forecast_priors_core.py
tests/test_forecast_sampling_utils.py
tests/test_forecasting_fisher_xy.py
tests/test_known_derivatives.py
tests/test_likelihood_kit.py
tests/test_likelihoods_gaussian.py
tests/test_likelihoods_poisson.py
tests/test_local_poly_deriv.py
tests/test_local_poly_deriv_config.py
tests/test_local_poly_deriv_fit.py
tests/test_local_poly_deriv_sampling.py
tests/test_local_poly_deriv_vs_finite_adaptive.py
tests/test_tabulated_one_d.py
tests/test_tabulated_one_d_calculus.py
tests/test_tabulated_one_d_derivatives.py
tests/test_tabulated_one_d_forecasting.py
tests/test_utils_concurrency.py
tests/test_utils_extrapolation.py
tests/test_utils_linalg.py
tests/test_utils_numerics.py
tests/test_utils_sandbox.py
tests/test_utils_validate_pt1.py
tests/test_utils_validate_pt2.py