changeset 7889:c101c486d80a octave-forge

fix web address
author schloegl
date Thu, 27 Jan 2011 17:10:36 +0000
parents b9f35668b55e
children 47fcf482b4d3
files extra/NaN/inst/cat2bin.m extra/NaN/inst/center.m extra/NaN/inst/classify.m extra/NaN/inst/coefficient_of_variation.m extra/NaN/inst/cor.m extra/NaN/inst/corrcoef.m extra/NaN/inst/cov.m extra/NaN/inst/covm.m extra/NaN/inst/decovm.m extra/NaN/inst/detrend.m extra/NaN/inst/ecdf.m extra/NaN/inst/flag_accuracy_level.m extra/NaN/inst/flag_implicit_significance.m extra/NaN/inst/flag_implicit_skip_nan.m extra/NaN/inst/flag_nans_occured.m extra/NaN/inst/fss.m extra/NaN/inst/geomean.m extra/NaN/inst/gscatter.m extra/NaN/inst/harmmean.m extra/NaN/inst/hist2res.m extra/NaN/inst/iqr.m extra/NaN/inst/kappa.m extra/NaN/inst/kurtosis.m extra/NaN/inst/load_fisheriris.m extra/NaN/inst/mad.m extra/NaN/inst/mahal.m extra/NaN/inst/mean.m extra/NaN/inst/meandev.m extra/NaN/inst/meansq.m extra/NaN/inst/medAbsDev.m extra/NaN/inst/median.m extra/NaN/inst/mod.m extra/NaN/inst/moment.m extra/NaN/inst/naninsttest.m extra/NaN/inst/nanmean.m extra/NaN/inst/nanstd.m extra/NaN/inst/nansum.m extra/NaN/inst/nantest.m extra/NaN/inst/normcdf.m extra/NaN/inst/norminv.m extra/NaN/inst/normpdf.m extra/NaN/inst/partcorrcoef.m extra/NaN/inst/percentile.m extra/NaN/inst/prctile.m extra/NaN/inst/quantile.m extra/NaN/inst/rankcorr.m extra/NaN/inst/ranks.m extra/NaN/inst/rem.m extra/NaN/inst/rms.m extra/NaN/inst/row_col_deletion.m extra/NaN/inst/sem.m extra/NaN/inst/skewness.m extra/NaN/inst/spearman.m extra/NaN/inst/statistic.m extra/NaN/inst/std.m extra/NaN/inst/sumskipnan.m extra/NaN/inst/sumsq.m extra/NaN/inst/tcdf.m extra/NaN/inst/test_sc.m extra/NaN/inst/tiedrank.m extra/NaN/inst/tinv.m extra/NaN/inst/tpdf.m extra/NaN/inst/train_lda_sparse.m extra/NaN/inst/train_sc.m extra/NaN/inst/trimean.m extra/NaN/inst/trimmean.m extra/NaN/inst/ttest.m extra/NaN/inst/ttest2.m extra/NaN/inst/var.m extra/NaN/inst/xcovf.m extra/NaN/inst/xval.m extra/NaN/inst/zScoreMedian.m extra/NaN/inst/zscore.m extra/NaN/src/covm_mex.cpp extra/NaN/src/histo_mex.cpp extra/NaN/src/kth_element.cpp extra/NaN/src/linear.cpp extra/NaN/src/linear.h extra/NaN/src/linear_model_matlab.c extra/NaN/src/linear_model_matlab.h extra/NaN/src/make.m extra/NaN/src/predict.c extra/NaN/src/str2array.cpp extra/NaN/src/sumskipnan_mex.cpp extra/NaN/src/svm.cpp extra/NaN/src/svm.h extra/NaN/src/svm_model_matlab.c extra/NaN/src/svm_model_matlab.h extra/NaN/src/svmpredict_mex.cpp extra/NaN/src/svmtrain_mex.cpp extra/NaN/src/train.c extra/NaN/src/tron.cpp extra/NaN/src/tron.h extra/NaN/src/xptopen.cpp
diffstat 94 files changed, 103 insertions(+), 111 deletions(-) [+]
line wrap: on
line diff
--- a/extra/NaN/inst/cat2bin.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/cat2bin.m	Thu Jan 27 17:10:36 2011 +0000
@@ -26,7 +26,7 @@
 %	$Id$
 %	Copyright (C) 2009 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % This program is free software; you can redistribute it and/or
 % modify it under the terms of the GNU General Public License
