Fit OCT CMDStanPy is developed based in original R version of the FitOCTLib available at https://github.com/ppernot/FitOCTlib.git . This python translation was developed using Python 3.12.7 and the CmdStanPy 1.2.4. The package depends on the following Python libraries:
- numpy
- matplotlib
- seaborn
- scipy
- cmdstanpy==1.2.4
- pandas
- tqdm
These dependencies can be installed using the provided requirements.txt
file:
pip install -r requirements.txt