Learn R Programming

distributions3 (version 0.2.2)

fit_mle.Normal: Fit a Normal distribution to data

Description

Fit a Normal distribution to data

Usage

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

Value

A Normal object.

Arguments

d

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

x

A vector of data.

...

Unused.

See Also

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