prmiles / pymcmcstat

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

Output KDE function from density panel plotting method #66

Closed prmiles closed 5 years ago

prmiles commented 5 years ago

Is your feature request related to a problem? Please describe. It would be convenient to be able to estimate the probability for an arbitrary parameter value.

Describe the solution you'd like The density panel plotting method uses a routine to perform the kernel density estimate (KDE). There is a function created as part of this process which could be outputted (optionally) to the user.

Describe alternatives you've considered I could find my own KDE routine and generate functions external to pymcmcstat.