Skip to content

Commit

Permalink
Not sure why MultinomialTest is disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Oct 23, 2024
1 parent 32bd7fd commit 79f3a62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import org.apache.commons.math3.stat.descriptive.moment.Mean;
import org.apache.commons.math3.stat.descriptive.moment.Variance;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

public class MultinomialTest {

Expand All @@ -23,7 +24,7 @@ void setUp() {
* E(Xi) = n * pi
* Var(Xi) = n * pi * (1 - pi)
*/
//@Test
@Test
public void testMultinomial() {
int nSamples = 30; // 1% of E(X)
int nTrials = 10000;
Expand Down

0 comments on commit 79f3a62

Please sign in to comment.