Kristian Vepsäläinen – Maailma on jakauma
  • Etusivu
  • Palvelut
  • Fractional Head of Data
  • Blogi
  • Whitepapers
  • Talks
  • Minusta
  • 🇬🇧 EN
  • Ota yhteyttä

About

Home About Work Fractional HoD 🇫🇮 Suomeksi
About

Kristian Vepsäläinen

Bayesian methods Open data R / Python Forecasting Health data Legal analytics Simulation Fractional HoD
kristian.vepsalainen@proton.me kristianvepsalainen.com LinkedIn

In one paragraph

I am an independent data scientist based in Siilinjärvi, Finland. My work sits at the intersection of mathematical statistics, open public data, and domain expertise in healthcare, law, and labour economics. I hold an FM in mathematics (University of Eastern Finland) and a Master of Engineering in cybersecurity (JAMK University of Applied Sciences). Before going independent, I worked as a statistician at the Finnish Institute for Health and Welfare (THL), as a data scientist at OP Group, and as a statistical expert at Sosiaalitaito Oy. I have co-authored peer-reviewed research with Tampere University Eye Centre and Umeå University.

Maailma on jakauma — the world is a distribution. A single number is never the answer; it is always the beginning of a question about what produced it.

What I actually do

Most analysts produce charts. I build probabilistic models — Bayesian changepoint analyses, posterior predictive distributions, Monte Carlo simulations — that make uncertainty explicit and actionable. My competitive edge is combining statistical machinery with datasets that domain experts (lawyers, policy analysts, physicians) control but cannot analyse without data science skills.

Career timeline

  • 2024 – present Independent consultant — data science, fractional Head of Data. Clients include Tampere University Eye Centre and Umeå University (2 publications).
  • 2019 – 2024 Data Scientist, OP Group (compliance). Regulatory data modelling, AML analytics.
  • 2016 – 2019 Statistician / Statistical Researcher, THL. National health and welfare statistics, ~5 peer-reviewed publications.
  • 2014 – 2016 Statistical Expert, Sosiaalitaito Oy. Municipal social welfare statistics, Western and Central Uusimaa.
  • 2009 – 2014 FM, Mathematics — University of Eastern Finland. Minors: computer science, statistics, economics.

Education

  • 2020 – 2023 MEng, Cybersecurity (YAMK) — JAMK University of Applied Sciences
  • 2009 – 2014 FM, Mathematical Sciences — University of Eastern Finland
    Major: Mathematics · Minors: CS, Statistics, Economics
