Learn R Programming

wv (version 0.1.2)

av_wn: Calculate Theoretical Allan Variance for Stationary White Noise Process

Description

This function allows us to calculate the theoretical allan variance for stationary white noise process.

Usage

av_wn(sigma2, n)

Value

A double indicating the theoretical allan variance for the white noise process.

Arguments

sigma2

A double value for the variance parameter \(\sigma ^2\).

n

An integer value for the size of the cluster.

Author

Yuming Zhang

Examples

Run this code
av1 = av_wn(sigma2 = 1, n = 5)
av2 = av_wn(sigma2 = 2, n = 8)

Run the code above in your browser using DataLab