Vinecop.from_json

Vinecop.from_json(json: str, check: bool = True) pyvinecopulib.Vinecop

Instantiates from a nlohmann::json object.

Parameters:
  • input – The nlohmann::json object to convert from (see to_json() for the structure of the input).

  • check – Whether to check if the "structure" node represents a valid R-vine structure.