expmle: exponential estimation

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/expmle.R

Description

finds parameter of exponential distribution given as input

Usage

1
expmle(x)

Arguments

x

x is a vector contains a set of exponential numbers

Details

lamda is mean of X

Value

return value is the parameter u of exponential distribution

Note

Nothing to note!

Author(s)

A.Moloudi

References

https://www.projectrhea.org/rhea/index.php/Maximum_Likelihood_Estimation_Analysis_for_various_Probability_Distributions

See Also

dumle.R

Examples

1
2
x <- read.delim("DATA.txt", header=TRUE, sep="\t")
res = expmle(x)

amoloudi/R-PKG-Distributions documentation built on May 23, 2019, 7:32 a.m.