Kendall's rank correlation coefficient computation. More...
#include <ql/math/comparison.hpp>
Go to the source code of this file.
Namespaces | |
namespace | QuantExt |
Functions | |
template<class I1 , class I2 > | |
Real | kendallRankCorrelation (I1 begin1, I1 end1, I2 begin2) |
Kendall's rank correlation coefficient computation.
Definition in file kendallrankcorrelation.hpp.