nogest: normal dist. parameter estimation.

Description Usage Arguments Value See Also Examples

Description

estimates mean and variance using maximum likelihood based on data from input text file.

Usage

1
nogest(address)

Arguments

adrdress

address of the input text file.

Value

a vector parameters of distrinbution

mean
variance

See Also

nogen noplot

Examples

1
2
3
4
address = "./data.txt"
out= noest(address)
mean= out[1]
var= out[2]

mo-mahdavi/RandomGenerator documentation built on May 17, 2019, 4:33 p.m.