Closed lshandross closed 1 year ago
Notes on how to do the validation Emily suggested:
validate_ensemble_inputs
cdf
, pmf
, and quantile
output types. It is required for these types to ensure that the resulting distribution is valid (i.e., cdf values are increasing, pmf values sum to 1, and there is not quantile crossing). The check is not relevant to the mean
, median
, and sample
types.
Thanks, Emily! You're right, we need to check that and we don't right now. We will add it :)