Fit a Normal distribution to data
Usage
# S3 method for class 'Normal'
fit_mle(d, x, ...)
Arguments
- d
A
Normal
object created by a call toNormal()
.- x
A vector of data.
- ...
Unused.
See also
Other Normal distribution:
cdf.Normal()
,
pdf.Normal()
,
quantile.Normal()