6 Commits

Author SHA1 Message Date
e981b6eaed fix: correct implementation of top cut model
Model assumes that top 10% of centrality values are not effected by the boundary.
This means that they form the basis for the constant part of the two-part function:
  - linear function determined through simple linear regression for the remaining
    points that are below the calculated threshold
  - constant consistenting of the threshold

The threshold describes the median of the centrality values of the top 10% of the
values.
2026-01-26 15:22:59 +01:00
2b2247a758 add: top cut model initial implementation 2026-01-26 14:13:08 +01:00
64844e860c add: calculate AIC when solving the model fitting problem 2026-01-17 13:46:37 +01:00
79a460dea0 add: print all model values after solving simple linear regression 2026-01-16 19:50:46 +01:00
44a93dc160 add: AIC score for each model; add score into lable of corresponding function in plots 2026-01-09 15:14:22 +01:00
35ad81484c Initial commit based of previous repositories contents 2026-01-06 18:26:38 +01:00