AlexRodis / bayesian-models

A small library build on top of `pymc` that implements many common models
Apache License 2.0
0 stars 0 forks source link

[ENH]: Add `std` to the common interface #50

Open AlexRodis opened 1 year ago

AlexRodis commented 1 year ago

Calculating standard deviations on data structures is a common enough occurence and is required internally by the BEST model. This feature should be added to the CommonDataStructureInterface