LRNormalMean_KV function

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

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

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.

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))
  • Maintainer: Prabhanjan Tattar
  • License: GPL-2
  • Last published: 2015-09-05

Useful links