Closed dmey closed 4 years ago
Introduces the option to specify and model discrete quantities as follows:
# Assuming an xarray datasets ds with X1 discrete and and X2 continuous generator.fit(ds, copula=syn.VineCopula(controls=ctrl), is_discrete={'X1': True, 'X2': False})
This option is only supported for vine copulas
Introduces the option to specify and model discrete quantities as follows:
This option is only supported for vine copulas