Andrew Tulloch


Elements of Statistical Learning - Chapter 4 Partial Solutions

April 10, 2012

The third set of solutions is for Chapter 4, Linear Methods for Classification, covering logistic regression, perceptrons, and LDA/QDA methods for classification of classes using linear methods.

Continue Reading »


Elements of Statistical Learning - Chapter 3 Partial Solutions

March 30, 2012

The second set of solutions is for Chapter 3, Linear Methods for Regression, covering linear regression models and extensions to least squares regression techniques, such as ridge regression, lasso, and least-angle regression.

Continue Reading »


Elements of Statistical Learning - Chapter 2 Solutions

March 28, 2012

The Stanford textbook Elements of Statistical Learning by Hastie, Tibshirani, and Friedman is an excellent (and freely available) graduate-level text in data mining and machine learning. I’m currently working through it, and I’m putting my (partial) exercise solutions up for anyone who might find them useful. The first set of solutions is for Chapter 2, An Overview of Supervised Learning, introducing least squares and k-nearest-neighbour techniques.

Continue Reading »


An Introduction to Functional Analysis

March 26, 2012

Functional analysis is one of the most beautiful areas of mathematics, with vast applications to pure mathematics, applied mathematics, statistics, computer science, physics, and more. Functional analysis allows us to extend the basic tools of linear algebra to vastly more complex spaces, and has produced some wonderful results.

We begin with an introduction to functional analysis, starting from a basic knowledge of linear algebra and analysis.

Continue Reading »


Making the Site Logo with D3.js

March 19, 2012

See the AT logo in the sidebar? Click it, and see what happens! You can also drag the individual nodes around, and watch as they interact with each other!

This is all thanks to the magic of Mike Bostock’s D3.js Javascript library, which provides an efficient set of methods to manipulate the DOM. From the website,

D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a trivial example, you can use D3 to generate a basic HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction.

Continue Reading »


Getting Started with Tufte-LaTeX

March 17, 2012

It seems that almost everyone in a technical field has heard of Edward Tufte, whose books on data visualisation are justifiably regarded as masterpieces.

While these books are exceptional works on data visualisation, they are also masterfully typeset. Thankfully, it is relatively simple to apply the typographic sense of Tufte to your everday LaTeX documents, through Tufte-LaTeX.

Tufte-LaTeX is a great LaTeX class for jazzing up your technical documents. As a first example, have a look on the examples available from the Tufte-LaTeX homepage, or have a look at this example (source) I created from my AMS-TeX notes (source) on Functional Analysis.

As we can see, this class can really improve the reading experience for users of your technical documents, and break up the Computer Modern/AMS-TeX monotony that users of the ArXiV would be far too familiar with. So let’s get started!

Continue Reading »


Honours Thesis

December 14, 2011

This year, I completed an honours thesis in Applied Mathematics at the University of Sydney. The thesis focused on the development of univariate and multivariate intensity models for credit risk.

In this thesis, we examine the use of intensity models in modelling credit risk. In this approach, we assume the existence of a stochastic process λ representing the instantaneous default probability of an obligor. We then specify various Levy processes for this (intensity) process λ, with particular emphasis on non-Gaussian Ornstein-Uhlenbeck process, derive various theoretical properties of these models, and calibrate these models to credit market data. We find that Gamma-OU and Inverse Gaussian-OU Levy processes can be effectively applied in an intensity context, and provide several advantages over conventional Poisson processes.

Continue Reading »


Mathematics Lecture Notes

December 12, 2011

This is a compilation of various sets of lecture notes I created during my Bachelors degree in Mathematics at the University of Sydney. All .tex files are available at the GitHub repository.

Continue Reading »


Welcome

August 3, 2011
Welcome! This site uses [Jekyll](http://jekyllrb.com) as a static site generator, and is hosted on [GitHub](http://www.github.com). It uses the [960.gs](http://960.gs) grid framework.