High-Dimensional Probability (Vershynin)

Vershynin, R. (2026). High-dimensional probability: An introduction with applications in data science (2nd ed.). Cambridge University Press. https://www.math.uci.edu/~rvershyn/papers/HDP-book/HDP-2.pdf

{
  "series": [
    {
      "type": "graph",
      "layout": "force",
      "roam": true,
      "zoom": 0.30,
      "scaleLimit": { "min": 0.2, "max": 3 },
      "draggable": true,
      "symbolSize": 16,
      "itemStyle": {
        "color": "#a6a6a6"
      },
      "label": {
        "show": true,
        "position": "bottom",
        "width": 120,
        "overflow": "break"
      },
      "labelLayout": { "moveOverlap": "shiftY" },
      "edgeSymbol": ["none", "arrow"],
      "force": {
        "repulsion": 5000,
        "edgeLength": 315,
        "gravity": 0.02
      },
      "emphasis": {
        "focus": "adjacency",
        "lineStyle": { "opacity": 1, "width": 2.5 }
      },
      "data": [
        { "name": "Caratheodory theorem" },
        { "name": "Approximate Caratheodory theorem" },
        { "name": "Empirical method (of Maurey)" },
        { "name": "Covering polytopes by balls" },
        { "name": "Volume of a polytope" },
        { "name": "High-degree polytopes have small volume" }
      ],
      "links": [
        { "source": "Approximate Caratheodory theorem", "target": "Caratheodory theorem" },
        { "source": "Approximate Caratheodory theorem", "target": "Empirical method (of Maurey)" },
        { "source": "Covering polytopes by balls", "target": "Approximate Caratheodory theorem" },
        { "source": "Volume of a polytope", "target": "Covering polytopes by balls" },
        { "source": "High-degree polytopes have small volume", "target": "Volume of a polytope" }
      ]
    }
  ]
}

TBC…