#include "CommonTools/Statistics/interface/StatisticsException.h"
#include <vector>
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Functions | |
template<class T > | |
T | lms_1d (std::vector< T > values) |
Least Median Sum of Squares in one dimension. T must be sortable, 'addable', and dividable by 2.
Definition at line 15 of file lms_1d.h.
References mps_fire::i, findQualityFiles::size, jetUpdater_cfi::sort, and contentValuesCheck::values.
Referenced by lms_3d().