IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
blmisc_rowsout_ranges.m
Go to the documentation of this file.
1 %> @brief Outlier removal by Ranges
2 %>
3 %> @sa uip_blmisc_rowsout_ranges.m
5  methods
6  function o = blmisc_rowsout_ranges(o)
7  o.classtitle = 'Ranges';
8  end;
9 
10  function o = calculate_ranges(o, data)
11  o = o.calculate_distances(data);
12  end;
13  end;
14 end
15 
Outlier removal by Ranges.
Univariate Outlier removal.