changeset 786:4fcd2e68dd3b

[project @ 1994-10-10 19:51:37 by jwe]
author jwe
date Mon, 10 Oct 1994 19:51:37 +0000
parents efdb7d3eddd8
children c5d35bb139b6
files scripts/linear-algebra/null.m scripts/linear-algebra/orth.m scripts/polynomial/conv-tuwien.m scripts/polynomial/deconv-tuwien.m scripts/polynomial/poly-tuwien.m scripts/polynomial/roots-tuwien.m scripts/statistics/corrcoef.m scripts/statistics/cov.m scripts/statistics/gls.m scripts/statistics/mahalanobis.m scripts/statistics/ols.m
diffstat 11 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/linear-algebra/null.m	Mon Oct 10 19:38:46 1994 +0000
+++ b/scripts/linear-algebra/null.m	Mon Oct 10 19:51:37 1994 +0000
@@ -10,7 +10,7 @@
 # max (size (A)) * sigma_max (A) * eps, where sigma_max (A) is the
 # maximal singular value of A. 
 
-# written by KH (Kurt.Hornik@neuro.tuwien.ac.at) on Dec 24, 1993
+# written by KH (Kurt.Hornik@ci.tuwien.ac.at) on Dec 24, 1993
 # copyright Dept of Probability Theory and Statistics TU Wien
 
   [U, S, V] = svd (A);
--- a/scripts/linear-algebra/orth.m	Mon Oct 10 19:38:46 1994 +0000
+++ b/scripts/linear-algebra/orth.m	Mon Oct 10 19:51:37 1994 +0000
@@ -10,7 +10,7 @@
 # max (size (A)) * sigma_max (A) * eps, where sigma_max (A) is the
 # maximal singular value of A.
 
-# written by KH (Kurt.Hornik@neuro.tuwien.ac.at) on Dec 24, 1993
+# written by KH (Kurt.Hornik@ci.tuwien.ac.at) on Dec 24, 1993
 # copyright Dept of Probability Theory and Statistics TU Wien
 
   [U, S, V] = svd (A);
--- a/scripts/polynomial/conv-tuwien.m	Mon Oct 10 19:38:46 1994 +0000
+++ b/scripts/polynomial/conv-tuwien.m	Mon Oct 10 19:51:37 1994 +0000
@@ -7,7 +7,7 @@
 # conv(a,b) is equivalent to polynomial multiplication.
 
 # written by Gerhard Kircher on Aug 27, 1993
-# modified by KH (Kurt.Hornik@neuro.tuwien.ac.at) on Dec 23, 1993.
+# modified by KH (Kurt.Hornik@ci.tuwien.ac.at) on Dec 23, 1993.
 
   l_a = length(a);
   l_b = length(b);  
--- a/scripts/polynomial/deconv-tuwien.m	Mon Oct 10 19:38:46 1994 +0000
+++ b/scripts/polynomial/deconv-tuwien.m	Mon Oct 10 19:51:37 1994 +0000
@@ -5,7 +5,7 @@
 # vectors of coefficients of quotient and remainder in the polynomial
 # division of a by b. 
 
-# written by KH (Kurt.Hornik@neuro.tuwien.ac.at) on Dec 27, 1993
+# written by KH (Kurt.Hornik@ci.tuwien.ac.at) on Dec 27, 1993
 # copyright Dept of Probability Theory and Statistics TU Wien
   
   if !(nargin == 2)
--- a/scripts/polynomial/poly-tuwien.m	Mon Oct 10 19:38:46 1994 +0000
+++ b/scripts/polynomial/poly-tuwien.m	Mon Oct 10 19:51:37 1994 +0000
@@ -5,7 +5,7 @@
 # If x is a vector, poly (x) is a vector of coefficients of the polynomial
 # whose roots are the elements of x.
 
-# written by KH (Kurt.Hornik@neuro.tuwien.ac.at) on Dec 24, 1993
+# written by KH (Kurt.Hornik@ci.tuwien.ac.at) on Dec 24, 1993
 # copyright Dept of Probability Theory and Statistics TU Wien
 
   m = min(size(x));
