powered by
Likelihood interval of variance and sd assuming normal distribution. This is estimated likelihood interval, not profile likelihood interval.
LIvtest(s1, n1, s2, n2, k, conf.level=0.95)
maximum likelihood estimate on the ratio
lower limit of likelihood interval
upper limit of likelihood interval
log(k) value used for LI
maximum log likelihood
approximate confidence level
sample standard deviation of the first group
sample size of the first group
sample standard deviation of the second group
sample size of the second group
1/k likelihood interval will be calculated
approximate confidence level. If k is specified, this is ignored.
Kyun-Seop Bae k@acr.kr
It calculates likelihood interval of variance and sd using sufficient statistics. There is no standard error in the output.
LIvtest(10.5, 3529, 8.9, 5190) LIvtest(3, 10, 2, 10) LIvtest(3, 10, 2, 10, k=15)
Run the code above in your browser using DataLab