stan-dev / pystan

PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io
ISC License
337 stars 58 forks source link

'Fit' object has no attribute 'plot' #388

Closed beew closed 1 year ago

beew commented 1 year ago

I am trying to learn stan by running some examples but apparently there are a lot of changes from pystran2 to pystan3 and a lot of old examples one can find no longer work .

I am trying to invoke fit.plpt()

but get the error "'Fit' object has no attribute 'plot'"

What is the way to do this in pystan3? I have tried to find out but the documentations appear to be very incomplete.

Thanks

ahartikainen commented 1 year ago

Hi, you can use ArviZ.

https://python.arviz.org/en/stable/