candle.P1_utils.calculate_concordance_correlation_coefficient

candle.P1_utils.calculate_concordance_correlation_coefficient#

candle.P1_utils.calculate_concordance_correlation_coefficient(u, v)#

This function calculates the concordance correlation coefficient between two input 1-D numpy arrays.

Parameters:#

u: 1-D numpy array of a variable v: 1-D numpy array of a variable

Returns:#

ccc: a numeric value of concordance correlation coefficient between the two input variables.