fit_mle.Normal {distributions3} | R Documentation |
Fit a Normal distribution to data
Description
Fit a Normal distribution to data
Usage
## S3 method for class 'Normal'
fit_mle(d, x, ...)
Arguments
d |
A |
x |
A vector of data. |
... |
Unused. |
Value
A Normal
object.
See Also
Other Normal distribution:
cdf.Normal()
,
pdf.Normal()
,
quantile.Normal()
[Package distributions3 version 0.2.1 Index]