yegor256/cam

Relative File Volatility by Commits (RFVC)

Open

#128 opened on Oct 26, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Shell (51 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

Description

Every file in Git repo has a number of commits related to it. Let's call it its volatility: File Volatility by Commits (FVC).

Then, we can calculate the position of this volatility for a particular file in relation to all other volatilities (using some statistical methods).

Let's do the same for "hits", and call it File Volatility by Hits (FVH) and Relative File Volatility by Hits (RFVH).

Contributor guide