--- a/scripts/polynomial/roots-tuwien.m	Mon Oct 10 19:38:46 1994 +0000
+++ b/scripts/polynomial/roots-tuwien.m	Mon Oct 10 19:51:37 1994 +0000
@@ -3,7 +3,7 @@
 # For a vector v with n components, return the roots of the polynomial
 # v(1)*z^(n-1) + ... + v(n-1) * z + v(n).
   
-# written by KH (Kurt.Hornik@neuro.tuwien.ac.at) on Dec 24, 1993
+# written by KH (Kurt.Hornik@ci.tuwien.ac.at) on Dec 24, 1993
 # copyright Dept of Probability Theory and Statistics TU Wien
 # modified by KH on Jan 10, 1994
   
--- a/scripts/statistics/corrcoef.m	Mon Oct 10 19:38:46 1994 +0000
+++ b/scripts/statistics/corrcoef.m	Mon Oct 10 19:51:37 1994 +0000
@@ -25,7 +25,7 @@
 # i-th variable in X and the j-th variable in Y.
 # corrcoef(X) is corrcoef(X, X).
 
-# Written by Kurt Hornik (hornik@neuro.tuwien.ac.at) March 1993.
+# Written by Kurt Hornik (hornik@ci.tuwien.ac.at) March 1993.
 # Dept of Probability Theory and Statistics TU Wien, Austria.
 
   if (nargin < 1 || nargin > 2)
--- a/scripts/statistics/cov.m	Mon Oct 10 19:38:46 1994 +0000
+++ b/scripts/statistics/cov.m	Mon Oct 10 19:51:37 1994 +0000
@@ -25,7 +25,7 @@
 # between the i-th variable in X and the j-th variable in Y.
 # cov(X) is cov(X, X).
 
-# Written by Kurt Hornik (hornik@neuro.tuwien.ac.at) March 1993.
+# Written by Kurt Hornik (hornik@ci.tuwien.ac.at) March 1993.
 # Dept of Probability Theory and Statistics TU Wien, Austria.
 
   if (nargin < 1 || nargin > 2)
--- a/scripts/statistics/gls.m	Mon Oct 10 19:38:46 1994 +0000
+++ b/scripts/statistics/gls.m	Mon Oct 10 19:51:37 1994 +0000
@@ -34,7 +34,7 @@
 # v is the GLS estimator for s^2.
 # R = Y - X*BETA is the matrix of GLS residuals.
 
-# Written by Teresa Twaroch (twaroch@neuro.tuwien.ac.at) May 1993.
+# Written by Teresa Twaroch (twaroch@ci.tuwien.ac.at) May 1993.
 # Dept of Probability Theory and Statistics TU Wien, Austria.
 
   if (nargin != 3)
--- a/scripts/statistics/mahalanobis.m	Mon Oct 10 19:38:46 1994 +0000
+++ b/scripts/statistics/mahalanobis.m	Mon Oct 10 19:51:37 1994 +0000
@@ -24,7 +24,7 @@
 # samples X and Y, which must have the same number of components
 # (columns), but may have a different number of observations (rows).
 
-# Written by Friedrich Leisch (leisch@neuro.tuwien.ac.at) July 1993.
+# Written by Friedrich Leisch (leisch@ci.tuwien.ac.at) July 1993.
 # Dept of Probability Theory and Statistics TU Wien, Austria.
 
   if (nargin != 2)
--- a/scripts/statistics/ols.m	Mon Oct 10 19:38:46 1994 +0000
+++ b/scripts/statistics/ols.m	Mon Oct 10 19:51:37 1994 +0000
@@ -40,7 +40,7 @@
 #
 # R = Y - X*BETA is the matrix of OLS residuals.
 
-# Written by Teresa Twaroch (twaroch@neuro.tuwien.ac.at) May 1993.
+# Written by Teresa Twaroch (twaroch@ci.tuwien.ac.at) May 1993.
 # Dept of Probability Theory and Statistics TU Wien, Austria.
 
   if (nargin != 2)