fit_mle.Normal: Fit a Normal distribution to data

View source: R/Normal.R

fit_mle.NormalR 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 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()


alexpghayes/distributions documentation built on Feb. 10, 2024, 9:50 a.m.