BayesSummaryStatLM: An R package for Bayesian Linear Models for Big Data and Data Science
Alexey Miroshnikov, Evgeny Savel'ev, Erin M. Conlon

TL;DR
BayesSummaryStatLM is an R package that enables Bayesian linear regression on big data by using summary statistics, allowing analysis without loading entire datasets into memory.
Contribution
It introduces a novel approach to Bayesian linear regression that leverages summary statistics, overcoming memory limitations in big data analysis.
Findings
Successfully analyzes large datasets using summary statistics.
Supports various prior distributions for Bayesian modeling.
Demonstrates effectiveness on simulated and real data.
Abstract
Recent developments in data science and big data research have produced an abundance of large data sets that are too big to be analyzed in their entirety, due to limits on either computer memory or storage capacity. Here, we introduce our R package 'BayesSummaryStatLM' for Bayesian linear regression models with Markov chain Monte Carlo implementation that overcomes these limitations. Our Bayesian models use only summary statistics of data as input; these summary statistics can be calculated from subsets of big data and combined over subsets. Thus, complete data sets do not need to be read into memory in full, which removes any physical memory limitations of a user. Our package incorporates the R package 'ff' and its functions for reading in big data sets in chunks while simultaneously calculating summary statistics. We describe our Bayesian linear regression models, including several…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStatistical Methods and Inference · Statistical Methods and Bayesian Inference · Bayesian Methods and Mixture Models
