fix_dist function

Remove uncertainty in the parameters of a <dist_spec>

Remove uncertainty in the parameters of a <dist_spec>

This function has been renamed to fix_parameters() as a more appropriate name.

fix_dist(x, strategy = c("mean", "sample"))

Arguments

  • x: A <dist_spec>
  • strategy: Character; either "mean" (use the mean estimates of the mean and standard deviation) or "sample" (randomly sample mean and standard deviation from uncertainty given in the <dist_spec>

Returns

A <dist_spec> object without uncertainty