Okay...

Written in my course book, just had to share...

"MySQL runs on a wide variety of UNIX- and Windows-based platforms [...] installation of the server is easy: all it requires is the execution of a simple installation script"

Huh, ok, I'll remember that next time I'm trying to get it to install

RSS

It got me again, not escaping characters in my rss feed. I knew what was happening as soon as I saw the error this time though which helped, I still forgot to put the extra code in to start with though Sad Also de-bugging was made harder because i.e. refused to admit that there was a new file there, instead insisting on complaining about the old error making me think it wasn't fixed after all.

Median

The middle value when the batch is sorted by size. If unequal batch size then the median is the middle value. If even batch size the median is the two middle numbers added together and divided by 2

Standard Deviation

Calculate the mean of the batch

For each number in the batch work out the numerical difference (number - mean)

Square each difference

Add together the entire list of squared differences

Devide your total by the number of values in the batch

Work out the square root of this total

This gives you the standard deviation

Pages

Subscribe to BinksUK RSS