2 references to BetaCF
System.Web.DataVisualization (2)
Common\Formulas\StatisticalAnalysis.cs (2)
1588return bt * BetaCF(a, b, x) / a; 1592return 1.0 - bt * BetaCF(b, a, 1.0 - x) / b;