--- a/extra/NaN/inst/center.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/center.m	Thu Jan 27 17:10:36 2011 +0000
@@ -39,7 +39,7 @@
 %       $Id$
 %       Copyright (C) 2000-2003,2005,2009 by Alois Schloegl <a.schloegl@ieee.org>
 %       This is part of the NaN-toolbox. For more details see
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 if any(size(i)==0); return; end;
--- a/extra/NaN/inst/classify.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/classify.m	Thu Jan 27 17:10:36 2011 +0000
@@ -25,7 +25,7 @@
 %	$Id$
 %	Copyright (C) 2008,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % This program is free software; you can redistribute it and/or
 % modify it under the terms of the GNU General Public License
--- a/extra/NaN/inst/coefficient_of_variation.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/coefficient_of_variation.m	Thu Jan 27 17:10:36 2011 +0000
@@ -12,7 +12,7 @@
 %	$Id$
 %	Copyright (C) 1997-2003 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/cor.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/cor.m	Thu Jan 27 17:10:36 2011 +0000
@@ -30,7 +30,7 @@
 %       $Id$
 %	Copyright (C) 2000-2004,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 %    This program is free software; you can redistribute it and/or modify
--- a/extra/NaN/inst/corrcoef.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/corrcoef.m	Thu Jan 27 17:10:36 2011 +0000
@@ -91,7 +91,7 @@
 %       $Id$
 %       Copyright (C) 2000-2004,2008,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software: you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/cov.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/cov.m	Thu Jan 27 17:10:36 2011 +0000
@@ -28,7 +28,7 @@
 %	$Id$
 %	Copyright (C) 2000-2003,2005,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox 
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/covm.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/covm.m	Thu Jan 27 17:10:36 2011 +0000
@@ -36,7 +36,7 @@
 %	$Id$
 %	Copyright (C) 2000-2005,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/decovm.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/decovm.m	Thu Jan 27 17:10:36 2011 +0000
@@ -13,7 +13,7 @@
 %	$Id: decovm.m 2140 2009-07-02 12:03:55Z schloegl $
 %	Copyright (c) 1999-2002,2009 by  Alois Schloegl
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % This program is free software; you can redistribute it and/or
 % modify it under the terms of the GNU General Public License
--- a/extra/NaN/inst/detrend.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/detrend.m	Thu Jan 27 17:10:36 2011 +0000
@@ -49,7 +49,7 @@
 %       $Id$
 %       Copyright (C) 2001,2007 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 if (nargin == 1)
--- a/extra/NaN/inst/ecdf.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/ecdf.m	Thu Jan 27 17:10:36 2011 +0000
@@ -17,7 +17,7 @@
 %	$Id$
 %	Copyright (C) 2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/flag_accuracy_level.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/flag_accuracy_level.m	Thu Jan 27 17:10:36 2011 +0000
@@ -44,7 +44,7 @@
 %	$Id$
 % 	Copyright (C) 2009 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 persistent FLAG_ACCURACY_LEVEL;
--- a/extra/NaN/inst/flag_implicit_significance.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/flag_implicit_significance.m	Thu Jan 27 17:10:36 2011 +0000
@@ -31,7 +31,7 @@
 %	$Id$
 %	Copyright (C) 2000-2002,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 %
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/flag_implicit_skip_nan.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/flag_implicit_skip_nan.m	Thu Jan 27 17:10:36 2011 +0000
@@ -43,7 +43,7 @@
 %	$Id$
 % 	Copyright (C) 2001-2003,2009 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 persistent FLAG_implicit_skip_nan;
--- a/extra/NaN/inst/flag_nans_occured.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/flag_nans_occured.m	Thu Jan 27 17:10:36 2011 +0000
@@ -12,7 +12,7 @@
 %	$Id$
 %	Copyright (C) 2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software: you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/fss.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/fss.m	Thu Jan 27 17:10:36 2011 +0000
@@ -41,7 +41,7 @@
 %	$Id$
 %	Copyright (C) 2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/geomean.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/geomean.m	Thu Jan 27 17:10:36 2011 +0000
