Installing the NaN-tb with Octave: ---------------------------------- a) extract files from NaNnnn.tar.gz and move them into .../octave/.../m/statistics/base/ b) Alternatively, the files can be moved into any other directory; but you must remove from .../octave/.../m/statistics/base/ mean.m, meansq.m, median.m, moment.m, skewness.m, kurtosis.m, std.m, var.m and from .../source_forge/.../statistics/* zscore.m, mad.m, geomean.m, harmmean.m (Optional) You can remove nansum, nanmean, nanmedian, etc. because you do not need them anymore. c) (Re-)start Octave and run NANINSTTEST. This checks whether the installation was successful. Installing the NaN-tb for Matlab: ---------------------------------- a) Extract files and save them in /your/directory/structure/to/NaN/ b) Include the following command. path('/your/directory/structure/to/NaN/',path) at the end of your startup.m. c) (Re-)start Matlab and run NANINSTTEST. This checks whether the installation was successful. d) [OPTIONAL]: To improve speed, you should compile the cmex-function SUMSKIPNAN.CPP mex sumskipnan.cpp Run NANINSTTEST again to check the stability of the compiled SUMSKIPNAN. e) HINT: if the MEX-file SUMSKIPNAN crashes, remove it. Then the (slower) M-file is used. $Id: INSTALL,v 1.9 2003/10/31 18:15:38 schloegl Exp $ $Revision: 1.9 $ Copyright (c) 2000-2003 by Alois Schloegl WWW: http://www.dpmi.tu-graz.ac.at/~schloegl/matlab/NaN/