I just changed the LaTeX renderer plugin on the blog from MathJax-LaTeX to WP QuickLaTeX, as the former stopped working and not only does the latter work, but it allows the {align} environment. If you notice any malformed math or missing text, please drop me a note. ∞
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…
New package on CRAN: lamW
Recently, in various research projects, the Lambert-W function arose a number of times. Somewhat frustratingly, there is no built-in function in R to calculate it. The only options were those in the gsl and LambertW packages, the latter merely importing the former. Importing the entire GNU Scientific Library (GSL) can be a bit of a Read the full article…
Gelman on Meehl
Today, Andrew Gelman posted about a paper written over thirty years ago by Paul Meehl. Even though I believe actuaries are less exposed than social science statisticians to some of the pitfalls of what Gelman calls the “garden of forking paths,” we are still exposed, and I’d recommend reading Gelman’s posts on the issue. I Read the full article…
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. ∞
Flavors of risk: process, parameter, model, and unknown
I’ve recently been asked a number of times as to the differences between various sources of risks one is exposed to when creating a model, in specific, for the difference between parameter and model risk. I’ve used the following allegory a number of times to explain how I see the differences between process, parameter, model, Read the full article…
Big Data, Correlations, and the Hales-Jewett Theorem
“Big Data” has become one of the most heralded tools, or at least buzzwords, of this decade. The use of “big data” is trumpeted by many studies in almost all disciplines, and, too an extent, understandably so. Hand-in-hand with the geometric progression of computing power has been the development of algorithms that can parse huge Read the full article…
R-3.1.0 + OpenBLAS Speed Comparisons
With the recent release of R-3.1.0, and the near-recent release of OpenBLAS 0.29rc2, it was time to recompile Rblas.dll and do some new speed tests. The test computer has an Intel i7-2600K, overclocked to 4.6Ghz with 16GB RAM and runs Windows 7 Home Premium 64bit. For the first test, a plain vanilla reference R will Read the full article…
The Heartbleed vulnerability, whose scope may safely be described as epic, should come as reminder to all of us to adopt better password handling and usage. It is well worth reading these password-related essays by two of the better-known cybersecurity experts: Bruce Schneier and Brian Krebs. Personally, I use KeePass2 and the KeeFox plug-in for FireFox, so I can have 20-digit long passwords from a 94-character space and not have to remember any of them. It would be prudent for everyone to change their passwords, at least the important ones (financial, e-mail, etc.), and seriously consider some kind of password manager so that we don’t have to remember the zillion-odd passwords we need. ∞
I’ve re-written the previous post a bit and now it is posted in the Rcpp gallery. I’ve had some really good comments, so I’ll probably have to post an updated version. Keep the comments coming! ∞