Formatting only. Removed tabs.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-06-14 23:26:54 +00:00
parent fc26642480
commit a6b433d257
15 changed files with 370 additions and 370 deletions

View File

@ -30,7 +30,7 @@ import org.apache.commons.math.stat.univariate.summary.SumOfSquares;
* StatUtils provides static implementations of common double[] based
* statistical methods. These return a single result value or in some cases, as
* identified in the javadoc for each method, <code>Double.NaN.</code>
* @version $Revision: 1.27 $ $Date: 2004/05/24 05:30:33 $
* @version $Revision: 1.28 $ $Date: 2004/06/14 23:26:53 $
*/
public final class StatUtils {

View File

@ -22,7 +22,7 @@ import org.apache.commons.math.distribution.ChiSquaredDistribution;
/**
* Implements Chi-Square test statistics defined in the {@link ChiSquareTest} interface.
*
* @version $Revision: 1.5 $ $Date: 2004/06/06 23:14:09 $
* @version $Revision: 1.6 $ $Date: 2004/06/14 23:26:53 $
*/
public class ChiSquareTestImpl implements ChiSquareTest {

View File

@ -24,7 +24,7 @@ import org.apache.commons.math.stat.univariate.StatisticalSummary;
/**
* Implements t-test statistics defined in the {@link TTest} interface.
*
* @version $Revision: 1.6 $ $Date: 2004/06/06 22:28:25 $
* @version $Revision: 1.7 $ $Date: 2004/06/14 23:26:53 $
*/
public class TTestImpl implements TTest {

View File

@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Revision: 1.1 $ $Date: 2004/04/26 18:28:17 $ -->
<!-- $Revision: 1.2 $ $Date: 2004/06/14 23:26:53 $ -->
<body>
Classes providing hypothesis testing and confidence interval
construction.

View File

@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Revision: 1.1 $ $Date: 2004/04/26 18:28:16 $ -->
<!-- $Revision: 1.2 $ $Date: 2004/06/14 23:26:53 $ -->
<body>
Statistical routines involving multivariate data.
</body>

View File

@ -14,6 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:17 $ -->
<!-- $Revision: 1.6 $ $Date: 2004/06/14 23:26:53 $ -->
<body>Data storage, manipulation and summary routines.</body>
</html>

View File

@ -34,7 +34,7 @@ import org.apache.commons.math.stat.univariate.summary.SumOfSquares;
/**
* Abstract factory class for univariate statistical summaries.
*
* @version $Revision: 1.6 $ $Date: 2004/06/01 21:34:35 $
* @version $Revision: 1.7 $ $Date: 2004/06/14 23:26:53 $
*/
public abstract class DescriptiveStatistics implements StatisticalSummary, Serializable {

View File

@ -23,7 +23,7 @@ import org.apache.commons.math.util.ResizableDoubleArray;
* Default implementation of
* {@link org.apache.commons.math.stat.univariate.DescriptiveStatistics}.
*
* @version $Revision: 1.7 $ $Date: 2004/06/14 21:41:33 $
* @version $Revision: 1.8 $ $Date: 2004/06/14 23:26:53 $
*/
public class DescriptiveStatisticsImpl extends DescriptiveStatistics implements Serializable {

View File

@ -18,7 +18,7 @@ package org.apache.commons.math.stat.univariate;
/**
* Reporting interface for basic univariate statistics.
*
* @version $Revision: 1.2 $ $Date: 2004/04/27 04:37:59 $
* @version $Revision: 1.3 $ $Date: 2004/06/14 23:26:53 $
*/
public interface StatisticalSummary {
/**

View File

@ -22,7 +22,7 @@ import org.apache.commons.discovery.tools.DiscoverClass;
/**
* Abstract factory class for univariate statistical summaries.
*
* @version $Revision: 1.6 $ $Date: 2004/06/01 21:34:35 $
* @version $Revision: 1.7 $ $Date: 2004/06/14 23:26:53 $
*/
public abstract class SummaryStatistics implements StatisticalSummary, Serializable {

View File

@ -29,7 +29,7 @@ import org.apache.commons.math.stat.univariate.summary.SumOfSquares;
/**
* Provides a default {@link SummaryStatistics} implementation.
*
* @version $Revision: 1.3 $ $Date: 2004/06/01 21:34:35 $
* @version $Revision: 1.4 $ $Date: 2004/06/14 23:26:53 $
*/
public class SummaryStatisticsImpl extends SummaryStatistics implements Serializable {

View File

@ -14,6 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Revision: 1.4 $ $Date: 2004/04/26 18:28:17 $ -->
<!-- $Revision: 1.5 $ $Date: 2004/06/14 23:26:53 $ -->
<body>Summary statistics based on moments.</body>
</html>

View File

@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:18 $ -->
<!-- $Revision: 1.6 $ $Date: 2004/06/14 23:26:53 $ -->
<body>
Generic univariate summary statistic objects.

View File

@ -14,6 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Revision: 1.4 $ $Date: 2004/04/26 18:28:17 $ -->
<!-- $Revision: 1.5 $ $Date: 2004/06/14 23:26:54 $ -->
<body>Summary statistics based on ranks.</body>
</html>

View File

@ -14,6 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Revision: 1.4 $ $Date: 2004/04/26 18:28:16 $ -->
<!-- $Revision: 1.5 $ $Date: 2004/06/14 23:26:54 $ -->
<body>Other summary statistics.</body>
</html>