Skip to contents

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.