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 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

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


[Package avar version 0.1.3 Index]