check_stability
Bootstraps column means to compute coefficient of variation and signal-to-noise ratio, flagging unstable means (CV>0.1) and low signal (SNR<1).
Instructions
Bootstrap stability of column means + signal-to-noise ratio (Level 6).
For each numeric column draws `n_bootstrap` resamples (with replacement),
computes the mean each time, and reports bootstrap_std, coefficient of
variation, and SNR. Flags CV>0.1 (unstable means) and SNR<1 (low signal).
Output size: small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | No | ||
| source_id | Yes | ||
| n_bootstrap | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||