function
causalis.dgp.causaldata_instrumental.functional.generate_iv_datagenerate_iv_data
Generate synthetic dataset with instrumental variables.
Placeholder implementation.
Parameters
- nint, default=1000
Number of samples to generate.
Returns
pandas.DataFrame
Synthetic IV dataset.
Notes
This function is intentionally a placeholder. It returns the current output
of :class:InstrumentalGenerator, which is an empty DataFrame until the
structural IV generator is implemented.
Examples
Canonical target
causalis.dgp.causaldata_instrumental.functional.generate_iv_data
Sections
ParametersReturnsNotesExamples