Bayes estimation functions not working

Hi -
Just a heads up.
I ran a successful Bayes estimation.
When I tried to do

param_mean(res5)
param_var(res5)
param_std(res5)

I get:
UndefVarError: param_std not defined

How I must supposed to get the parameters of the BayesMCMC fit? Also how would you recomend to incorporate those parameters in a simulation after fitting?

where did you find the param_* configurations?

On the pumas documentation under Bayesian fitting.

I can send exact link from work tomorrow

Take care.

A

https://docs.pumas.ai/dev/basics/estimation/#Bayesian-Estimation-1

1 Like

The function just isn’t exported. See the test:

for an example.

2 Likes