fit_mle.LogNormal | R Documentation |
Fit a Log Normal distribution to data
## S3 method for class 'LogNormal'
fit_mle(d, x, ...)
d |
A |
x |
A vector of data. |
... |
Unused. |
A LogNormal
object.
Other LogNormal distribution:
cdf.LogNormal()
,
pdf.LogNormal()
,
quantile.LogNormal()
,
random.LogNormal()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.