Noise Estimation
This functions estimate the noise in the data.
noise(x, y, method = c("MAD", "SuperSmoother"), ...)
x |
|
y |
|
method |
|
... |
further arguments passed to |
A numeric
of the same length as x
with the estimated noise.
Sebastian Gibb
Other noise estimation and smoothing functions:
smooth()
x <- 1:20 y <- c(1:10, 10:1) noise(x, y) noise(x, y, method = "SuperSmoother", span = 1 / 3)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.