The R Project SVN R

Rev

Rev 72977 | Rev 85977 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72977 Rev 74265
Line 1... Line 1...
1
% File src/library/grDevices/man/nclass.Rd
1
% File src/library/grDevices/man/nclass.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2017 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{nclass}
6
\name{nclass}
7
\alias{nclass.Sturges}
7
\alias{nclass.Sturges}
8
\alias{nclass.scott}
8
\alias{nclass.scott}
Line 40... Line 40...
40
\references{
40
\references{
41
  Venables, W. N. and Ripley, B. D. (2002)
41
  Venables, W. N. and Ripley, B. D. (2002)
42
  \emph{Modern Applied Statistics with S-PLUS.}
42
  \emph{Modern Applied Statistics with S-PLUS.}
43
  Springer, page 112.
43
  Springer, page 112.
44
 
44
 
45
  Freedman, D. and Diaconis, P. (1981)
45
  Freedman, D. and Diaconis, P. (1981).
46
  On the histogram as a density estimator: \eqn{L_2} theory.
46
  On the histogram as a density estimator: \eqn{L_2} theory.
47
  \emph{Zeitschrift \enc{für}{fuer} Wahrscheinlichkeitstheorie
47
  \emph{Zeitschrift \enc{für}{fuer} Wahrscheinlichkeitstheorie
48
    und verwandte Gebiete} \bold{57}, 453--476.
48
    und verwandte Gebiete}, \bold{57}, 453--476.
-
 
49
  \doi{10.1007/BF01025868}.
49
 
50
 
-
 
51
  Scott, D. W. (1979).
50
  Scott, D. W. (1979) On optimal and data-based histograms.
52
  On optimal and data-based histograms.
51
  \emph{Biometrika} \bold{66}, 605--610.
53
  \emph{Biometrika}, \bold{66}, 605--610.
-
 
54
  \doi{10.2307/2335182}.
52
 
55
 
53
  Scott, D. W. (1992)
56
  Scott, D. W. (1992)
54
  \emph{Multivariate Density Estimation. Theory, Practice, and
57
  \emph{Multivariate Density Estimation. Theory, Practice, and
55
    Visualization}. Wiley.
58
    Visualization}. Wiley.
56
 
59
 
-
 
60
  Sturges, H. A. (1926).
57
  Sturges, H. A. (1926)  The choice of a class interval.
61
  The choice of a class interval.
58
  \emph{Journal of the American Statistical Association} \bold{21}, 65--66.
62
  \emph{Journal of the American Statistical Association}, \bold{21},
-
 
63
  65--66.
-
 
64
  \doi{10.1080/01621459.1926.10502161}.
-
 
65
  
59
}
66
}
60
\seealso{
67
\seealso{
61
  \code{\link{hist}} and \code{\link[MASS]{truehist}} (package
68
  \code{\link{hist}} and \code{\link[MASS]{truehist}} (package
62
  \CRANpkg{MASS});  \code{\link[KernSmooth]{dpih}} (package
69
  \CRANpkg{MASS});  \code{\link[KernSmooth]{dpih}} (package
63
  \CRANpkg{KernSmooth}) for a plugin bandwidth proposed by Wand(1995).
70
  \CRANpkg{KernSmooth}) for a plugin bandwidth proposed by Wand(1995).