View source: R/SimCopulaSeries.R
SimCopulaSeries | R Documentation |
This function simulates a Markovian time series (p-Markov for the Farlie-Gumbel-Morgenstern copula) with uniform margins using a copula family for the joint distribution of U[t], U[t-1].
SimCopulaSeries(family, n, tau = 0, param = NULL)
family |
"ind", "tent", "gaussian", "t" , "clayton", "fgm", "frank", "gumbel", joe" , "plackett" |
n |
length of the time series |
tau |
Kendall's tau of the copula family |
param |
extra copula parameter: for "fgm", param is the dimension of the copula; for "t", param = nu |
U |
Simulated time series |
Bouchra R. Nasri January 2021
B.R Nasri (2022). Tests of serial dependence for arbitrary distributions
U = SimCopulaSeries("fgm",100,0.2, 3) # for the FGM, |tau|<= 2/9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.