gm_to_ar1 | R Documentation |
Takes GM values and transforms them to AR1
gm_to_ar1(theta, freq)
theta |
A |
freq |
A |
A vec
containing GM values.
James Balamuta
The function takes a vector of GM values \beta
and \sigma ^2_{gm}
and transforms them to AR1 values \phi
and \sigma ^2
using the formulas:
\phi = \exp \left( { - \beta \Delta t} \right)
{\sigma ^2} = \sigma _{gm}^2\left( {1 - \exp \left( { - 2\beta \Delta t} \right)} \right)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.