Metadata-Version: 2.4
Name: cost_model_queries
Version: 0.0.11
Summary: Functions for sampling cost models and performing sensitivity analyses and regressions on cost model data.
License-File: LICENSE.md
Requires-Python: >=3.10
Requires-Dist: matplotlib>=3.9.2
Requires-Dist: numpy>=2.1.3
Requires-Dist: pandas>=2.2.3
Requires-Dist: pywin32>=305; sys_platform == 'windows'
Requires-Dist: salib>=1.5.1
Requires-Dist: seaborn>=0.13.2
Requires-Dist: statsmodels>=0.14.4
Description-Content-Type: text/markdown

# cost_model_queries

[![Documentation Status](https://readthedocs.org/projects/cost-model-queries/badge/?version=latest)](https://cost-model-queries.readthedocs.io/en/latest/?badge=latest)

Cost Model Queries facilitates sampling, sensitivity analyses and regression model testing for the excel-based deployment and production cost models.

### Installation

```console
    (base) $ pip install cost_model_queries
```

Details on usage and the API are available in the [Documentation](https://cost-model-queries.readthedocs.io/en/latest/).
