summary.avar {avar} | R Documentation |
Summary Allan Variance
Description
Displays the summary table of the output of the 'avar()' function
Usage
## S3 method for class 'avar'
summary(object, ...)
Arguments
object |
A |
... |
Additional arguments affecting the summary produced.
A
|
Examples
set.seed(999)
Xt = rnorm(10000)
out = avar(Xt)
summary(out)
[Package avar version 0.1.3 Index]