@@ -37,7 +37,7 @@
 %	$Id$ 
 %	Copyright (C) 2000-2002,2009 by Alois Schloegl <a.schloegl@ieee.org>
 %    	This is part of the NaN-toolbox. For more details see
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 if nargin<2
--- a/extra/NaN/inst/gscatter.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/gscatter.m	Thu Jan 27 17:10:36 2011 +0000
@@ -22,7 +22,7 @@
 %	$Id$
 %	Copyright (C) 2009 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % This program is free software; you can redistribute it and/or
 % modify it under the terms of the GNU General Public License
--- a/extra/NaN/inst/harmmean.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/harmmean.m	Thu Jan 27 17:10:36 2011 +0000
@@ -39,7 +39,7 @@
 %	$Id$ 
 %	Copyright (C) 2000-2002,2009 by Alois Schloegl <a.schloegl@ieee.org>
 %    	This is part of the NaN-toolbox. For more details see
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 
--- a/extra/NaN/inst/hist2res.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/hist2res.m	Thu Jan 27 17:10:36 2011 +0000
@@ -42,7 +42,7 @@
 %	$Id$
 %	Copyright (c) 1996-2002,2006 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 if strcmp(H.datatype,'HISTOGRAM')
--- a/extra/NaN/inst/iqr.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/iqr.m	Thu Jan 27 17:10:36 2011 +0000
@@ -16,7 +16,7 @@
 %	$Id$
 %	Copyright (C) 2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/kappa.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/kappa.m	Thu Jan 27 17:10:36 2011 +0000
@@ -33,7 +33,7 @@
 %	$Id$
 %	Copyright (c) 1997-2006,2008,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 %
 %    BioSig is free software: you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/kurtosis.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/kurtosis.m	Thu Jan 27 17:10:36 2011 +0000
@@ -36,7 +36,7 @@
 %	$Id$
 %	Copyright (C) 2000-2003 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox for Octave and Matlab 
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 if nargin==1,
--- a/extra/NaN/inst/load_fisheriris.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/load_fisheriris.m	Thu Jan 27 17:10:36 2011 +0000
@@ -10,7 +10,7 @@
 %	$Id$
 %	Copyright (C) 2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % This program is free software; you can redistribute it and/or
 % modify it under the terms of the GNU General Public License
--- a/extra/NaN/inst/mad.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/mad.m	Thu Jan 27 17:10:36 2011 +0000
@@ -28,7 +28,7 @@
 %	$Id$
 %	Copyright (C) 2000-2002,2010 by Alois Schloegl <a.schloegl@ieee.org>
 %    	This is part of the NaN-toolbox. For more details see
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/mahal.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/mahal.m	Thu Jan 27 17:10:36 2011 +0000
@@ -17,7 +17,7 @@
 %	$Id: train_sc.m 2140 2009-07-02 12:03:55Z schloegl $
 %	Copyright (C) 2009 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % This program is free software; you can redistribute it and/or
 % modify it under the terms of the GNU General Public License
--- a/extra/NaN/inst/mean.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/mean.m	Thu Jan 27 17:10:36 2011 +0000
@@ -39,7 +39,7 @@
 %	$Id$
 %	Copyright (C) 2000-2004,2008,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %    	This is part of the NaN-toolbox. For more details see
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 %
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/meandev.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/meandev.m	Thu Jan 27 17:10:36 2011 +0000
@@ -40,7 +40,7 @@
 %	$Id$
 %	Copyright (C) 2000-2002,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox for Octave and Matlab 
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 	
 if nargin==1,
         DIM = find(size(i)>1,1);
--- a/extra/NaN/inst/meansq.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/meansq.m	Thu Jan 27 17:10:36 2011 +0000
@@ -36,7 +36,7 @@
 %	Copyright (C) 2000-2003,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %	$Id$
 %       This function is part of the NaN-toolbox for Octave and Matlab 
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 if nargin<3,
--- a/extra/NaN/inst/medAbsDev.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/medAbsDev.m	Thu Jan 27 17:10:36 2011 +0000
@@ -13,7 +13,7 @@
 %	Copyright (C) 2003 Patrick Houweling
%	Copyright (C) 2009 Alois Schloegl	
 %	$Id$
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software: you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/median.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/median.m	Thu Jan 27 17:10:36 2011 +0000
@@ -31,7 +31,7 @@
 %	$Id$
 %	Copyright (C) 2000-2003,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 global FLAG_NANS_OCCURED;
 
