load_r_mc_reference
simulate.load_r_mc_reference(directory)Load the frozen R Monte Carlo results for comparison.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| directory | str or Path | Folder holding the replication package’s mc_study_N=<N>T0=<T0>T1=<T1>.csv files (the frozen copies live under benchmarks/reference/mc_result/ in this repository). |
required |
Returns
| Name | Type | Description |
|---|---|---|
| pd.DataFrame | The concatenated tidy frame in the same schema as :func:mc_grid, with the R method label Proposed/SCSPILL normalized to SCSPILL. |