You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2020/06/03 10:11:26 UTC

[commons-math] 02/07: Javadoc.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit f623bcf8804d6566ba6bc55388e2f27d06b0df80
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Wed Jun 3 11:15:33 2020 +0200

    Javadoc.
---
 .../java/org/apache/commons/math4/stat/correlation/Covariance.java     | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/math4/stat/correlation/Covariance.java b/src/main/java/org/apache/commons/math4/stat/correlation/Covariance.java
index e2699ac..66ceae2 100644
--- a/src/main/java/org/apache/commons/math4/stat/correlation/Covariance.java
+++ b/src/main/java/org/apache/commons/math4/stat/correlation/Covariance.java
@@ -44,11 +44,8 @@ import org.apache.commons.math4.stat.descriptive.moment.Variance;
  * @since 2.0
  */
 public class Covariance {
-
     /** covariance matrix */
     private final RealMatrix covarianceMatrix;
-
-    /* Create an empty covariance matrix. */
     /** Number of observations (length of covariate vectors) */
     private final int n;