R/calc_projections.R
confidence_interval.RdThis function calculates the ceiling and floor for projected points from different sources based on quantiles
confidence_interval(src_pts, weights = NULL)
| src_pts | An output from the source_points function |
|---|---|
| weights | A named vector with the weights from each source. See default_weights |