Skip to content

Commit

Permalink
Update R/linear_pool.R
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 committed Apr 27, 2024
1 parent da67a04 commit 0b4e975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/linear_pool.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' 1. Interpolate and extrapolate from the provided quantiles for each component
#' model to obtain an estimate of the cdf of that distribution.
#' 2. Draw samples from the distribution for each component model. To reduce
#' Monte Carlo variability, we use pseudo-random samples corresponding to
#' Monte Carlo variability, we use quasi-random samples corresponding to
#' quantiles of the estimated distribution.
#' 3. Collect the samples from all component models and extract the desired quantiles.
#' Steps 1 and 2 in this process are performed by `distfromq::make_q_fn`.
Expand Down

0 comments on commit 0b4e975

Please sign in to comment.