Click or drag to resize

PearsonsChiSquaredTestPValue Property

The probability of obtaining a test statistic at least as extreme as the one that was actually observed, assuming that the null hypothesis is true. http://en.wikipedia.org/wiki/P-value

Namespace:  FinMath.Statistics.HypothesisTesting
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public override double PValue { get; }

Property Value

Type: Double
See Also