Skip to content

sam::RankCorrelation::ResultType

Public Functions

Name
std::vector< std::string > Columns()

Public Attributes

Name
float est
Kendall's tau estimate.
float pval
The p-value of the test.
bool sig
The significance of the test.

Public Functions Documentation

function Columns

static inline std::vector< std::string > Columns()

Public Attributes Documentation

variable est

float est;

Kendall's tau estimate.

variable pval

float pval;

The p-value of the test.

variable sig

bool sig;

The significance of the test.


Updated on 29 June 2021 at 16:13:47 CEST


Last update: 2021-09-18