q_boundary {rplanes} | R Documentation |
Quantile boundary
Description
This unexported helper generates a vector of lower bound, median, and upper bound for the prediction interval of specified width. The function is used internally inside of read_forecast.
Usage
q_boundary(pi_width)
Arguments
pi_width |
Interval width as an integer |
Value
Vector of quantiles corresponding to lower and upper bounds centered on median.
[Package rplanes version 0.1.0 Index]