VinecopLike.inverse_rosenblatt

abstract VinecopLike.inverse_rosenblatt(u, *, x=None, num_threads=1)

Inverse Rosenblatt transform: independent uniforms to dependent uniforms.

Parameters:
uarray, shape (n, d), dtype float

Independent uniforms in [0, 1]^d.

xarray, shape (n, p), or None, optional

External covariates (non-simplified vines), else None.

num_threadsint, default=1

Accepted for parity with pyvinecopulib.core.Vinecop.inverse_rosenblatt().

Returns:
array, shape (n, d), dtype float

Dependent uniforms.