powered by
Displays the summary table of the output of the `avar()` function
# S3 method for avar summary(object, ...)
A avar object.
avar
Additional arguments affecting the summary produced. A table that contains:
table
"Time": The averaging time at each level.
"AVar": The estimated Allan variance.
"ADev": The estimated Allan deviation.
"Lower CI": The lower bound of the confidence interval for the Allan deviation (ADev).
"Upper CI": The upper bound of the confidence interval for the Allan deviation (ADev).
set.seed(999) Xt = rnorm(10000) out = avar(Xt) summary(out)
Run the code above in your browser using DataLab