<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>copulas | Oskar Laverny</title>
    <link>https://actuarial.science/categories/copulas/</link>
      <atom:link href="https://actuarial.science/categories/copulas/index.xml" rel="self" type="application/rss+xml" />
    <description>copulas</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><copyright>$copy 2026</copyright><lastBuildDate>Mon, 21 Sep 2026 00:00:00 +0000</lastBuildDate>
    <image>
      <url>img/map[gravatar:%!s(bool=false) shape:circle]</url>
      <title>copulas</title>
      <link>https://actuarial.science/categories/copulas/</link>
    </image>
    
    <item>
      <title>VineCopulas.jl, toured with KaimonSlate.jl</title>
      <link>https://actuarial.science/post/vinecopulas-kaimonslate/</link>
      <pubDate>Mon, 21 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://actuarial.science/post/vinecopulas-kaimonslate/</guid>
      <description>&lt;!-- LTeX: language=en --&gt;
&lt;p&gt;This post highlights two recent Julia projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;https://github.com/Santymax98/VineCopulas.jl&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;VineCopulas.jl&lt;/a&gt;, developed by &lt;strong&gt;Santiago Jimenez&lt;/strong&gt;;&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;https://github.com/kahliburke/KaimonSlate.jl&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;KaimonSlate.jl&lt;/a&gt;, developed by &lt;strong&gt;Kahli Burke&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Kahli used KaimonSlate to produce the video and PDF below about VineCopulas.jl.&lt;/p&gt;
&lt;h2 id=&#34;a-new-package-for-vine-copulas-in-julia&#34;&gt;A new package for vine copulas in Julia&lt;/h2&gt;
&lt;p&gt;Vine copulas build high-dimensional dependence models from bivariate copulas. Each edge of a sequence of trees can carry its own pair-copula, allowing different dependence strengths, asymmetries, and tail behaviours within the same model.&lt;/p&gt;
&lt;p&gt;Santiago&amp;rsquo;s 
&lt;a href=&#34;https://github.com/Santymax98/VineCopulas.jl&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;VineCopulas.jl&lt;/a&gt; is a pure-Julia implementation built on top of &lt;em&gt;my baby&lt;/em&gt; 
&lt;a href=&#34;https://github.com/lrnv/Copulas.jl&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Copulas.jl&lt;/a&gt;. It supports C-vines, D-vines, and general R-vines, and integrates them with the familiar Julia distribution workflow.&lt;/p&gt;
&lt;p&gt;The package can construct explicit vine models, evaluate densities, simulate observations, and apply Rosenblatt and inverse Rosenblatt transforms. It also provides pair-copula conditional primitives, truncated C- and D-vines, and exchange helpers for R-vine matrices.&lt;/p&gt;
&lt;p&gt;The video gives a quick sense of the objects involved:&lt;/p&gt;
&lt;video controls preload=&#34;metadata&#34; style=&#34;width: 100%; height: auto;&#34; aria-label=&#34;Animated visual tour of VineCopulas.jl&#34;&gt;
  &lt;source src=&#34;https://actuarial.science/media/vinecopulas-kaimonslate/slate-vines.mp4&#34; type=&#34;video/mp4&#34;&gt;
  Your browser does not support embedded MP4 video. You can &lt;a href=&#34;https://actuarial.science/media/vinecopulas-kaimonslate/slate-vines.mp4&#34;&gt;download the video&lt;/a&gt; instead.
&lt;/video&gt;
&lt;h2 id=&#34;the-visual-tour&#34;&gt;The visual tour&lt;/h2&gt;
&lt;p&gt;The companion document covers the bivariate building blocks, C-vines, D-vines and R-vines, the Rosenblatt transform, truncation, quasi-Monte Carlo simulation, and an application to basin-wide flood risk. It includes both Julia code and visualizations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;
&lt;a href=&#34;https://actuarial.science/media/vinecopulas-kaimonslate/vine-tour.pdf&#34;&gt;Download the 16-page VineCopulas.jl visual tour (PDF)&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;kaimonslatejl&#34;&gt;KaimonSlate.jl&lt;/h2&gt;
&lt;p&gt;KaimonSlate is a reactive computing environment for Julia supporting code, prose, equations, plots, widgets, media, presentations, and exported documents. More examples are available in 
&lt;a href=&#34;https://slate-portfolio.pages.dev/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Kahli&amp;rsquo;s Slate portfolio&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kudos to both of them! 🙂&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Links:&lt;/strong&gt; 
&lt;a href=&#34;https://github.com/Santymax98/VineCopulas.jl&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;VineCopulas.jl repository&lt;/a&gt; · 
&lt;a href=&#34;https://santymax98.github.io/VineCopulas.jl/dev/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;VineCopulas.jl documentation&lt;/a&gt; · 
&lt;a href=&#34;https://discourse.julialang.org/t/ann-vinecopulas-jl-c-vines-d-vines-and-experimental-r-vines-in-julia/137930&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;VineCopulas.jl announcement&lt;/a&gt; · 
&lt;a href=&#34;https://slate-portfolio.pages.dev/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Kahli Burke&amp;rsquo;s Slate portfolio&lt;/a&gt; · 
&lt;a href=&#34;https://github.com/kahliburke/KaimonSlate.jl&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;KaimonSlate.jl repository&lt;/a&gt; · 
&lt;a href=&#34;https://kahliburke.github.io/KaimonSlate.jl/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;KaimonSlate.jl documentation&lt;/a&gt; · 
&lt;a href=&#34;https://discourse.julialang.org/t/ann-kaimonslate-jl-a-reactive-environment-for-ambitious-work/139185&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;KaimonSlate.jl announcement&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
