Skip to content

Commit

Permalink
a test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Apr 16, 2020
1 parent d47d405 commit 49291da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/copulagendat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"""

function simulate_copula(t::Int, copula::Function, args...; cor = "")
println(cor)
if ("$(copula)" in ["clayton", "gumbel", "amh", "frank"])
println(cor)
return copula(t, args...; cor = cor)
else
return copula(t, args...)
Expand Down

0 comments on commit 49291da

Please sign in to comment.