LICENSE
README.md
pyproject.toml
decline_curve/__init__.py
decline_curve/__main__.py
decline_curve/artifacts.py
decline_curve/backtesting.py
decline_curve/batch.py
decline_curve/benchmark_factory.py
decline_curve/benchmarks.py
decline_curve/calendar.py
decline_curve/catalog.py
decline_curve/cli.py
decline_curve/config.py
decline_curve/data.py
decline_curve/data_contract.py
decline_curve/data_qa.py
decline_curve/dca.py
decline_curve/decline_variants.py
decline_curve/deep_learning.py
decline_curve/defaults.py
decline_curve/diagnostics.py
decline_curve/downtime.py
decline_curve/econ_spec.py
decline_curve/economics.py
decline_curve/ensemble.py
decline_curve/eur_estimation.py
decline_curve/evaluate.py
decline_curve/fit_diagnostics.py
decline_curve/fitting.py
decline_curve/forecast.py
decline_curve/forecast_arima.py
decline_curve/forecast_chronos.py
decline_curve/forecast_deepar.py
decline_curve/forecast_statistical.py
decline_curve/forecast_tft.py
decline_curve/forecast_timesfm.py
decline_curve/history_matching.py
decline_curve/integrations.py
decline_curve/ipr.py
decline_curve/leakage_check.py
decline_curve/logging_config.py
decline_curve/material_balance.py
decline_curve/model_comparison.py
decline_curve/model_interface.py
decline_curve/model_registry.py
decline_curve/models.py
decline_curve/models_arps.py
decline_curve/models_base.py
decline_curve/monte_carlo.py
decline_curve/multiphase.py
decline_curve/multiphase_flow.py
decline_curve/outliers.py
decline_curve/panel_analysis.py
decline_curve/panel_analysis_sweep.py
decline_curve/parameter_resample.py
decline_curve/physics_informed.py
decline_curve/physics_reserves.py
decline_curve/plot.py
decline_curve/portfolio.py
decline_curve/probabilistic_forecast.py
decline_curve/profiling.py
decline_curve/pvt.py
decline_curve/registry.py
decline_curve/reports.py
decline_curve/reserves.py
decline_curve/risk_report.py
decline_curve/rta.py
decline_curve/runner.py
decline_curve/scenarios.py
decline_curve/schemas.py
decline_curve/segmentation.py
decline_curve/segmented_decline.py
decline_curve/sensitivity.py
decline_curve/spatial_kriging.py
decline_curve/test_utils.py
decline_curve/uncertainty.py
decline_curve/uncertainty_core.py
decline_curve/units.py
decline_curve/vlp.py
decline_curve/well_test.py
decline_curve/yield_models.py
decline_curve.egg-info/PKG-INFO
decline_curve.egg-info/SOURCES.txt
decline_curve.egg-info/dependency_links.txt
decline_curve.egg-info/entry_points.txt
decline_curve.egg-info/requires.txt
decline_curve.egg-info/top_level.txt
decline_curve/utils/data_processing.py
decline_curve/utils/real_data_loader.py
tests/test___main__.py
tests/test_artifacts.py
tests/test_benchmark_factory.py
tests/test_calendar.py
tests/test_config.py
tests/test_data.py
tests/test_data_contract.py
tests/test_data_processing.py
tests/test_data_qa.py
tests/test_dca.py
tests/test_deep_learning.py
tests/test_deep_learning_integration.py
tests/test_diagnostics.py
tests/test_downtime.py
tests/test_economics.py
tests/test_ensemble.py
tests/test_eur_estimation.py
tests/test_evaluate.py
tests/test_fit_diagnostics.py
tests/test_fitting.py
tests/test_forecast.py
tests/test_forecast_arima.py
tests/test_forecast_chronos.py
tests/test_forecast_deepar.py
tests/test_forecast_statistical.py
tests/test_forecast_tft.py
tests/test_forecast_timesfm.py
tests/test_history_matching_multiphase_physics.py
tests/test_ipr.py
tests/test_material_balance.py
tests/test_models.py
tests/test_models_interface.py
tests/test_monte_carlo.py
tests/test_multiphase.py
tests/test_outliers.py
tests/test_panel_analysis.py
tests/test_panel_analysis_sweep.py
tests/test_physics_informed.py
tests/test_plot.py
tests/test_portfolio.py
tests/test_profiling.py
tests/test_property_tests.py
tests/test_pvt.py
tests/test_registry.py
tests/test_regression.py
tests/test_reserves.py
tests/test_rta_welltest_vlp.py
tests/test_scenarios.py
tests/test_segmentation.py
tests/test_sensitivity.py
tests/test_uncertainty.py
tests/test_units.py
tests/test_yield_models.py