I’ve updated the directions as to how to build 64-bit R for Windows linking to OpenBLAS, as the entire R build process for Windows will change for R version 3.2 and subsequent. I’ve turned it into a static page, instead of a post, in case the build process changes again. While the title has 3.2 in it, the URL doesn’t, so it should be future-proof. Then again, that’s number 47 on the list of 996 famous last words! As always, I’m interested in hearing if anyone successfully builds it and how much of a difference it makes. ∞
A Practical Example of Calculating Padé Approximant Coefficients Using R
Introduction I recently had the opportunity to use Padé approximants. There is a lot of good information available on line on the theory and applications of using Padé approximants, but I had trouble finding a good example explaining just how to calculate the co-efficients. Basic Background Hearken back to undergraduate calculus for a moment. For Read the full article…