mirror of
https://github.com/apache/commons-math.git
synced 2025-02-20 00:44:45 +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
src/test/java/org/apache/commons/math/distribution
@ -21,13 +21,12 @@ import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Test cases for ChiSquareDistribution.
|
||||
* Extends ContinuousDistributionAbstractTest. See class javadoc for
|
||||
* ContinuousDistributionAbstractTest for details.
|
||||
* Test cases for {@link ChiSquaredDistribution}.
|
||||
*
|
||||
* @see ContinuousDistributionAbstractTest
|
||||
* @version $Id$
|
||||
*/
|
||||
public class ChiSquareDistributionTest extends ContinuousDistributionAbstractTest {
|
||||
public class ChiSquaredDistributionTest extends ContinuousDistributionAbstractTest {
|
||||
|
||||
//-------------- Implementations for abstract methods -----------------------
|
||||
|
@ -55,7 +55,7 @@ import org.junit.Test;
|
||||
* should be documented in the test cases. A framework for validating
|
||||
* distribution data against R is included in the /src/test/R source tree.
|
||||
* <p>
|
||||
* See {@link NormalDistributionTest} and {@link ChiSquareDistributionTest}
|
||||
* See {@link NormalDistributionTest} and {@link ChiSquaredDistributionTest}
|
||||
* for examples.
|
||||
*
|
||||
* @version $Id$
|
||||
|
Loading…
x
Reference in New Issue
Block a user