Categories
Uncategorized

Probability Distributions Reference Table

Table Description

I have uploaded a reference table that I created with common probability distributions. Although the same formulas and similar descriptions can be obtained on Wikipedia, I find it useful to have the information contained on one table. The table does not have charts that plot probability density or probability mass functions (PDFs and PMFs) or cumulative distribution functions (CDFs). These charts can be found on Wikipedia or plotted with graphing software using the equations on the table. I find it helpful to look at PDF and CDF plots when learning about the distributions. There might be some closed form CDFs, moment generating functions, or other equations that I omitted from the table. Also, some distributions have various formulations. For example, the four distributions defined below are all very similar, and I imagine that each might be referred to as a negative binomial, although certain specifications are more conventional than others.

  1. A distribution of the number of failures in a sequence of Bernoulli trials, before a specified number of successes.
  2. A distribution of the number of successes in a sequence of Bernoulli trials, before a specified number of failures.
  3. A distribution of the number of successes and failures in a sequence of Bernoulli trials, until a specified number of successes.
  4. A distribution of the number of successes and failures in a sequence of Bernoulli trials, until a specified number of failures.

In cases where there are multiple ways to define a distribution, I either used the definition that I prefer, or gave multiple formulations of the distribution.

I am including a link to both a PDF of the table and an Excel file that has the table and VBA macros for aligning objects. Please let me know if you find any errors.

Links

PDF: Probability-Distributions.pdf
Excel: Probability-Distributions.xlsm

Categories
Uncategorized

Installing Your Own Personal WeBWork Server, Part III

Part IPart II | Part III | Part IV

This series of posts covers the installation of WeBWork. This post, Part III of the series, has instructions for installing Ubuntu and WeBWork within VirtualBox.

Creating a New Virtual Machine

The first step requires the configuration of a new virtual machine in VirtualBox. This new virtual machine will be used to install a copy of Ubuntu with WeBWork. To configure a new virtual machine, you must click New from the VirtualBox Manager. The images below show the progression of steps and my selected settings when configuring a new virtual machine. Please customize these settings according to your preferences and system. For example, if you are using a 32-bit system, please make sure to select Ubuntu (32 bit) when prompted, as opposed to the 64-bit option that I selected.

Categories
Uncategorized

Installing Your Own Personal WeBWork Server, Part II

Part I | Part II | Part III | Part IV

This series of posts covers the installation of WeBWork. This post, Part II of the series, has instructions for installing VirtualBox. Although I am using Windows 7, the instructions should apply to other operating systems that VirtualBox can be installed on.

Why Install VirtualBox?

WeBWork is designed to be installed alongside a web server on a Unix based computer. VirtualBox is a software program that allows you to install additional operating systems within the operating system you are currently running. Another option would be to install WeBWork on a separate computer that is dedicated to web hosting. While this option may be appealing to colleges, it did not seem practical for the purpose of installing my own personal version of WeBWork. Additionally, the option presented here has a lower cost, as VirtualBox is available for free. For additional details on VirtualBox, please check out its homepage and/or the corresponding Wikipedia page.

Categories
Uncategorized

Installing Your Own Personal WeBWork Server, Part I

Part IPart II | Part III | Part IV

This series of posts will give step-by-step instructions on installing your own WeBWork server. WeBWork is an open source, freely available homework system. It is used by many colleges, and is often installed on a college network. While its installation may sound complicated, as it is typically installed on a Linux computer running Apache with a SQL database, these instructions will make it very simple to install your own personal copy of WeBWork on Windows and Mac computers. Knowledge of Linux, Apache, and SQL will not be necessary. Installing WeBWork will give you access to over 20,000 freely available problems that span topics ranging from discrete mathematics to multivariable calculus.