RVineStructure.from_json

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

Instantiates from a JSON-like str object.

Parameters:
inputJSON-like dict

The JSON-like str object to convert from (see to_json() for the structure of the input).

checkbool

Whether to check if the input represents a valid R-vine structure.