-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Effective sample size not available #150
Comments
@mjcarter95 Any updates on ess? Would be great to get this in. |
Sorry for the slow progress on this @riddell-stan, I've been busy with PhD related work recently and not had much spare time to push this forwards. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi I am interested in contributing to this. Let me know if there's any more context I will need to start working on this |
Wonderful! The first task is to make an endpoint in httpstan that allows users to call the Stan C++ function (ignore pystan for the moment). If you've had experience using pybind11 that will help a lot. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Make effective sample size is available via
stan::analyze::compute_effective_sample_size
(via httpstan).The text was updated successfully, but these errors were encountered: