Skip to content

A Julia script for checking the consistency between a 2D distribution and a 2D possibility distribution using copulas

License

Notifications You must be signed in to change notification settings

FnPIG/ConsistencyCheck2D.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ConsistencyCheck2D.jl

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.

Install

Add the required packages

julia> ]
(v1.0) pkg> add PossibilisticArithmetic
(v1.0) pkg> add BivariateCopulas
(v1.0) pkg> add IntervalArithmetic
(v1.0) pkg> add Test

The more up to date version of PossibilisticArithmetic.jl may be required:

julia> ]
(v1.0) pkg> add https://github.com/AnderGray/PossibilisticArithmetic.jl#master

Run

julia> include("test_minitive_sklar.jl")

About

A Julia script for checking the consistency between a 2D distribution and a 2D possibility distribution using copulas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages