Skip to content

Commit

Permalink
last touch
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Feb 9, 2024
1 parent 89020c2 commit 1f7c5f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/dependence_measures.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Although the copula is an object that summarizes completely the dependence struc


!!! note "Unfinished work"
Unfortunately these dependence measures are not yet well-specified in the package and well implemented for all copula. Use with caution and consider looking at the implementation to be sure of what you get.
Unfortunately these dependence measures are not yet well-specified in the package and their implementation is experimental for the moment. These functions might change in the future, in particular see https://github.com/lrnv/Copulas.jl/issues/134 for future improvements.


## Kendall's Tau
Expand Down
1 change: 0 additions & 1 deletion src/ArchimedeanCopula.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ function τ⁻¹(::Type{T},τ_val) where {T<:ArchimedeanCopula}
return τ⁻¹(generatorof(T),τ_val)
end


################################################################################################
################ ################
################ Define all "named" archimedean copulas at once like that : ################
Expand Down

0 comments on commit 1f7c5f9

Please sign in to comment.