Learn R Programming

distributions3 (version 0.1.2)

fit_mle.Exponential: Fit an Exponential distribution to data

Description

Fit an Exponential distribution to data

Usage

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

Arguments

d

An Exponential object created by a call to Exponential().

x

A vector of data.

...

Unused.

Value

An Exponential object.