Learn R Programming

avar (version 0.1.3)

av_rw: Calculate Theoretical Allan Variance for Random Walk Process

Description

This function allows us to calculate the theoretical allan variance for random walk process.

Usage

av_rw(omega2, n)

Value

A double indicating the theoretical allan variance for the random walk process.

Arguments

omega2

A double value for the noise parameter \(\omega ^2\).

n

An integer value for the size of the cluster.

Examples

Run this code
av1 = av_rw(omega2 = 1, n = 5)
av2 = av_rw(omega2 = 2, n = 8)

Run the code above in your browser using DataLab