This is my old site that I'm keeping up for historical purposes and is no longer updated. You probably want to see my new site.

Here I post papers and projects that I've done as schoolwork that seemed as if they'd be good to share, or would be useful to me.

Chemical Instrumentation

One of the assignments for this class required us to make spreadsheets for manually calculating (that is, relying on as few built-in functions as possible) statistics for our experimental values. The below spreadsheets are in Gnumeric format.

My standard deviation worksheet calculates the standard deviation as well as signal-to-noise ratios for a set of values. Simply enter the values in the "Values" column. This spreadsheet is superfluous when using Gnumeric, because Gnumeric uses a correct standard deviation algorithm. Microsoft Excel, on the other hand, appears to use some other standard deviation algorithm that produces numbers that are not the same as manually-calculated values. The numbers it produces are the same until the 7th place or so, which is probably fine for most financial or engineering applications, but with experimental values, can make all the difference.

My linear regression worksheet does a linear regression on a set of abscissa and ordinate values. It gets standard deviation in the slope, y-intercept, and interpolated values as well. It does not get r-values/correlation coefficients, however, but it's something I'll add on a rainy day.

AP Computer Science