Vinecop.from_json
- Vinecop.from_json(json: str, check: bool = True) pyvinecopulib.core.Vinecop
Instantiates from a nlohmann::json object.
- Parameters:
- inputJSON-like dict
The nlohmann::json object to convert from (see
to_json()for the structure of the input).- checkbool
Whether to check if the
"structure"node represents a valid R-vine structure.