Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Namespaces | Functions
kendallrankcorrelation.hpp File Reference

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)
 

Detailed Description

Kendall's rank correlation coefficient computation.

Definition in file kendallrankcorrelation.hpp.