Description Usage Arguments Value Author(s) References Examples
This program generates dispersion measures P(S more equal than s) and P(S less equal than s) for data vectors of size n. The approach is to resample from the data vector, choosing 3 elements randomly, and find the defined measures with S drawn from the uniform distribution on the unit 2-simplex, with bss resamples.
1 |
s |
The observed sample; (not in share vector form) read in from an external file |
lb |
lower bound for confidence interval |
ub |
upper bound for confidence interval |
bss |
number of bootstrap samples |
dispunif3
returns a matrix with two columns for dispersion measures
P(s >= S) and P(s <= S).
Paul Kattuman, Thilo Klein, Jun Ma
Kattuman, P.A. and Ma, J. (2014). Dispersion Statistics for Small Samples. Working Paper, Cambridge Judge Business School.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.