svn properties set for files created in connection with MATH-431

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1053918 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mikkel Meyer Andersen 2010-12-30 15:38:18 +00:00
parent 794f28c200
commit 01acf585de
6 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ import org.apache.commons.math.MathException;
/** /**
* An interface for Mann-Whitney U test (also called Wilcoxon rank-sum test). * An interface for Mann-Whitney U test (also called Wilcoxon rank-sum test).
* *
* @version $Revision: $ $Date: $ * @version $Revision$ $Date$
*/ */
public interface MannWhitneyUTest { public interface MannWhitneyUTest {

View File

@ -27,7 +27,7 @@ import org.apache.commons.math.util.FastMath;
* An implementation of the Mann-Whitney U test (also called Wilcoxon rank-sum * An implementation of the Mann-Whitney U test (also called Wilcoxon rank-sum
* test). * test).
* *
* @version $Revision: $ $Date: $ * @version $Revision$ $Date$
*/ */
public class MannWhitneyUTestImpl implements MannWhitneyUTest { public class MannWhitneyUTestImpl implements MannWhitneyUTest {
private NaturalRanking naturalRanking; private NaturalRanking naturalRanking;

View File

@ -21,7 +21,7 @@ import org.apache.commons.math.MathException;
/** /**
* An interface for Wilcoxon signed-rank test. * An interface for Wilcoxon signed-rank test.
* *
* @version $Revision: $ $Date: $ * @version $Revision$ $Date$
*/ */
public interface WilcoxonSignedRankTest { public interface WilcoxonSignedRankTest {

View File

@ -26,7 +26,7 @@ import org.apache.commons.math.util.FastMath;
/** /**
* An implementation of the Wilcoxon signed-rank test. * An implementation of the Wilcoxon signed-rank test.
* *
* @version $Revision: $ $Date: $ * @version $Revision$ $Date$
*/ */
public class WilcoxonSignedRankTestImpl implements WilcoxonSignedRankTest { public class WilcoxonSignedRankTestImpl implements WilcoxonSignedRankTest {
private NaturalRanking naturalRanking; private NaturalRanking naturalRanking;

View File

@ -21,7 +21,7 @@ import junit.framework.TestCase;
/** /**
* Test cases for the ChiSquareTestImpl class. * Test cases for the ChiSquareTestImpl class.
* *
* @version $Revision: $ $Date: $ * @version $Revision$ $Date$
*/ */
public class MannWhitneyUTestTest extends TestCase { public class MannWhitneyUTestTest extends TestCase {

View File

@ -21,7 +21,7 @@ import junit.framework.TestCase;
/** /**
* Test cases for the ChiSquareTestImpl class. * Test cases for the ChiSquareTestImpl class.
* *
* @version $Revision: $ $Date: $ * @version $Revision$ $Date$
*/ */
public class WilcoxonSignedRankTestTest extends TestCase { public class WilcoxonSignedRankTestTest extends TestCase {