Skip to contents

Fit a Normal distribution to data

Usage

# S3 method for Normal
fit_mle(d, x, ...)

Arguments

d

A Normal object created by a call to Normal().

x

A vector of data.

...

Unused.

Value

A Normal object.

See also

Other Normal distribution: cdf.Normal(), pdf.Normal(), quantile.Normal()