getCores.Rd
Get user defined cores
getCores()
setCores(ncores)
number of cores to use for bootstrapping
getCores()
and setCores()
determine the number of cores
used in the boostrap procedure used to generate standard errors for the
quantile spacings estimator. By default, this is set to half of available
cores, or whatever is found in getOption('mc.cores')
. This package uses
the future
backend for parallelization, so if you would like to specify
a custom plan for futures use future::plan()
after loading the package.
A better interface for custom plans is on the roadmap for the package but
isn't currently implemented.