fit_mle.LogNormal {distributions3} | R 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 |
x |
A vector of data. |
... |
Unused. |
Value
A LogNormal
object.
See Also
Other LogNormal distribution:
cdf.LogNormal()
,
pdf.LogNormal()
,
quantile.LogNormal()
,
random.LogNormal()
[Package distributions3 version 0.2.1 Index]