g_ | R Documentation |
These estimators are for comparison purposes with the estimator proposed.
g_exp(n, m) g_norm(n, m, spread, spread_type = "iqr") g_lnorm(n, m, spread, spread_type = "iqr") g_cauchy(n, m, spread, spread_type = "iqr")
n |
sample size |
m |
Sample median. |
spread |
Interquartile range or range value. |
spread_type |
"iqr" or "range", defaults to "iqr". |
This estimator assumes we have observed a m, m, and sample size n. We naively assume an exponential distribution \sim exp(λ), so that the m ν := log(2)/λ.
This function then estimates λ := log(2) / m and approximates the standard error of the sample (2 √{n} g(m; λ = log(2) / m))^{-1} where g is the exponential density.
Other one_neet Inputs and outputs neet tested.:
bland
,
effect_se()
,
hozo
,
wan_c1
,
wan_c2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.