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 toLogNormal()
.- x
A vector of data.
- ...
Unused.
See also
Other LogNormal distribution:
cdf.LogNormal()
,
pdf.LogNormal()
,
quantile.LogNormal()
,
random.LogNormal()