Skip to Content

Interactive Mean and Covariance

The Normal Distribution

The normal distribution in one dimension is described by the probability distribution $$ f(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{-\frac{(x-\mu)^2}{2\sigma^2}} $$ where \(\mu\) is the mean and \(\sigma\) is the standard deviation. While the mean is easily understood, the standard deviation measures how spread out the distribution is.

Creating Fractals with Web Workers

Last update: 2012-02-26

Until recently Javascript has been a single threaded creature where long running compuations would freeze the browser. Web Workers is a proposal that allows thread like functionality in Javascript.

In order to learn about Web Workers I put it to the test by applying it to the creation of Mandelbrot fractals. Note: Web Workers is supported by Chrome, Firefox, Opera, and Safari. IE should support Web Workers from the upcoming version 10.

Experiments with PovRay

Ray-tracing has always fascinated me. I recall playing with a 3-D modeller on my Amiga 1000 many years ago - I tried to look it up and it looks like it was Sculpt 3D. However, modelling with triangles and points in 3-D space did not work that well for me. So when I many years later discovered POV-Ray where essentially program your scene I was able to get something reasonable output.

This article will show some of the experiments I have been making recently.

Deleting hidden subversion files before zipping

When sending source code to a e.g. a customer or some else who does not need the information in the hidden subversion directories I usually clean and zip them using Total Commandor. The procedure is as follows.

Heat - Remote Sensing of Temperature

The problem is to deduce how the temperature changes (we will call this a temperature profile) at one place from measurements at another place.

Blur - Deblurring an Atmospheric Blurred Image

During my Ph.D. I made a java applet demonstrating an inverse problem. This article brings the applet back.

When light passes throug e.g. air it gets blurred. That is why telescopes are built on top of mountains so that the weak light from the stars travels through less air.

Podcast list

When washing dishes, mowing the lawn or during commute I enjoy listening to podcasts. The following is a list of my favorite podcasts. I link to their homepage, but you can most likely also find them via iTunes or whatever podcast software you happen to use.

Emacs and DropBox integration

If you use more than one computer chances are that you use DropBox to keep a number of often used files syncronized and at hand.

I also like to have at least a somewhat similar configuration of various programs on systems. With respect to emacs I have the following .emacs

Windows Utilities

The following is a list of the programs and tools that I install when I get a new computer or reinstall it. I have divided the list into two: The first list contains programs and utilities which can be downloaded and at least tried out for free (some are shareware). The second list contains the proprietary software that I use.

My iPad apps

The iPad app-store is not the best with respect to search and comparison of the overwhelming number of available apps.

This small entry lists the applications that I use the most or that I expect to use more

Syndicate content