duest: unform dist. parameter estimation

Description Usage Arguments Value See Also Examples

Description

returns min of inputs as min of interval and max of inputs as max of interval.

Usage

1
duest(address)

Arguments

address

address of the input text file

Value

a vector of estimated parameters.

a

beggining of interval

b

end of interval

See Also

dugen duplot

Examples

1
2
3
4
address = "./data.txt"
out= duest(address)
a = out[1]
b = out[2]

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