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:
parent
fc26642480
commit
a6b433d257
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
/**
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue