gaest: gamma dist. parameter estimation

Description Usage Arguments Value Examples

Description

estimates aplha and beta using maximum likelihood based on data from input text file.

Usage

1
gaest(address)

Arguments

address

address of the input text file.

Value

parameters of distribution

alpha
beta

Examples

1
2
3
4
address = "./data.txt"
out= gaest(address)
alpha = out[1]
beta = out[2]

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