Saddlepoint Approximation¶
Definition
AI-generated
Saddlepoint approximation is a higher-order approximation technique for the tail probabilities of a statistic, built from the cumulant generating function rather than a simple normal approximation.
Topics
Why it matters in GWAS¶
Rare variants and highly imbalanced binary traits can make ordinary score-test approximations unreliable. This is why methods such as SAIGE use saddlepoint approximation to keep p-values calibrated in the extreme tails that matter for genome-wide significance.
Example usage¶
"Saddlepoint approximation was used to correct score-test p-values for low-frequency variants in the imbalanced case-control GWAS."
Related terms¶
References¶
- Butler RW. (2007). Saddlepoint Approximations with Applications. Cambridge University Press.
- GWASTutorial: Saddlepoint approximation.
Last updated (UTC · Git history)