Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed May 21, 2020
1 parent ee7b0b6 commit 3c4a46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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]`.

Expand Down

0 comments on commit 3c4a46e

Please sign in to comment.