The R Project SVN R

Rev

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

Rev 89703 Rev 90259
Line 59... Line 59...
59
 
59
 
60
  The spectrum here is defined (for historical compatibility) with
60
  The spectrum here is defined (for historical compatibility) with
61
  scaling \code{1/\link{frequency}(x)}.
61
  scaling \code{1/\link{frequency}(x)}.
62
  This makes the spectral density a density over the range
62
  This makes the spectral density a density over the range
63
  \code{(-frequency(x)/2, +frequency(x)/2]},
63
  \code{(-frequency(x)/2, +frequency(x)/2]},
64
  whereas a more common scaling is \eqn{2\pi}{2pi} and range
64
  whereas a more common scaling is \eqn{2 \pi} and range
65
  \eqn{(-0.5, 0.5]}
65
  \eqn{(-0.5, 0.5]}
66
  \bibcitep{e.g.,|R:Bloomfield:1976|} or 1 and range
66
  \bibcitep{e.g.,|R:Bloomfield:1976|} or 1 and range
67
  \eqn{(-\pi, \pi]}{(-pi, pi]}.
67
  \eqn{(-\pi, \pi]}.
68
 
68
 
69
  If available, a confidence interval will be plotted by
69
  If available, a confidence interval will be plotted by
70
  \code{plot.spec}: this is asymmetric, and the width of the centre
70
  \code{plot.spec}: this is asymmetric, and the width of the centre
71
  mark indicates the equivalent bandwidth.
71
  mark indicates the equivalent bandwidth.
72
}
72
}