Calculate in parallel for each value from vector x
distribution function of normal distribution with
mean equal to mean
and standard deviation equal to sd
.
pnorm_parallel(x, mean = 0, sd = 1, is_parallel = FALSE)
vector of quantiles: should be numeric vector, not just double value.
double value.
double positive value.
if TRUE then multiple cores will be used for some calculations. It usually provides speed advantage for large enough samples (about more than 1000 observations).