--- a/extra/NaN/inst/mod.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/mod.m	Thu Jan 27 17:10:36 2011 +0000
@@ -30,7 +30,7 @@
 %       $Id$
 %	Copyright (C) 2004,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 s = warning;
--- a/extra/NaN/inst/moment.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/moment.m	Thu Jan 27 17:10:36 2011 +0000
@@ -27,7 +27,7 @@
 %    $Id$
 %    Copyright (C) 2000-2002,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %    This functions is part of the NaN-toolbox
-%    http://biosig-consulting.com/matlab/NaN/
+%    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/naninsttest.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/naninsttest.m	Thu Jan 27 17:10:36 2011 +0000
@@ -6,7 +6,7 @@
 %    $Id$
 %    Copyright (C) 2000-2003 by Alois Schloegl <a.schloegl@ieee.org>
 %    This script is part of the NaN-toolbox
-%    http://biosig-consulting.com/matlab/NaN/
+%    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/nanmean.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/nanmean.m	Thu Jan 27 17:10:36 2011 +0000
@@ -17,7 +17,7 @@
 %	$Id$
 %    	Copyright (C) 2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %    	This is part of the NaN-toolbox. For more details see
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 %
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/nanstd.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/nanstd.m	Thu Jan 27 17:10:36 2011 +0000
@@ -20,7 +20,7 @@
 %    $Id$
 %    Copyright (C) 2000-2003,2006,2008,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %    This is part of the NaN-toolbox. For more details see
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/nansum.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/nansum.m	Thu Jan 27 17:10:36 2011 +0000
@@ -17,7 +17,7 @@
 %	$Id$
 %    	Copyright (C) 2000-2003,2008 by Alois Schloegl <a.schloegl@ieee.org>	
 %    	This is part of the NaN-toolbox. For more details see
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 %
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/nantest.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/nantest.m	Thu Jan 27 17:10:36 2011 +0000
@@ -27,7 +27,7 @@
 %	$Id$
 %	Copyright (C) 2000-2004,2009 by Alois Schloegl <a.schloegl@ieee.org>
 %       This script is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %FLAG_WARNING = warning;
 %warning('off');
--- a/extra/NaN/inst/normcdf.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/normcdf.m	Thu Jan 27 17:10:36 2011 +0000
@@ -15,7 +15,7 @@
 %    $Id$
 %    Copyright (C) 2000-2003,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %    This function is part of the NaN-toolbox
-%    http://biosig-consulting.com/matlab/NaN/
+%    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/norminv.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/norminv.m	Thu Jan 27 17:10:36 2011 +0000
@@ -15,7 +15,7 @@
 %    $Id$
 %    Copyright (C) 2000-2003,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %    This function is part of the NaN-toolbox
-%    http://biosig-consulting.com/matlab/NaN/
+%    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/normpdf.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/normpdf.m	Thu Jan 27 17:10:36 2011 +0000
@@ -15,7 +15,7 @@
 %    $Id$
 %    Copyright (C) 2000-2003,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %    This function is part of the NaN-toolbox
-%    http://biosig-consulting.com/matlab/NaN/
+%    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/partcorrcoef.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/partcorrcoef.m	Thu Jan 27 17:10:36 2011 +0000
@@ -52,7 +52,7 @@
 %    $Id$
 %    Copyright (C) 2000-2002,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %    This function is part of the NaN-toolbox
-%    http://biosig-consulting.com/matlab/NaN/
+%    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/percentile.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/percentile.m	Thu Jan 27 17:10:36 2011 +0000
@@ -16,7 +16,7 @@
 %	$Id$
 %	Copyright (C) 1996-2003,2005,2006,2007 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/prctile.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/prctile.m	Thu Jan 27 17:10:36 2011 +0000
@@ -17,7 +17,7 @@
 %	$Id$
 %	Copyright (C) 1996-2003,2005,2006,2007,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/quantile.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/quantile.m	Thu Jan 27 17:10:36 2011 +0000
@@ -17,7 +17,7 @@
 %	$Id$
 %	Copyright (C) 1996-2003,2005,2006,2007,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/rankcorr.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/rankcorr.m	Thu Jan 27 17:10:36 2011 +0000
@@ -20,7 +20,7 @@
 %    $Id$
 %    Copyright (C) 2000-2003 by Alois Schloegl <a.schloegl@ieee.org>	
 %    This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/ranks.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/ranks.m	Thu Jan 27 17:10:36 2011 +0000
