From 3c4a46e086fa67d5939e0126e4388e3d0c72a826 Mon Sep 17 00:00:00 2001 From: kdomino Date: Thu, 21 May 2020 11:39:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8239a9d..5a01bbd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/iitis/DatagenCopulaBased.jl.svg?branch=master)](https://travis-ci.org/iitis/DatagenCopulaBased.jl) [![Coverage Status](https://coveralls.io/repos/github/iitis/DatagenCopulaBased.jl/badge.svg?branch=master)](https://coveralls.io/github/iitis/DatagenCopulaBased.jl?branch=master) -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3776019.svg)](https://doi.org/10.5281/zenodo.3776019) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3837307.svg)](https://doi.org/10.5281/zenodo.3837307) Copula based data generator. Returns data in the form of the `t x n` matrix `U` where`t` numerates the number of realizations, and `n` numerates the number of marginals. By the copula definition each marginal `uᵢ` is uniformly distributed on the segment `[0,1]`. Realizations of such marginal would be `U[:,i]`.