summary.avar | R Documentation |
Displays the summary table of allan variance
## S3 method for class 'avar' summary(object, ...)
object |
A |
... |
Additional arguments affecting the summary produced. |
Summary table
JJB
# 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 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.