@@ -26,7 +26,7 @@
 %    $Id$
 %    Copyright (C) 2000-2002,2005,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %    This script is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/rem.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/rem.m	Thu Jan 27 17:10:36 2011 +0000
@@ -29,7 +29,7 @@
 %       $Id$
 %	Copyright (C) 2004,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 s = warning;
--- a/extra/NaN/inst/rms.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/rms.m	Thu Jan 27 17:10:36 2011 +0000
@@ -41,7 +41,7 @@
 %	$Id$
 %	Copyright (C) 2000-2003,2008,2009 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 if nargin<2,
--- a/extra/NaN/inst/row_col_deletion.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/row_col_deletion.m	Thu Jan 27 17:10:36 2011 +0000
@@ -22,7 +22,7 @@
 %	$Id$
 %	Copyright (C) 2009,2010 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % This program is free software; you can redistribute it and/or
 % modify it under the terms of the GNU General Public License
--- a/extra/NaN/inst/sem.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/sem.m	Thu Jan 27 17:10:36 2011 +0000
@@ -40,7 +40,7 @@
 %	Copyright (C) 2000-2003,2008,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %	$Id$
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 if nargin>2,
--- a/extra/NaN/inst/skewness.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/skewness.m	Thu Jan 27 17:10:36 2011 +0000
@@ -22,7 +22,7 @@
 %    $Id$
 %    Copyright (C) 2000-2003,2010 by Alois Schloegl <a.schloegl@ieee.org>
 %    This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/spearman.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/spearman.m	Thu Jan 27 17:10:36 2011 +0000
@@ -20,7 +20,7 @@
 %    $Id$
 %    Copyright (C) 2000-2002 by Alois Schloegl <a.schloegl@ieee.org>
 %    This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/statistic.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/statistic.m	Thu Jan 27 17:10:36 2011 +0000
@@ -42,7 +42,7 @@
 %	$Id$
 %	Copyright (C) 2000-2003,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/std.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/std.m	Thu Jan 27 17:10:36 2011 +0000
@@ -50,7 +50,7 @@
 %	$Id$
 %	Copyright (C) 2000-2003,2006,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This is part of the NaN-toolbox for Octave and Matlab 
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 if nargin<4,
 	W = []; 
--- a/extra/NaN/inst/sumskipnan.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/sumskipnan.m	Thu Jan 27 17:10:36 2011 +0000
@@ -50,7 +50,7 @@
 %	$Id$
 %    	Copyright (C) 2000-2005,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 global FLAG_NANS_OCCURED;
--- a/extra/NaN/inst/sumsq.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/sumsq.m	Thu Jan 27 17:10:36 2011 +0000
@@ -36,7 +36,7 @@
 %	$Id$
 %	Copyright (C) 2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 if nargin<2,
 	DIM = []; 
--- a/extra/NaN/inst/tcdf.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/tcdf.m	Thu Jan 27 17:10:36 2011 +0000
@@ -14,7 +14,7 @@
 %	$Id$
 %	Copyright (C) 2000-2003,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %    	This is part of the NaN-toolbox. For more details see
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/test_sc.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/test_sc.m	Thu Jan 27 17:10:36 2011 +0000
@@ -33,7 +33,7 @@
 %	$Id$
 %	Copyright (C) 2005,2006,2008,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % This program is free software; you can redistribute it and/or
 % modify it under the terms of the GNU General Public License
--- a/extra/NaN/inst/tiedrank.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/tiedrank.m	Thu Jan 27 17:10:36 2011 +0000
@@ -12,7 +12,7 @@
 %	$Id$
 %	Copyright (C) 2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/tinv.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/tinv.m	Thu Jan 27 17:10:36 2011 +0000
@@ -14,7 +14,7 @@
 %	$Id$
 %	Copyright (C) 2000-2003,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/tpdf.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/tpdf.m	Thu Jan 27 17:10:36 2011 +0000
@@ -14,7 +14,7 @@
 %	$Id$
 %	Copyright (C) 2000-2003,2008,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/train_lda_sparse.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/train_lda_sparse.m	Thu Jan 27 17:10:36 2011 +0000
@@ -30,7 +30,7 @@
 %
 %	$Id$
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % This program is free software; you can redistribute it and/or
 % modify it under the terms of the GNU General Public License
