mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 18:18:56 +00:00
Renamed ChiSquareDistributionTest to ChiSquaredDistributionTest for consistency with the name of the actual class being tested.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1206062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
776514240d
commit
80ddc491f1
@ -21,13 +21,12 @@ import org.junit.Assert;
|
|||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test cases for ChiSquareDistribution.
|
* Test cases for {@link ChiSquaredDistribution}.
|
||||||
* Extends ContinuousDistributionAbstractTest. See class javadoc for
|
|
||||||
* ContinuousDistributionAbstractTest for details.
|
|
||||||
*
|
*
|
||||||
|
* @see ContinuousDistributionAbstractTest
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class ChiSquareDistributionTest extends ContinuousDistributionAbstractTest {
|
public class ChiSquaredDistributionTest extends ContinuousDistributionAbstractTest {
|
||||||
|
|
||||||
//-------------- Implementations for abstract methods -----------------------
|
//-------------- Implementations for abstract methods -----------------------
|
||||||
|
|
@ -55,7 +55,7 @@ import org.junit.Test;
|
|||||||
* should be documented in the test cases. A framework for validating
|
* should be documented in the test cases. A framework for validating
|
||||||
* distribution data against R is included in the /src/test/R source tree.
|
* distribution data against R is included in the /src/test/R source tree.
|
||||||
* <p>
|
* <p>
|
||||||
* See {@link NormalDistributionTest} and {@link ChiSquareDistributionTest}
|
* See {@link NormalDistributionTest} and {@link ChiSquaredDistributionTest}
|
||||||
* for examples.
|
* for examples.
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user