Implementation of a Chi-square test (http://en.wikipedia.org/wiki/Chi_square_test) that calculates the "difference" between an expected and an actual statistical distribution.

Namespace:  Gallio.Common.Mathematics
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class ChiSquareTest
Visual Basic (Declaration)
Public Class ChiSquareTest

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Mathematics..::.ChiSquareTest

See Also