Skip to content
Snippets Groups Projects
Verified Commit 11d93c7c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

install copula

parent 21e347e3
Branches
No related tags found
No related merge requests found
Pipeline #345 failed
...@@ -156,6 +156,7 @@ weighted by $P$ ...@@ -156,6 +156,7 @@ weighted by $P$
### Pearson $0.7992528$ ### Pearson $0.7992528$
```{r cor_pearson, include=F, echo=F, warning=F, message=F, cache = T} ```{r cor_pearson, include=F, echo=F, warning=F, message=F, cache = T}
library(tidyverse) library(tidyverse)
install.packages("copula")
library(copula) library(copula)
cop <- normalCopula(param = 0.8, dim = 2) cop <- normalCopula(param = 0.8, dim = 2)
x <- rMvdc( x <- rMvdc(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment