Bicop.cdf

Bicop.cdf(self: pyvinecopulib.Bicop, u: numpy.ndarray[numpy.float64[m, n]])numpy.ndarray[numpy.float64[m, 1]]

Evaluates the copula distribution.

Parameter u:

An \(n \times (2 + k)\) matrix of observations contained in \((0, 1)\), where \(k\) is the number of discrete variables.

Returns

The copula distribution evaluated at u.