Skip to content

Commit

Permalink
Update R/linear_pool.R, add n_samples as argument to linear_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 authored Aug 16, 2023
1 parent bdef3d6 commit f15c948
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/linear_pool.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#' case all columns in `model_outputs` other than `"model_id"`, the specified
#' `output_type_col` and `output_type_id_col`, and `"value"` are used as task
#' ids.
#' @param n_samples `numeric` that specifies the number of samples to use when
#' calculating quantiles from an estimated quantile function. Defaults to `1e4`.
#' Should not be smaller than `1e3`.
#' @param ... parameters that are passed to `distfromq::make_q_fun`, specifying
#' details of how to estimate a quantile function from provided quantile levels
#' and quantile values for `output_type` `"quantile"`.
Expand Down

0 comments on commit f15c948

Please sign in to comment.