Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erdem Correlation Coefficient #6

Open
Luiscri opened this issue May 4, 2019 · 0 comments
Open

Erdem Correlation Coefficient #6

Luiscri opened this issue May 4, 2019 · 0 comments

Comments

@Luiscri
Copy link

Luiscri commented May 4, 2019

I think there is a little slip when calculating Erdem Correlation coefficient.

Coefficient is calculated like this:

coefficient = a_12/(len(array_1) * a_1 * a_2)

but reading this paper I think that it should be calculated like:

coefficient = a_12/((len(array_1)-1) * a_1 * a_2)

Moreover, I don't get the point of calculating the weight as (coefficient + 1)/2. Could you please explain me the meaning of that last step?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant