Number Crunching in Scala - my talk at the Pune Scala Symposium
I gave a talk yesterday at the Pune Scala Symposium. The slides are hopefully self contained and might be useful. You can view them here.
more ...I gave a talk yesterday at the Pune Scala Symposium. The slides are hopefully self contained and might be useful. You can view them here.
more ...I just finished reading Mark Cuban's Idiot's Guide to High Frequency Trading. The title is half accurate - it's certainly idiocy, though it's by no means a guide. Writing a guide to HFT without explaining how a matching engine works is like writing a guide to computer programming that doesn't explain …
more ...In the good old days before the computer revolution, stocks were generally priced by traders using pencil and paper. Analysts would read news, study corporate financials, and then give ideas to traders. Trading happened in a physical trading pit. When a large player (Goldman Sachs, J.P. Morgan) wanted to …
more ...Given the commodification and decline of high frequency trading, I was a bit surprised to see that Michael Lewis wrote a book on the topic. Not only that, but based on the reviews (I haven't read the actual book), it sounds like a scary "tell-all" book revealing how HFT rips …
more ...A Fervent defense of Frequentist Statistics. Eliezer Yudkowsky's comments are also well worth reading. Most notably:
more ...Who are these mysterious straw Bayesians who refuse to use algorithms that work well and could easily turn out to have a good explanation later? Bayes is epistemological background not a toolbox of algorithms …
Bryan Caplan recently asked for one good reason why basic eye exams can't be done by machine. I.e., why a machine can't ask "better like this, or like that?"
Computerized eye testing is probably a little different than what Caplan imageined. The shopkeeper (not a medical doctor) is still …
more ...For most data scientists, a toolkit like scipy/matplotlib or R becomes so familiar that it becomes almost an extension of their own mind. When fleshing out an idea, we will just open up ipython, write a few lines of code, and display the plot on the screen to get …
more ...I was recently introduced to the scalaz-stream library by the excellent blog post Actors are Overly Nondeterministic. I decided to take a look at them, and I realize they have a lot to offer.
One of the cools things I noticed could be built with them is Clojure-style Agents. But …
more ...