TorchBicop.flip
- TorchBicop.flip()
Return the copula with its two arguments swapped (
c'(u,v)=c(v,u)).Transposes the (already margin-normalized) interpolation grid — the same reorientation
Bicopapplies to atllpair — so the result is a freshTorchBicop, annn.Modulethat keeps the batched fast path. Used byselect()to reorient a selection-time pair onto its slot in the finalized structure.- Returns:
- TorchBicop
The argument-swapped copula; the object itself is left unchanged.