.. _gcastle_iidsim: gcastle_iidsim ------------------ .. rubric:: gCastle IID (SEM) .. list-table:: * - Package - `gCastle `__ * - Version - 1.0.3 * - Docs - `here `__ * - Paper - :footcite:t:`zhang2021gcastle` * - Graph type - `DAG `__ * - Module - `gcastle_iidsim `__ .. rubric:: Description IID samples from a SEM model using the *IIDSimulation* object in the `gCastle `_ library. The data may be standardized by setting ``standardized`` to *true*. .. rubric:: Example .. code-block:: json [ { "id": "gcastle_sem", "standardized": true, "method": "linear", "sem_type": "gauss", "noise_scale": 1.0, "n": [ 1000 ] } ] .. footbibliography::