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()).
Using
nensin 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()).