#quantileregression — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #quantileregression, aggregated by home.social.
-
STATGEN 2024 talk
Quantile regression GWAS with related samples
Fan WangQuantile regression tests whether a genetic variant associates with various quantiles of a trait.
Quantile Rank Score test
- Distribution-free
No transformation needed.
- Very fast
Estimate the null model only once.
- R package: QRank https://cran.r-project.org/package=QRank1/
#STATGEN2024 #StatisticalGenetics #Genetics #QuantileRegression
-
One approach to do conformal prediction in regression is to use quantile regression (pinball loss). One annoying thing about quantile regression is that if you estimate multiple quantiles, they could cross (and they really shoudn't). This paper proposes a method that prevents crossing (there are other papers that do so too), in particular for conformal prediction.