summary.avar: Summary Allan Variance

View source: R/avar.r

summary.avarR Documentation

Summary Allan Variance

Description

Displays the summary table of allan variance

Usage

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

Arguments

object

A avar object.

...

Additional arguments affecting the summary produced.

Value

Summary table

Author(s)

JJB

Examples

# Set seed for reproducibility
set.seed(999)

# Generate time series
x = gen_gts(100, WN(sigma2 = 1))

# Compute Allan
out = avar(x)

# Summary
summary( out )

schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.