LRNormalMean_KV {ACSWR}R Documentation

Likelihood ratio test for equality of mean when the variance is known

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

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

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

[Package ACSWR version 1.0 Index]