Using nens
in prediction functions does not evenly extract model parameter draws.
#4
Labels
nens
in prediction functions does not evenly extract model parameter draws.
#4
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()
).The text was updated successfully, but these errors were encountered: