distributions3 (version 0.1.2)

fit_mle.LogNormal: Fit a Log Normal distribution to data

Description

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()