LN0SCIs3-package: LN0SCIs3

Description Details Author(s) References Examples

Description

Three methods (GPQW(),GPQH(),GPQB_H()) to construct Simltaneous confidence intervals for ratios of means of log-normal populations with zeros, return three confidence intervals.

Details

The DESCRIPTION file: This package was not yet installed at build time.

Index: This package was not yet installed at build time.
At present, these three function perform better than other methods that can be used to calculate the simultaneous confidence interval of log-normal populations with excess zeros.

Author(s)

Jing Xu, Xinmin Li, HuaLiang

Maintainer: Xinmin Li<xmli@qdu.edu.cn>

References

[1] Besag I, Green P, Higdon D, Mengersen K, 1995. Bayesian computation and Stochastic- systems.

[2] Hannig J, Abdel-Karim A, Iyer H, 2006. Simultaneous fiducial generalized confidence intervals for ratios of means of lognormal distribution.

[3] Hannig J, Lee T C M, 2009.Generalized fiducial inference for wavelet regression.

[4] Li X, Zhou X, Tian L, 2013. Interval estimation for the mean of lognormal data with excess zeros.

[5] Schaarschmidt F, 2013. Simultaneous confidence intervals for multiple comparisons a- mong expected values of log-normal variables.

[6] Jing Xu, Xinmin Li, Hua Liang. Simultaneous Confidence Intervals for Ratios of Means of Log-normal Populations with Zeros.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 #-----GPQW Example---------------------------------
alpha<-0.05
N<-5000;
M<-5000;

p<-c(0.1,0.15,0.1)
n<-c(30,15,10)
mu<-c(1,1.3,2)
sigma<-c(1,1,1)

GPQW(n[1],n[2],n[3],p[1],p[2],p[3],mu[1],mu[2],mu[3],sigma[1],sigma[2],sigma[3],alpha,N);


#-----GPQH Example-------------------------------

alpha<-0.05
N<-5000;
M<-5000;

p<-c(0.1,0.1,0.1)
n<-c(10,10,10)
mu<-c(0,0,0)
sigma<-c(1,1,1)

GPQH(n[1],n[2],n[3],p[1],p[2],p[3],mu[1],mu[2],mu[3],sigma[1],sigma[2],sigma[3],alpha,N);


#-------------GPQB_H Example-----------------------
alpha<-0.05
N<-5000;
M<-5000;

p<-c(0.1,0.1,0.1)
n<-c(10,10,10)
mu<-c(0.5,0.5,0.5)
sigma<-c(1,1,1)

GPQB_H(n[1],n[2],n[3],p[1],p[2],p[3],mu[1],mu[2],mu[3],sigma[1],sigma[2],sigma[3],alpha,N);

DataXujing/LN0SCIs3 documentation built on May 20, 2019, 5:24 p.m.