A Julia script for checking the consistency between a 2D distribution and a 2D possibility distribution using copulas
Only sets which fail will be printed.
Add the required packages
julia> ]
(v1.0) pkg> add PossibilisticArithmetic
(v1.0) pkg> add BivariateCopulas
(v1.0) pkg> add IntervalArithmetic
(v1.0) pkg> add TestThe more up to date version of PossibilisticArithmetic.jl may be required:
julia> ]
(v1.0) pkg> add https://github.com/AnderGray/PossibilisticArithmetic.jl#masterjulia> include("test_minitive_sklar.jl")