View source: R/eval.estimation.R
| eval.estimation | R Documentation | 
A function to evaluate the parameter estimation function.
eval.estimation(
  rdist,
  edist,
  n = 20,
  rep.num = 1000,
  params,
  method = "numerical.MLE"
)
| rdist | Random variable generating function. | 
| edist | Parameter estimation function. | 
| n | Sample size. | 
| rep.num | Number of replicates. | 
| params | True parameters of the distribution. | 
| method | Estimation method. | 
A list containing the mean and sd of the estimated parameters.
na.cont returns the number of "na"s that appeared in the parameter estimation.
Haizhen Wu and A. Jonathan R. Godfrey.
eval.estimation(rdist = rBeta, edist = eBeta, n = 100, rep.num = 50,
params = list(shape1 = 1, shape2 = 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.