Added
- SNR calculation for posterior beta values.
- Helping functions to raise errors if prior mean or covariance is does not satisfy constraints of.
- Added testing for bclr_one.py and bclr_multi.py.
Fixed
- Issue with conversion of np array to scalar which would cause issues in the future.
Removed
- small_probs argument from BayesCC fit method, as there is no foreseeable use for this feature.
- random_init argument from warm_up method in MultiBayesCC, as this does not seem to have tangible benefits.
- sample_sep function from bclr_helper, because of the removal of random_init.