CopRegBuilder.add_copula()#

CopRegBuilder.add_copula(copula)[source]#

Adds a copula.

Parameters

copula (Union[str, Any]) – The copula of the response variables. Either a string identifying a TFP distribution, or alternatively, a TFP-compatible distribution class. If a class is provided instead of a string, the user needs to make sure it uses the right NumPy implementation.

Return type

CopRegBuilder