Draw n independent observations from a copula.
Usage
realise(copula, n = 1)
realize(copula, n = 1)
observe(copula, n = 1)
Arguments
- copula
Copula
- n
Number of observations to generate
Value
Vector of independent values drawn from the inputted copula
Note
realise(), realize(), and observe() all do the same thing.
Although the language observe() is more common, it's only an alias here,
because this function name is common amongst other packages.