The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 88603
Line 25... Line 25...
25
  For normally \eqn{N(m,1)} distributed \eqn{X}, the expected value of
25
  For normally \eqn{N(m,1)} distributed \eqn{X}, the expected value of
26
  \code{IQR(X)} is \code{2*qnorm(3/4) = 1.3490}, i.e., for a normal-consistent
26
  \code{IQR(X)} is \code{2*qnorm(3/4) = 1.3490}, i.e., for a normal-consistent
27
  estimate of the standard deviation, use \code{IQR(x) / 1.349}.
27
  estimate of the standard deviation, use \code{IQR(x) / 1.349}.
28
}
28
}
29
\references{
29
\references{
30
  Tukey, J. W. (1977).
30
  \bibshow{R:Tukey:1977}
31
  \emph{Exploratory Data Analysis.}
-
 
32
  Reading: Addison-Wesley.
-
 
33
}
31
}
34
\seealso{
32
\seealso{
35
 \code{\link{fivenum}}, \code{\link{mad}} which is more robust,
33
 \code{\link{fivenum}}, \code{\link{mad}} which is more robust,
36
 \code{\link{range}}, \code{\link{quantile}}.
34
 \code{\link{range}}, \code{\link{quantile}}.
37
}
35
}