Skip to content

Commit

Permalink
Remove pun in paper (keep in docs)
Browse files Browse the repository at this point in the history
Fixes #177
Fixes #176
  • Loading branch information
lrnv committed Feb 23, 2024
1 parent 711f2b5 commit dc267a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions joss/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,7 @@ @article{DatagenCopulaBased_4
}
@software{BivariateCopulas,
author = {Ander Gray and
Jasper Behrensdorf and
amrods and
Christian Schilling},
author = {Ander Gray and Jasper Behrensdorf and amrods and Christian Schilling},
title = {AnderGray/BivariateCopulas.jl: 0.1.5},
month = dec,
year = 2023,
Expand Down
2 changes: 1 addition & 1 deletion joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ To construct an archimedean copula, you first need to reference its generator th
struct MyGenerator{T} <: Copulas.Generator
θ::T
end
ϕ(G::MyGenerator,t) = exp(-G.θ * t) # can you recognise this one ?
ϕ(G::MyGenerator,t) = exp(-G.θ * t)
Copulas.max_monotony(G::MyGenerator) = Inf
C = ArchimedeanCopula(4,MyGenerator(1.3)) # 4-dimensional copula
```
Expand Down

0 comments on commit dc267a0

Please sign in to comment.