-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmvreadme.m
48 lines (48 loc) · 1.61 KB
/
mvreadme.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
% $Id: mvreadme.m,v 1.2 2001/12/04 09:58:24 rune Exp $
echo on
% MVARTOOLS
% For use with MATLAB (and OCTAVE)
% Copyright (C) 1999-2001 -- Rune Mathisen <[email protected]>
% MVARTOOLS comes with ABSOLUTELY NO WARRANTY;
% for details type `mvwarranty'.
%
% Copyright:
% ----------
% You may redistribute and/or modify this software under the terms of
% the GNU General Public License as published by the Free Software
% Foundation; either version 2, or (at your option) any later
% version. See 'mvcopying.m' for further info.
%
% Description:
% ------------
% MVARTOOLS is a collection of Matlab functions for doing multivariate
% data analysis. MVARTOOLS was mainly done as a multivariate analysis
% and Matlab study. The intention by writing this package was not to
% write clever new algorithms or highly optimized code, but to
% understand the linear algebra involved and how to implement this in
% Matlab.
%
% If you need an "industrial strength" multivariate analysis package,
% you'll better have a look at software like "PLS_Toolbox" (Eigenvector),
% "Unscrambler" (Camo) or "Simca" (Umetri).
%
% For a summary of included functions, scripts and data files, see
% the file 'contents.m'.
%
% URL's:
% ------
% Homepage: http://www.bitjungle.com/~mvartools/
% Matlab: http://www.mathworks.com/
% Octave: http://www.octave.org/
%
% Todo:
% -----
% * More (and better) demo scripts.
% * Ensure Octave compability (or drop Octave support?).
% * Make Octave plotting routines (or drop Octave support?).
% * Make a GUI for PCA (and other stuff?).
%
% Bugs:
% -----
% Probably many! A lot of stuff does NOT work in Octave.
echo off