Header

What Grade Can I Get?

I've provided a Java applet that will tell you what grades are possible in a course given your performance to date.

In the Words of Wesley

Asbury College describes itself as a "Christian Liberal Arts College in the Wesleyan-Holiness tradition". That tradition began with John Wesley whose life spanned most of the 18th century (1703-1791). The Wesleyan tradition is rich and varied and includes unique theological perspectives as well as practical ways in which our lives should reflect our faith.

Search Algorithms

A look at the linear and binary search algorithms; how they work and their strengths and weaknesses.

Calculating Quartiles

The quartiles of a data set are one of the most fundamental descriptive statistics. Yet there are three algorithms used by software packages to calculate quartiles and these algorithms can yield different results. The normal pencil and paper algorithm taught in elementary statistics classes is actually a combination of two of these three different algorithms.