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.
- R (version 4.0.0 or higher)
- Required R packages:
copulaVC2copulaextRemesordinalreadxlVineCopula
You can install the required packages using the following commands:
install.packages(c("copula", "VC2copula", "extRemes", "ordinal", "readxl", "VineCopula"))