fit_mle.Exponential: Fit an Exponential distribution to data

View source: R/Exponential.R

fit_mle.ExponentialR Documentation

Fit an Exponential distribution to data

Description

Fit an Exponential distribution to data

Usage

## S3 method for class '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.


distributions3 documentation built on Sept. 7, 2022, 5:07 p.m.