Skip to content

Commit

Permalink
Student's t-distribution #256, #238
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszgromada committed Mar 28, 2022
1 parent 2a3d6a9 commit 13fab04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18190,7 +18190,7 @@ public void TestExpr1133() {
bool testResult = false;
mXparser.disableAlmostIntRounding();
mXparser.disableUlpRounding();
String expStr = "( isNaN( BetaI(-1,1,1) ) - [true] ) + ( isNaN( BetaI(2,1,1) ) - [true] ) + ( isNaN( BetaI( [NaN] ,1,1) ) - [true] ) + ( isNaN( BetaI(0.5, [NaN], 1) ) - [true] ) + ( isNaN( BetaI(0.5, 1 , [NaN]) ) - [true] )";
String expStr = "( isNaN( BetaI(-1,0,1) ) - [true] ) + ( isNaN( BetaI(2,1,0) ) - [true] ) + ( isNaN( BetaI( [NaN] ,1,1) ) - [true] ) + ( isNaN( BetaI(0.5, [NaN], 1) ) - [true] ) + ( isNaN( BetaI(0.5, 1 , [NaN]) ) - [true] )";
TestCommonTools.consolePrintTestExprStart(1133, expStr);
Expression testExp = new Expression(expStr);
double value = testExp.calculate();
Expand Down

0 comments on commit 13fab04

Please sign in to comment.