Skip to content

Latest commit

 

History

History
79 lines (56 loc) · 3.35 KB

README.md

File metadata and controls

79 lines (56 loc) · 3.35 KB

vaxstats

Help with statistical forecasting models for vaccine studies.

Build Status codecov License GitHub repo size

vaxstats is a powerful tool designed to support statistical forecasting models tailored specifically for vaccine studies. It provides a robust command-line interface and modular architecture, enabling researchers to efficiently analyze, forecast, and visualize vaccine-related data. This tool is particularly useful in predicting trends and understanding the impact of vaccines over time.

Features

  • Data Preparation: Clean and prepare vaccine-related datasets for analysis.
  • Forecasting: Apply statistical forecasting models to predict future trends based on historical data.
  • Visualization: Generate insightful visualizations to aid in the interpretation of forecasting results.
  • Modular Design: Easily extendable with custom models and analysis routines.

Acknowledgements

This project was developed as part of OASCI's Scientific Computing Core (SC2) initiative to enhance interdisciplinary computational research. We appreciate contributions and feedback from the broader community.

In particular, we designed and implemented this software in collaboration with the following group(s):

Installation

Clone the repository:

git clone https://github.com/oasci/vaxstats.git

Install vaxstats using pip after moving into the directory.

pip install .

This will install all dependencies and vaxstats into your current Python environment.

Development

We use pixi to manage Python environments and simplify the developer workflow. Once you have pixi installed, move into vaxstats directory (e.g., cd vaxstats) and install the environment using the command

pixi install

Now you can activate the new virtual environment using

pixi shell

License

This project is released under the Apache-2.0 License as specified in LICENSE.md.