Description Usage Arguments References See Also
Validates timeseries data by computing surrounded noise. The output is an xts-object with logical values. TRUE indicates plausible data points, FALSE represents data points which exceed the threshold s_max.
1 2  | check_noise(xts, s_max, width, moving_s_max = TRUE, width_s_max = 2 * width,
  verbose = TRUE)
 | 
xts | 
 An   | 
s_max | 
 The threshold of noise. Computed values lower than s_max are considered tolerable, otherwise not. If moving_s_max is TRUE, this value is computed with a moving window.  | 
width | 
 An integer specifying the window width.  | 
moving_s_max | 
 logical. Should the threshold computed with a moving window?  | 
width_s_max | 
 Sets the window of which the threshold is computed.  | 
verbose | 
 logical. Provide additional details?  | 
DWA (2011). Merkblatt DWA-M 181 - Messung von Wasserstand und Durchfluss in Entwaesserungssystemen. Hennef.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.