Bicop.hfunc2
- Bicop.hfunc2(self, u: numpy.ndarray[dtype=float64, shape=(*, *), order='F']) numpy.ndarray[dtype=float64, shape=(*), order='C']
Evaluates the second h-function.
The second h-function is
.When at least one variable is discrete, more than two columns are required for
u
: the first block contains realizations of . The second block contains realizations of . The minus indicates a left-sided limit of the cdf. For, e.g., an integer-valued variable, it holds . For continuous variables the left limit and the cdf itself coincide. Respective columns can be omitted in the second block.- Parameters:
u – An
matrix of observations contained in , where is the number of discrete variables.- Returns:
A length n vector of the second h-function evaluated at
u
.