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

# S3 method for 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)
#> #> Levels: #> [1] 2 4 8 16 32 64 128 256 512 1024 2048 4096 #> #> Allan Variances: #> [1] 4.9520e-01 2.5027e-01 1.2714e-01 6.3368e-02 2.9465e-02 1.4350e-02 #> [7] 6.2685e-03 3.2702e-03 1.6459e-03 7.0584e-04 4.9838e-04 9.0232e-05 #> #> Type: #> [1] "mo"