Skip to content
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

Using nens in prediction functions does not evenly extract model parameter draws. #4

Open
brews opened this issue Jan 29, 2018 · 0 comments
Labels

Comments

@brews
Copy link
Owner

brews commented Jan 29, 2018

Using nens in prediction functions does not evenly extract model parameter draws.

Right now, if a user wants to use a smaller ensemble of model parameter draws, we just pop the draws straight off the front. We should follow the original MATLAB code and extract from an even spread of positions (i.e. using np.linspace()).

@brews brews added the bug label Jan 29, 2018
@brews brews added this to the v0.0.2 milestone Jan 29, 2018
@brews brews removed this from the v0.0.2 milestone Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant