added missing @since comments

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619928 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-02-08 16:19:17 +00:00
parent ef90ce8956
commit ac6a598144
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import org.apache.commons.math.linear.RealMatrixImpl;
/**
* Returns the covariance matrix of the available vectors.
* @since 1.2
* @version $Revision$ $Date$
*/
public class VectorialCovariance implements Serializable {

View File

@ -22,6 +22,7 @@ import org.apache.commons.math.DimensionMismatchException;
/**
* Returns the arithmetic mean of the available vectors.
* @since 1.2
* @version $Revision$ $Date$
*/
public class VectorialMean implements Serializable {