Skip to content

Support for multiple sem types for nonlinear stimulated data  #143

@shaido987

Description

@shaido987

The IIDSimulator already supports multiple sem types for the linear case for a single simulated dataset. This could be added to the nonlinear case as well.

Refer to

def _simulate_linear_sem(W, n, sem_type, noise_scale):
"""
Simulate samples from linear SEM with specified type(s) of noise.

and

def _simulate_nonlinear_sem(W, n, sem_type, noise_scale):
"""
Simulate samples from nonlinear SEM.

A difference would be the quadratic case which would be needed to handle somehow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions