l_exp | R Documentation |
This package helps determining the minimum sample size required to attain some pre-fixed precision level.
l_exp(n, eps, theta = 1)
n |
a vector of proposed sample size |
eps |
a vector of the precision level |
theta |
the parameter for the underlying distribution, here Exponential Distribution |
in any distribution for a large sample the mean-squared error gradually tends to zero, the minimum number depends on the precision level i.e. the pre-fixed eplison.
report: the data frame containing the minimum value of the sample size corresponding to the pre-fixed epsilon
Methods for this process is described in A.M.Gun,M.K.Gupta,B.Dasgupta(2019,ISBN:81-87567-81-3).
l_exp(1:5,0.5,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.