QArt Coder

Website for engineering the encoded values in QR codes to create the picture with no inherent errors.

http://research.swtch.com/qart

Introduction to Unicode

Lower bound of Wilson score confidence interval for a Bernoulli parameter

For fun, I thought I'd implement Evan Miller's Ruby function to calculate the lower bound of Wilson score confidence interval for a Bernoulli parameter using Perl. Here's what I came up with:

#!perl

# Author: Phil Quinn
# Date: 3 April 2012
# Exploring confidence of rating systems
# based on http://evanmiller.org/how-not-to-sort-by-average-rating.html
# Lower bound of Wilson score confidence interval for a Bernoulli parameter

JavaScript object boilerplate


var foo = {
methodbar: function () {},
methoddoo: function () {},
methodray: function () {}
};

Visual Basic - Populate DataTable object with test data


' Generate data for debug purposes
Dim dtResults as DataTable

Pages

Subscribe to Phil Quinn RSS