--- a/extra/NaN/inst/train_sc.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/train_sc.m	Thu Jan 27 17:10:36 2011 +0000
@@ -144,7 +144,7 @@
 %	$Id$
 %	Copyright (C) 2005,2006,2007,2008,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % This program is free software; you can redistribute it and/or
 % modify it under the terms of the GNU General Public License
--- a/extra/NaN/inst/trimean.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/trimean.m	Thu Jan 27 17:10:36 2011 +0000
@@ -27,7 +27,7 @@
 %	$Id$
 %	Copyright (C) 1996-2003,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 global FLAG_NANS_OCCURED;
 
--- a/extra/NaN/inst/trimmean.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/trimmean.m	Thu Jan 27 17:10:36 2011 +0000
@@ -12,7 +12,7 @@
 %	$Id$
 %	Copyright (C) 2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/ttest.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/ttest.m	Thu Jan 27 17:10:36 2011 +0000
@@ -45,7 +45,7 @@
 %               Kurt Hornik
 %       Copyright (C) 2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software: you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/ttest2.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/ttest2.m	Thu Jan 27 17:10:36 2011 +0000
@@ -46,7 +46,7 @@
 %               Kurt Hornik
 %       Copyright (C) 2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software: you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/var.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/var.m	Thu Jan 27 17:10:36 2011 +0000
@@ -47,7 +47,7 @@
 %	$Id$
 %	Copyright (C) 2000-2003,2006,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>
 %       This is part of the NaN-toolbox for Octave and Matlab 
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 if nargin<3,
 	DIM = []; 
--- a/extra/NaN/inst/xcovf.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/xcovf.m	Thu Jan 27 17:10:36 2011 +0000
@@ -15,7 +15,7 @@
 %	$Id$
 %	Copyright (C) 2005,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software; you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/xval.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/xval.m	Thu Jan 27 17:10:36 2011 +0000
@@ -70,7 +70,7 @@
 %	$Id$
 %	Copyright (C) 2008,2009,2010 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % This program is free software; you can redistribute it and/or
 % modify it under the terms of the GNU General Public License
@@ -162,7 +162,7 @@
 		CC = train_sc(D(ix,:), C(ix), MODE, W(ix));
 	end;
  	ix = ix0(NG(ix0)==k);
-	r  = test_sc(CC, D(ix,:));
+	r  = test_sc(CC, D(ix,:))
 	cl(ix,1) = r.classlabel;
 end; 
 
--- a/extra/NaN/inst/zScoreMedian.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/zScoreMedian.m	Thu Jan 27 17:10:36 2011 +0000
@@ -11,7 +11,7 @@
 %	Copyright (C) 2009 Alois Schloegl
 %	$Id$
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 %    This program is free software: you can redistribute it and/or modify
 %    it under the terms of the GNU General Public License as published by
--- a/extra/NaN/inst/zscore.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/inst/zscore.m	Thu Jan 27 17:10:36 2011 +0000
@@ -38,7 +38,7 @@
 %	$Id$
 %	Copyright (C) 2000-2003,2009 by Alois Schloegl <a.schloegl@ieee.org>	
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 if any(size(i)==0); return; end;
--- a/extra/NaN/src/covm_mex.cpp	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/covm_mex.cpp	Thu Jan 27 17:10:36 2011 +0000
@@ -1,7 +1,5 @@
 /*
 //-------------------------------------------------------------------
-#pragma hdrstop
-//-------------------------------------------------------------------
 //   C-MEX implementation of COVM - this function is part of the NaN-toolbox. 
 //
 //
@@ -35,9 +33,9 @@
 //        computed more efficiently 
 //
 //    $Id$
-//    Copyright (C) 2009 Alois Schloegl <a.schloegl@ieee.org>
+//    Copyright (C) 2009,2010,2011 Alois Schloegl <a.schloegl@ieee.org>
 //    This function is part of the NaN-toolbox
-//    http://hci.tugraz.at/~schloegl/matlab/NaN/
+//    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 //
 //-------------------------------------------------------------------
 */
--- a/extra/NaN/src/histo_mex.cpp	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/histo_mex.cpp	Thu Jan 27 17:10:36 2011 +0000
@@ -1,7 +1,5 @@
 //-------------------------------------------------------------------
