beta.mom {EBSeqHMM} | R Documentation |
Method of moments estimation ( beta distribution )
beta.mom(qs.in)
qs.in |
A vector contains the numbers that will be fitted with a beta distribution. |
beta.mom() function can be used to estimate parameters in a Beta function using method of moments
alpha.hat,beta.hat: Returns the estimation of alpha and beta.
Ning Leng
beta.mom(rbeta(10,1,1))