Datasets:
File size: 892 Bytes
63a3597 3a0a446 63a3597 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Bernoulli sampling-noise correlation simulation
- Calibration data: `results_128`
- Tasks per simulated experiment: 100
- Monte Carlo draws: 20,000
- True correlation 1 uses the same latent task accuracy in both modalities but independent Bernoulli trials.
- True correlation 0 uses independent latent task accuracies with the same fitted marginal distribution.
## Pooled canonical calibration
| True latent corr. | Trials/task | Metric | Mean observed | 95% simulation interval |
|---:|---:|---|---:|---:|
| 0 | 8 | pearson | -0.001 | [-0.196, 0.199] |
| 0 | 8 | spearman | -0.001 | [-0.197, 0.199] |
| 0 | 128 | pearson | -0.000 | [-0.199, 0.200] |
| 0 | 128 | spearman | -0.000 | [-0.199, 0.200] |
| 1 | 8 | pearson | 0.848 | [0.780, 0.902] |
| 1 | 8 | spearman | 0.833 | [0.759, 0.891] |
| 1 | 128 | pearson | 0.989 | [0.983, 0.993] |
| 1 | 128 | spearman | 0.984 | [0.977, 0.990] |
|