2 references to IncompleteBeta
Microsoft.ML.Core (2)
Utilities\MathUtils.cs (2)
387Double result = IncompleteBeta(df / (df + t * t), df / 2, 0.5); 453return 1 - IncompleteBeta(1 - x, b, a);