uncertainty.RdUncertainty summary
| uncertainty_summary_method | One of these options:
|
|---|---|
| original_values | Optional. Values of reference
used to construct the uncertainty interval around.
Typically, these are estimates obtained on the original data.
Must be a dataframe with a timestep index column named |
| bootstrapped_values | Bootstrap
replicates of the original data.
Must be a dataframe in the long format
with a timestep index column named |
| central_values | Values around which the confidence interval is going to be centered.
Must be a dataframe with a timestep index column named |
| alpha | value between 0 and 1. Confidence level of the confidence interval. |
| combine_bootstrap_and_estimation_uncertainties | boolean.
Combine uncertainty from Re estimation with uncertainty from observation process?
If |
| Re_HPDs | Optional. Credible intervals for Re estimates.
Use only if |
| value_col | string. Name of the column containing values. |
| bootstrap_id_col | string. Name of the column containing bootstrap samples numbering. Id 0 must correspond to values associated to the original data. |
| index_col | string. Name of the index column. The index tracks which data point in bootstrapped values corresponds to which data point in the original values. |
| output_value_col | string. Name of the output column with estimated values. |
| prefix_up | string. prefix to add to |
| prefix_down | string. prefix to add to |