Skip to content

Instantly share code, notes, and snippets.

@richardkundl
richardkundl / Rating.cs
Last active August 11, 2018 20:26
Lower bound of Wilson score confidence interval for a Bernoulli parameter(fix: 0.9604)
using System;
namespace Rating
{
class Program
{
/// <summary >
/// Ratings
/// (Lower bound of Wilson score confidence interval for a Bernoulli parameter)
/// </summary>