Skip to contents

Fit a Log Normal distribution to data

Usage

# S3 method for LogNormal
fit_mle(d, x, ...)

Arguments

d

A LogNormal object created by a call to LogNormal().

x

A vector of data.

...

Unused.

Value

A LogNormal object.

See also

Other LogNormal distribution: cdf.LogNormal(), pdf.LogNormal(), quantile.LogNormal(), random.LogNormal()