print.avar: Prints Allan Variance

View source: R/avar.r

print.avarR Documentation

Prints Allan Variance

Description

Displays the information on the output of the 'avar()' function

Usage

## S3 method for class 'avar'
print(x, ...)

Arguments

x

A avar object.

...

Arguments to be passed to methods

Value

console output

Examples

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


avar documentation built on Aug. 29, 2023, 5:09 p.m.