Math

Really large numbers in R

This post will discuss ways of handling huge numbers in R using the gmp package. The gmp package The gmp…

5 years ago

Testing the Collatz Conjecture with R

Background The Collatz Conjecture is a famous unsolved problem in number theory. If you're not familiar with it - the…

5 years ago

How to build a logistic regression model from scratch in R

Background In a previous post, we showed how using vectorization in R can vastly speed up fuzzy matching. Here, we…

6 years ago

Running R Code in Parallel

Background Running R code in parallel can be very useful in speeding up performance. Basically, parallelization allows you to run…

7 years ago