Source Code
---
title: "About"
lang: en
draft: false
page-layout: full
title-block-banner: false
include-in-header:
  text: |
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=IBM+Plex+Mono:wght@400;600&family=Source+Serif+4:wght@300;400&display=swap" rel="stylesheet">
    <style>
      body,
      .quarto-container, #quarto-content,
      .page-layout-full, main.content {
        background: #0d1117 !important;
        color: #e8e0d5 !important;
        font-family: 'Source Serif 4', serif !important;
      }
      #title-block-header { display: none !important; }
      h1,h2,h3,h4,h5 { color: #f0ebe3 !important; font-family: 'Playfair Display', serif !important; }

      .en-nav {
        display: flex; flex-wrap: wrap; align-items: center;
        gap: 0.25rem 0; padding: 0.75rem 1.5rem;
        border-bottom: 1px solid rgba(232,224,213,0.1);
        background: rgba(13,17,23,0.97);
        font-family: 'IBM Plex Mono', monospace;
        font-size: 0.72rem; letter-spacing: 0.08em;
      }
      .en-nav a { color: #857e76 !important; text-decoration: none !important; padding: 0.35rem 0.7rem; transition: color 0.2s; white-space: nowrap; }
      .en-nav a:hover { color: #2a9d8f !important; }
      .en-nav a.active { color: #f0ebe3 !important; }
      .en-nav .nav-fi { margin-left: auto; color: #e63946 !important; padding-left: 1rem; }
      .en-nav .nav-fi:hover { color: #f4a261 !important; }

      .page-wrap { max-width: 960px; margin: 0 auto; padding: 4rem 1.5rem 6rem; box-sizing: border-box; }
      .page-label {
        font-family: 'IBM Plex Mono', monospace !important; font-size: 0.68rem;
        letter-spacing: 0.22em; text-transform: uppercase; color: #2a9d8f !important; margin-bottom: 1.2rem; display: block;
      }
      .page-title {
        font-family: 'Playfair Display', serif !important;
        font-size: clamp(2rem, 6vw, 3.2rem) !important;
        color: #f0ebe3 !important; line-height: 1.1; margin-bottom: 3rem;
      }
      .two-col { display: grid; grid-template-columns: 1fr; gap: 3rem; }
      @media (min-width: 700px) { .two-col { grid-template-columns: 1fr 1.6fr; gap: 5rem; } }
      .tag-list { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
      .tag {
        font-family: 'IBM Plex Mono', monospace; font-size: 0.65rem;
        letter-spacing: 0.1em; padding: 0.3rem 0.7rem;
        border: 1px solid rgba(42,157,143,0.3); color: #2a9d8f !important;
      }
      .contact-block a {
        display: block; font-family: 'IBM Plex Mono', monospace; font-size: 0.76rem;
        color: #f4a261 !important; text-decoration: none !important; margin-bottom: 0.5rem;
        letter-spacing: 0.06em; word-break: break-all; transition: color 0.2s;
      }
      .contact-block a:hover { color: #e63946 !important; }
      .bio-main h2 {
        font-family: 'Playfair Display', serif !important; font-size: 1.25rem !important;
        color: #f0ebe3 !important; margin: 2.5rem 0 0.75rem;
        border-bottom: 1px solid rgba(232,224,213,0.08); padding-bottom: 0.5rem;
      }
      .bio-main h2:first-child { margin-top: 0; }
      .bio-main p { color: #a09890 !important; line-height: 1.82; font-size: 0.97rem; margin-bottom: 1rem; }
      .bio-main strong { color: #e8e0d5 !important; font-weight: 400; }
      .timeline { margin: 0.5rem 0 0; padding: 0; list-style: none !important; }
      .timeline li {
        padding: 0.9rem 0 0.9rem 1.4rem;
        border-left: 1px solid rgba(232,224,213,0.1);
        position: relative; color: #a09890 !important; font-size: 0.92rem; line-height: 1.65;
      }
      .timeline li::before {
        content: ''; width: 7px; height: 7px; background: #e63946;
        border-radius: 50%; position: absolute; left: -4px; top: 1.3rem;
      }
      .timeline .year {
        font-family: 'IBM Plex Mono', monospace; font-size: 0.65rem;
        letter-spacing: 0.12em; color: #457b9d !important; display: block; margin-bottom: 0.2rem;
      }
      .philosophy-quote {
        margin: 2.5rem 0; padding: 1.5rem 2rem;
        background: rgba(230,57,70,0.05); border-left: 3px solid #e63946;
      }
      .philosophy-quote p {
        font-family: 'Playfair Display', serif !important; font-style: italic;
        font-size: clamp(1rem, 2.5vw, 1.15rem) !important; color: #d4ccc4 !important; line-height: 1.65; margin: 0;
      }
    </style>
---

```{=html}
<nav class="en-nav">
  <a href="/en/index.html">Home</a>
  <a href="/en/about.html" class="active">About</a>
  <a href="/en/work.html">Work</a>
  <a href="/fractional/fractional.html">Fractional HoD</a>
  <a href="/" class="nav-fi">🇫🇮 Suomeksi</a>
</nav>

<div class="page-wrap">
  <span class="page-label">About</span>
  <h1 class="page-title">Kristian Vepsäläinen</h1>

  <div class="two-col">
    <aside>
      <div class="tag-list">
        <span class="tag">Bayesian methods</span>
        <span class="tag">Open data</span>
        <span class="tag">R / Python</span>
        <span class="tag">Forecasting</span>
        <span class="tag">Health data</span>
        <span class="tag">Legal analytics</span>
        <span class="tag">Simulation</span>
        <span class="tag">Fractional HoD</span>
      </div>
      <div class="contact-block">
        <a href="mailto:kristian.vepsalainen@proton.me">kristian.vepsalainen@proton.me</a>
        <a href="https://kristianvepsalainen.com" target="_blank">kristianvepsalainen.com</a>
        <a href="https://www.linkedin.com/in/kristian-vepsäläinen" target="_blank">LinkedIn</a>
      </div>
    </aside>

    <main class="bio-main">
      <h2>In one paragraph</h2>
      <p>
        I am an independent data scientist based in Siilinjärvi, Finland. My work sits at the
        intersection of <strong>mathematical statistics, open public data, and domain expertise</strong>
        in healthcare, law, and labour economics. I hold an FM in mathematics (University of Eastern Finland)
        and a Master of Engineering in cybersecurity (JAMK University of Applied Sciences).
        Before going independent, I worked as a statistician at the Finnish Institute for Health
        and Welfare (THL), as a data scientist at OP Group, and as a statistical expert at Sosiaalitaito Oy.
        I have co-authored peer-reviewed research with Tampere University Eye Centre and Umeå University.
      </p>
      <div class="philosophy-quote">
        <p>Maailma on jakauma — the world is a distribution. A single number is never the answer;
        it is always the beginning of a question about what produced it.</p>
      </div>
      <h2>What I actually do</h2>
      <p>
        Most analysts produce charts. I build <strong>probabilistic models</strong> —
        Bayesian changepoint analyses, posterior predictive distributions, Monte Carlo simulations —
        that make uncertainty explicit and actionable. My competitive edge is combining
        statistical machinery with datasets that domain experts (lawyers, policy analysts, physicians)
        control but cannot analyse without data science skills.
      </p>
      <h2>Career timeline</h2>
      <ul class="timeline">
        <li>
          <span class="year">2024 – present</span>
          Independent consultant — data science, fractional Head of Data.
          Clients include Tampere University Eye Centre and Umeå University (2 publications).
        </li>
        <li>
          <span class="year">2019 – 2024</span>
          Data Scientist, OP Group (compliance). Regulatory data modelling, AML analytics.
        </li>
        <li>
          <span class="year">2016 – 2019</span>
          Statistician / Statistical Researcher, THL. National health and welfare statistics, ~5 peer-reviewed publications.
        </li>
        <li>
          <span class="year">2014 – 2016</span>
          Statistical Expert, Sosiaalitaito Oy. Municipal social welfare statistics, Western and Central Uusimaa.
        </li>
        <li>
          <span class="year">2009 – 2014</span>
          FM, Mathematics — University of Eastern Finland. Minors: computer science, statistics, economics.
        </li>
      </ul>
      <h2>Education</h2>
      <ul class="timeline">
        <li>
          <span class="year">2020 – 2023</span>
          MEng, Cybersecurity (YAMK) — JAMK University of Applied Sciences
        </li>
        <li>
          <span class="year">2009 – 2014</span>
          FM, Mathematical Sciences — University of Eastern Finland<br>
          Major: Mathematics · Minors: CS, Statistics, Economics
        </li>
      </ul>
    </main>
  </div>
</div>
```

© 2026 Kristian Vepsäläinen

 
  • Edit this page
  • Report an issue