nomle: normal estimation

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

View source: R/nomle.R

Description

finds parameter of normal distribution given as input

Usage

1
nomle(x)

Arguments

x

x is a vector contains a set of normal numbers

Details

u is mean of X values

Value

return u and v of normal 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

bimle.R

Examples

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

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