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

HLTV Rating #310

Open
pnxenopoulos opened this issue Feb 5, 2024 · 0 comments
Open

HLTV Rating #310

pnxenopoulos opened this issue Feb 5, 2024 · 0 comments
Assignees
Labels
Feature Request Issues related to feature requests Stats Issues related to the stats and analytics

Comments

@pnxenopoulos
Copy link
Owner

pnxenopoulos commented Feb 5, 2024

We want to calculate a "Rating", similar to HLTV's, for t, ct, and all, using the following formula:

Rating = (
            0.0073 * player["kast"]
            + 0.3591 * (player["kills"] / player["totalRounds"])
            - 0.5329 * (player["deaths"] / player["totalRounds"])
            + 0.2372 * (impact)
            + 0.0032 * (player["adr"])
            + 0.1587
        )

where

impact = (
            2.13 * (player["kills"] / player["totalRounds"])
            + 0.42 * (player["assists"] / player["totalRounds"])
            - 0.41
        )
@pnxenopoulos pnxenopoulos added Stats Issues related to the stats and analytics Feature Request Issues related to feature requests labels Feb 5, 2024
@pnxenopoulos pnxenopoulos assigned pnxenopoulos and unassigned ofrighil Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Issues related to feature requests Stats Issues related to the stats and analytics
Projects
Status: In Review
Development

No branches or pull requests

2 participants