Skip to content

This repository contains R code for conditional inference using copula models.

License

Notifications You must be signed in to change notification settings

Amina-Ben-Salah/Conditional-Inference-Copula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Copula-Conditional-Inference-R

This repository contains code to model the joint distribution of sea surface temperature (SST) and chlorophyll-a (Chl) data using copulas. The main objective is to simulate chlorophyll-a values conditioned on forecasted SST values.

Requirements

  • R (version 4.0.0 or higher)
  • Required R packages:
    • copula
    • VC2copula
    • extRemes
    • ordinal
    • readxl
    • VineCopula

You can install the required packages using the following commands:

install.packages(c("copula", "VC2copula", "extRemes", "ordinal", "readxl", "VineCopula"))

About

This repository contains R code for conditional inference using copula models.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published