LRNormalMean_KV: Likelihood ratio test for equality of mean when the variance...

Description Usage Arguments Author(s) See Also Examples

Description

Likelihood ratio test for equality of mean when the variance is known for a sample from normal distribution is setup here. For details, refer Chapter 7 of the book.

Usage

1
LRNormalMean_KV(x, mu0, alpha, sigma)

Arguments

x

the variable of interest

mu0

the mean of interest

alpha

size of the LR test

sigma

value of the known standard deviation

Author(s)

Prabhanjan N. Tattar

See Also

t.test

Examples

1
2
data(hw)
LRNormalMean_KV(hw$Height,mu0=70, alpha=0.05, sigma=sqrt(20))

ACSWR documentation built on May 2, 2019, 6:53 a.m.