R/var.mu.R

var.mu <-
function(s,n)
  {###The function calculates the variance of MLE estimator on sample mean mu_hat, i.e., (sample mean)
   ## E(mu_hat)=E(x_bar)=s^2/n
   ###s: population SD or its estimator, the samples drawn from a normal distribution 
   ##n: sample size
    s^2/n
  }

Try the DiagTest3Grp package in your browser

Any scripts or data that you put into this service are public.

DiagTest3Grp documentation built on April 14, 2017, 5:53 p.m.