Description Usage Arguments Details Value Examples
A function that computes the the (1-alpha) confidence interval of sample mean by the method of nonparametric delta method
1 | CI_NDM(y, alpha)
|
y |
samples |
alpha |
significance level |
For nonparametric delta method of mean value, hat(tau)^2=frac(1,n)sum((Y[i]-barY)^2,i==1,n) group('[',list(bar(Y)-frac(z[1-frac(alpha,2)] ),']')
a (1-alpha) confidence interval by the method of nonparametric delta method
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.