matrixClaire | R Documentation |
Matrix G in Newton Raphson method by Claire E.B.O.
matrixClaire(alpha, beta)
alpha |
An alpha estimate value on iterating process |
beta |
A beta estimate value on iterating process |
This function returns a value of matrix G.
## load dataset with no weight value data(dataEB) temp = pcapdir(dataEB[,-c(3)]) ## estimates alpha and beta parameter ## in EB estimate with Moment method by J.N.K.Rao temp1 = alphabetaEB(data.dir = temp$direst ,pcap = temp$pcap, method = "rao", opt = "moment", maxiter = 100,tol = 0.00001) ##calculates matrix G matrixClaire(alpha = temp1$alpha_cap, beta = temp1$beta_cap)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.