Skip to content

Commit 03c2967

Browse files
committed
Add reference
1 parent e4e2b6b commit 03c2967

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/references/bib.bib

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,3 +2537,17 @@ @article{youngs:1971a
25372537
volume = {13},
25382538
year = {1971},
25392539
}
2540+
2541+
@inproceedings{schubert:2018a,
2542+
abstract = {With the advent of big data, we see an increasing interest in computing correlations in huge data sets with both many instances and many variables. Essential descriptive statistics such as the variance, standard deviation, covariance, and correlation can suffer from a numerical instability known as "catastrophic cancellation" that can lead to problems when naively computing these statistics with a popular textbook equation. While this instability has been discussed in the literature already 50 years ago, we found that even today, some high-profile tools still employ the instable version. In this paper, we study a popular incremental technique originally proposed by Welford, which we extend to weighted covariance and correlation. We also discuss strategies for further improving numerical precision, how to compute such statistics online on a data stream, with exponential aging, with missing data, and a batch parallelization for both high performance and numerical precision. We demonstrate when the numerical instability arises, and the performance of different approaches under these conditions. We showcase applications from the classic computation of variance as well as advanced applications such as stock market analysis with exponentially weighted moving models and Gaussian mixture modeling for cluster analysis that all benefit from this approach.},
2543+
address = {New York, NY, USA},
2544+
author = {Erich Schubert and Michael Gertz},
2545+
booktitle = {Proceedings of the 30th International Conference on Scientific and Statistical Database Management},
2546+
doi = {10.1145/3221269.3223036},
2547+
isbn = {9781450365055},
2548+
keywords = {least squares, rounding error analysis, mean, updating estimates, standard deviation, variance, covariance, correlation},
2549+
publisher = {Association for Computing Machinery},
2550+
title = {{Numerically Stable Parallel Computation of (Co-)Variance}},
2551+
url = {https://doi.org/10.1145/3221269.3223036},
2552+
year = {2018},
2553+
}

0 commit comments

Comments
 (0)