biest: binomial dist parameter estimation.

Description Usage Arguments Value See Also Examples

Description

estimates n , p based on data from input text file.

Usage

1
biest(address)

Arguments

address

address of the input text file.

Value

a vector consisting of the estimated n and p of binomial dist.

n

number of trials

p

success probability

See Also

bigen biplot

Examples

1
2
3
4
address = "./data.txt"
out= biest(address)
n = out[1]
p = out[2]

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