Expand description
Statistical testing utilities.
This module provides goodness-of-fit procedures for evaluating copula models. At the moment, it contains goodness-of-fit statistics such as the Cramér-von Mises and Kolmogorov-Smirnov tests for comparing a fitted copula with empirical pseudo-observations.
Functions§
- anderson_
darling - Compute the Anderson-Darling statistic for a copula model.
- cramer_
von_ mises - Compute the Cramér-von Mises statistic for a copula model.
- cvm_
multiplier_ bootstrap - Generate a distribution of Cramér-von Mises statistics using a simple multiplier bootstrap.
- kolmogorov_
smirnov - Compute the Kolmogorov-Smirnov statistic for a copula model.