fit_mle.LogNormal: Fit a Log Normal distribution to data

View source: R/LogNormal.R

fit_mle.LogNormalR Documentation

Fit a Log Normal distribution to data

Description

Fit a Log Normal distribution to data

Usage

## S3 method for class '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()


alexpghayes/distributions documentation built on Feb. 10, 2024, 9:50 a.m.