prmiles / pymcmcstat

Python implementation of MATLAB toolbox "mcmcstat"
https://github.com/prmiles/pymcmcstat/wiki
MIT License
70 stars 10 forks source link

Confusion regarding the "sstype" variable in propagation module #86

Closed prmiles closed 2 years ago

prmiles commented 3 years ago

There is a feature for defining the "sstype" when propagating uncertainty, but the value of that variable is closely tied to the type of sum-of-squares function used to compute the likelihood. Adding additional documentation/tutorials would be beneficial.

prmiles commented 3 years ago

Documentation has been added to the "propagation.py" module, which will be included in the v1.9.2 release.