Learn R Programming

avar (version 0.1.3)

av_dr: Calculate Theoretical Allan Variance for Drift Process

Description

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

Usage

av_dr(delta, n)

Value

A double indicating the theoretical allan variance for the drift process.

Arguments

delta

A double value for the noise parameter \(\delta\).

n

An integer value for the size of the cluster.

Examples

Run this code
av1 = av_dr(delta = 1, n = 5)
av2 = av_dr(delta = 2, n = 8)

Run the code above in your browser using DataLab