-#pragma hdrstop
-//-------------------------------------------------------------------
-//   C-MEX implementation of SUMSKIPNAN - this function is part of the NaN-toolbox. 
+//   C-MEX implementation of Histogram - this function is part of the NaN-toolbox. 
 //
 //
 //   This program is free software; you can redistribute it and/or modify
@@ -30,9 +28,9 @@
 //     HIS.H
 //
 //    $Id$
-//    Copyright (C) 2009,2010 Alois Schloegl <a.schloegl@ieee.org>
+//    Copyright (C) 2009,2010,2011 Alois Schloegl <a.schloegl@ieee.org>
 //    This function is part of the NaN-toolbox
-//    http://hci.tugraz.at/~schloegl/matlab/NaN/
+//    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 //
 //-------------------------------------------------------------------
 
--- a/extra/NaN/src/kth_element.cpp	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/kth_element.cpp	Thu Jan 27 17:10:36 2011 +0000
@@ -38,9 +38,9 @@
 //      x = sort(X)(k)  
 //
 //    $Id$
-//    Copyright (C) 2010 Alois Schloegl <a.schloegl@ieee.org>
+//    Copyright (C) 2010,2011 Alois Schloegl <a.schloegl@ieee.org>
 //    This function is part of the NaN-toolbox
-//    http://biosig-consulting.com/matlab/NaN/
+//    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 //
 //-------------------------------------------------------------------
 
--- a/extra/NaN/src/linear.cpp	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/linear.cpp	Thu Jan 27 17:10:36 2011 +0000
@@ -4,7 +4,7 @@
 Copyright (c) 2007-2009 The LIBLINEAR Project.
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from liblinear-1.51 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/linear.h	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/linear.h	Thu Jan 27 17:10:36 2011 +0000
@@ -4,7 +4,7 @@
 Copyright (c) 2007-2009 The LIBLINEAR Project.
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from liblinear-1.51 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/linear_model_matlab.c	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/linear_model_matlab.c	Thu Jan 27 17:10:36 2011 +0000
@@ -4,7 +4,7 @@
 Copyright (c) 2007-2009 The LIBLINEAR Project.
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from liblinear-1.51 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/linear_model_matlab.h	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/linear_model_matlab.h	Thu Jan 27 17:10:36 2011 +0000
@@ -4,7 +4,7 @@
 Copyright (c) 2007-2009 The LIBLINEAR Project.
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from liblinear-1.51 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/make.m	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/make.m	Thu Jan 27 17:10:36 2011 +0000
@@ -2,9 +2,9 @@
 % This make.m is used for Matlab under Windows
 
 %	$Id$
-%	Copyright (C) 2010 by Alois Schloegl <a.schloegl@ieee.org>
+%	Copyright (C) 2010,2011 by Alois Schloegl <a.schloegl@ieee.org>
 %       This function is part of the NaN-toolbox
-%       http://biosig-consulting.com/matlab/NaN/
+%       http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 % add -largeArrayDims on 64-bit machines
 
--- a/extra/NaN/src/predict.c	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/predict.c	Thu Jan 27 17:10:36 2011 +0000
@@ -4,7 +4,7 @@
 Copyright (c) 2007-2009 The LIBLINEAR Project.
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from liblinear-1.51 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/str2array.cpp	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/str2array.cpp	Thu Jan 27 17:10:36 2011 +0000
@@ -1,5 +1,3 @@
-//-------------------------------------------------------------------
-#pragma hdrstop
 //-------------------------------------------------------------------
 //   C-MEX implementation of STR2ARRAY - this function is part of the NaN-toolbox. 
 //   Actually, it also fixes a problem in STR2ARRAY.m described here:
@@ -36,9 +34,9 @@
 //
 // Output:
 //    $Id: STR2ARRAY.cpp 7142 2010-03-30 18:48:06Z schloegl $
-//    Copyright (C) 2010 Alois Schloegl <a.schloegl@ieee.org>
+//    Copyright (C) 2010,2011 Alois Schloegl <a.schloegl@ieee.org>
 //    This function is part of the NaN-toolbox
-//    http://biosig-consulting.com/matlab/NaN/
+//    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 //
 //-------------------------------------------------------------------
 
--- a/extra/NaN/src/sumskipnan_mex.cpp	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/sumskipnan_mex.cpp	Thu Jan 27 17:10:36 2011 +0000
@@ -1,5 +1,3 @@
-//-------------------------------------------------------------------
-#pragma hdrstop
 //-------------------------------------------------------------------
 //   C-MEX implementation of SUMSKIPNAN - this function is part of the NaN-toolbox. 
 //
