Performant R Programming: Chunking a Problem into Smaller Pieces
When data is too big to fit into memory, one approach is to break it into smaller pieces, operate on each piece, and then join the results back together. Here’s how to do that to calculate rolling mean pairwise correlations of a large stock universe. Background We’ve been using the problem of calculating mean rolling … Continue reading Performant R Programming: Chunking a Problem into Smaller Pieces
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed