Skip to contents

Fit a Normal Distribution

Usage

fit_dst_norm(x, method = c("mle", "lmom", "mom", "mge"))

Arguments

x

Numeric vector from which to fit the distribution.

method

Character; method used to fit the distribution. In the future, this may be allowed to be a fitting function when the estimation method requires specification, like the composite quantile estimator.

Value

A distplyr distribution.