mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 10:09:26 +00:00
Typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1197085 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
984ff74f4b
commit
f250d5eb90
@ -291,7 +291,7 @@ public class BetaDistributionTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
BetaDistribution dist;
|
||||
|
||||
|
@ -110,7 +110,7 @@ public class BinomialDistributionTest extends IntegerDistributionAbstractTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
BinomialDistribution dist;
|
||||
|
||||
|
@ -107,7 +107,7 @@ public class CauchyDistributionTest extends ContinuousDistributionAbstractTest
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
CauchyDistribution dist;
|
||||
|
||||
dist = new CauchyDistributionImpl(10.2, 0.15);
|
||||
|
@ -123,7 +123,7 @@ public class ChiSquareDistributionTest extends ContinuousDistributionAbstractTes
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
ChiSquaredDistribution dist;
|
||||
|
||||
|
@ -125,7 +125,7 @@ public class ExponentialDistributionTest extends ContinuousDistributionAbstractT
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
ExponentialDistribution dist;
|
||||
|
||||
|
@ -126,7 +126,7 @@ public class FDistributionTest extends ContinuousDistributionAbstractTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
FDistribution dist;
|
||||
|
||||
|
@ -155,7 +155,7 @@ public class GammaDistributionTest extends ContinuousDistributionAbstractTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
GammaDistribution dist;
|
||||
|
||||
|
@ -245,7 +245,7 @@ public class HypergeometricDistributionTest extends IntegerDistributionAbstractT
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
HypergeometricDistribution dist;
|
||||
|
||||
|
@ -193,7 +193,7 @@ public class NormalDistributionTest extends ContinuousDistributionAbstractTest
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
NormalDistribution dist;
|
||||
|
||||
|
@ -118,7 +118,7 @@ public class PascalDistributionTest extends IntegerDistributionAbstractTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
PascalDistribution dist;
|
||||
|
||||
|
@ -225,7 +225,7 @@ public class PoissonDistributionTest extends IntegerDistributionAbstractTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
PoissonDistribution dist;
|
||||
|
||||
|
@ -120,7 +120,7 @@ public class TDistributionTest extends ContinuousDistributionAbstractTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
TDistribution dist;
|
||||
|
||||
|
@ -96,7 +96,7 @@ public class WeibullDistributionTest extends ContinuousDistributionAbstractTest
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
WeibullDistribution dist;
|
||||
|
||||
|
@ -96,7 +96,7 @@ public class ZipfDistributionTest extends IntegerDistributionAbstractTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMomonts() {
|
||||
public void testMoments() {
|
||||
final double tol = 1e-9;
|
||||
ZipfDistribution dist;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user