Learn R Programming

avar (version 0.1.3)

summary.avar: Summary Allan Variance

Description

Displays the summary table of the output of the `avar()` function

Usage

# S3 method for avar
summary(object, ...)

Arguments

object

A avar object.

...

Additional arguments affecting the summary produced. A table that contains:

  • "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).

Examples

Run this code
set.seed(999)
Xt = rnorm(10000)
out = avar(Xt)
summary(out)

Run the code above in your browser using DataLab