BicopLike.simulate

abstract BicopLike.simulate(n, *, x=None, qrng=False, seeds=None)

Draw n samples from the pair copula.

Parameters:
nint

Number of samples to draw.

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

Conditioning variables (one row per sample) for a conditional draw.

qrngbool, default=False

Draw quasi-random base uniforms instead of pseudo-random ones.

seedslist of int, or None, optional

RNG seeds.

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

Samples in the unit square.