@@ -40,9 +38,9 @@
 //
 //
 //    $Id$
-//    Copyright (C) 2009 Alois Schloegl <a.schloegl@ieee.org>
+//    Copyright (C) 2009,2010,2011 Alois Schloegl <a.schloegl@ieee.org>
 //    This function is part of the NaN-toolbox
-//    http://hci.tugraz.at/~schloegl/matlab/NaN/
+//    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 //
 //-------------------------------------------------------------------
 
--- a/extra/NaN/src/svm.cpp	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/svm.cpp	Thu Jan 27 17:10:36 2011 +0000
@@ -5,7 +5,7 @@
 Copyright (c) 2000-2009 Chih-Chung Chang and Chih-Jen Lin
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from libsvm-mat-2.9-1 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/svm.h	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/svm.h	Thu Jan 27 17:10:36 2011 +0000
@@ -2,7 +2,7 @@
 This code was extracted from libsvm-mat-2.9-1 in Jan 2010 
 Copyright (C) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 Copyright (c) 2000-2009 Chih-Chung Chang and Chih-Jen Lin
 All rights reserved.
--- a/extra/NaN/src/svm_model_matlab.c	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/svm_model_matlab.c	Thu Jan 27 17:10:36 2011 +0000
@@ -4,7 +4,7 @@
 Copyright (c) 2000-2009 Chih-Chung Chang and Chih-Jen Lin
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from libsvm-mat-2.9-1 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/svm_model_matlab.h	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/svm_model_matlab.h	Thu Jan 27 17:10:36 2011 +0000
@@ -34,7 +34,7 @@
 
 Copyright (C) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 
 */
--- a/extra/NaN/src/svmpredict_mex.cpp	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/svmpredict_mex.cpp	Thu Jan 27 17:10:36 2011 +0000
@@ -4,7 +4,7 @@
 Copyright (c) 2000-2009 Chih-Chung Chang and Chih-Jen Lin
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from libsvm-mat-2.9-1 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/svmtrain_mex.cpp	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/svmtrain_mex.cpp	Thu Jan 27 17:10:36 2011 +0000
@@ -4,7 +4,7 @@
 Copyright (c) 2000-2009 Chih-Chung Chang and Chih-Jen Lin
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from libsvm-mat-2.9-1 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/train.c	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/train.c	Thu Jan 27 17:10:36 2011 +0000
@@ -4,7 +4,7 @@
 Copyright (c) 2007-2009 The LIBLINEAR Project.
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from liblinear-1.51 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/tron.cpp	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/tron.cpp	Thu Jan 27 17:10:36 2011 +0000
@@ -4,7 +4,7 @@
 Copyright (c) 2007-2009 The LIBLINEAR Project.
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from liblinear-1.51 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/tron.h	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/tron.h	Thu Jan 27 17:10:36 2011 +0000
@@ -4,7 +4,7 @@
 Copyright (c) 2007-2009 The LIBLINEAR Project.
 Copyright (c) 2010 Alois Schloegl <a.schloegl@ieee.org>
 This function is part of the NaN-toolbox
-http://hci.tugraz.at/~schloegl/matlab/NaN/
+http://pub.ist.ac.at/~schloegl/matlab/NaN/
 
 This code was extracted from liblinear-1.51 in Jan 2010 and 
 modified for the use with Octave 
--- a/extra/NaN/src/xptopen.cpp	Thu Jan 27 16:39:17 2011 +0000
+++ b/extra/NaN/src/xptopen.cpp	Thu Jan 27 17:10:36 2011 +0000
@@ -27,9 +27,9 @@
 //   along with this program; if not, see <http://www.gnu.org/licenses/>.
 //
 //    $Id$
-//    Copyright (C) 2010 Alois Schloegl <a.schloegl@ieee.org>
+//    Copyright (C) 2010,2011 Alois Schloegl <a.schloegl@ieee.org>
 //    This function is part of the NaN-toolbox
-//    http://biosig-consulting.com/matlab/NaN/
+//    http://pub.ist.ac.at/~schloegl/matlab/NaN/
 //
 // References:
 // [1]	TS-140 THE RECORD LAYOUT OF A DATA SET IN SAS TRANSPORT (XPORT) FORMAT