Forgot to Remove a Placeholder Function

This commit is contained in:
oleibman
2025-12-15 17:17:27 -08:00
parent 5eb46bd48e
commit 06d2799528
@@ -153,14 +153,6 @@ class StudentT
return $result;
}
/**
* @return array<mixed>|float|string The result, or a string containing an error
*/
public static function xtDotInv(mixed $probability, mixed $degrees)
{
return self::calcInverse($probability, $degrees, 1, self::tDotInv(...));
}
/**
* Based on code from Perl CPAN Statistical::Distributions.
*