Description Usage Arguments Value
For discrete series, Probability Integral Transform sampling maps observations onto a Uniform distribution that is then mapped onto a Gaussian distribution for modelling. This is essentially a copula method where we assume the 'marginal' is a discrete distribution. This function determines whether a Poisson or Negative Binomial is more appropriate for the series and then generates the approximately Gaussian PIT-transformed values of the series.
1 | copula_params(y, non_neg = TRUE, censor = 1, k = 1)
|
y |
|
non_neg |
|
censor |
|
k |
|
A list
containing the original series with missing values interpolated, the approximately Gaussian transformed
series and the estimated discrete distribution parameter(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.