Commit Graph

13 Commits

Author SHA1 Message Date
b323c724c9 WIP: diff graph with sub graph, before and after model correction 2026-03-17 11:03:52 +01:00
2ef0343338 WIP: compare sub set of graph with corrected values 2026-03-14 17:33:33 +01:00
4c87d4e7b0 fix: correct centrality comparison script 2026-03-09 07:56:41 +01:00
32dd37feea WIP: test relationship with boundary 2026-03-04 15:35:15 +01:00
b2edb8265b add: degree centrality 2026-03-04 15:34:51 +01:00
20a7854d0c add: leverage centrality 2026-03-04 15:30:11 +01:00
be1182f035 add: helper for comparing different centrality measures and their relationship to the boundary 2026-03-04 07:23:54 +01:00
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