Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Better choice of default calibration_min_idx #316

Open
tbenthompson opened this issue Mar 21, 2023 · 0 comments
Open

Better choice of default calibration_min_idx #316

tbenthompson opened this issue Mar 21, 2023 · 0 comments

Comments

@tbenthompson
Copy link
Member

Justify the choice based on binomial variance?

minimum K = 8192
p = 0.025
std = sqrt(np(1-p)) = 14.13

The minimum of $n$ N(0,1) random variables is approximately $\sqrt{2 \log{n}}$.

Heuristically... If we have 1 million tiles, $\sqrt{2 \log{n}}$ is ~5. So, we go consider about $5\sigma$. So, we'd like to consider about 5*14 = 70 as the minimum calibration index.

Related to this issue is doing a better job choosing between deepening and refinement for a tile where the calibration is less than the minimum calibration index.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant