The R Project SVN R

Rev

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

Rev 79189 Rev 85977
Line 5... Line 5...
5
 
5
 
6
\name{ksmooth}
6
\name{ksmooth}
7
\alias{ksmooth}
7
\alias{ksmooth}
8
\title{Kernel Regression Smoother}
8
\title{Kernel Regression Smoother}
9
\description{
9
\description{
10
  The Nadaraya--Watson kernel regression estimate.
10
  The \I{Nadaraya}--\I{Watson} kernel regression estimate.
11
}
11
}
12
\usage{
12
\usage{
13
ksmooth(x, y, kernel = c("box", "normal"), bandwidth = 0.5,
13
ksmooth(x, y, kernel = c("box", "normal"), bandwidth = 0.5,
14
        range.x = range(x),
14
        range.x = range(x),
15
        n.points = max(100L, length(x)), x.points)
15
        n.points = max(100L, length(x)), x.points)