
Installing the NaN-tb for Octave and Matlab:
--------------------------------------------
a) Extract files and save them in /your/directory/structure/to/NaN/

b) Include the path with one of the following commands: 
	addpath('/your/directory/structure/to/NaN/')
	path('/your/directory/structure/to/NaN/',path)
   Make sure the functions in the NaN-toolbox are found before the default functions.  
	
c) run NANINSTTEST 
This checks whether the installation was successful. 

d) [OPTIONAL]: 
  For support of weighted statistics, you need the MEX-version of SUMSKIPNAN and COVM. 
  Some precompiled binaries are provided. If your platform is not supported, 
  compile the C-Mex-functions SUMSKIPNAN_MEX.CPP and COVM_MEX.CPP using
    mex sumskipnan_mex.cpp
    mex covm_mex.cpp
  or for Octave use the mex-file.
    mkoctfile --mex sumskipnan_mex.cpp
    mkoctfile --mex covm_mex.cpp

  Run NANINSTTEST again to check the stability of the compiled SUMSKIPNAN.  

e) HINT: if SUMSKIPNAN_MEX causes problems, you can savely remove it. 


	$Id: INSTALL 5809 2009-05-12 16:13:45Z schloegl $
	Copyright (c) 2000-2003,2005,2006,2009 by Alois Schloegl <a.schloegl@ieee.org>
	WWW: http://hci.tugraz.at/~schloegl/matlab/NaN/

