Skip to content

Commit 93eb431

Browse files
committed
Merge conflicts
Merge remote-tracking branch 'refs/remotes/origin/main' # Conflicts: # .Rbuildignore # vignettes/mev-vignette.Rmd
2 parents 565dae0 + 0ca7287 commit 93eb431

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

vignettes/mev-vignette.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The different models implemented are described in @Dombry:2016, but some other m
4343

4444

4545
## Logistic
46+
4647
The logistic model (`log`) of @Gumbel:1960 has distribution function
4748
\begin{align*}
4849
\Pr(\boldsymbol{X} \leq \boldsymbol{x})= \exp \left[ - \left(\sum_{i=1}^{n} {x_i}^{-\alpha}\right)^{\frac{1}{\alpha}}\right]
@@ -96,6 +97,7 @@ In particular, it does not correspond to the ``negative logistic distribution''
9697

9798
@Joe:1990 mentions generalizations of the distribution as given above but the constraints were not enforced elsewhere in the literature. The proof that the distribution is valid follows from Theorem~1 of @Stephenson:2003 as it is a max-mixture. Note that the parametrization of the asymmetric negative logistic distribution does not match the bivariate implementation of `rbvevd`.
9899

100+
99101
## Multilogistic distribution
100102

101103
This multivariate extension of the logistic, termed multilogistic (`bilog`) proposed by @Boldi:2009, places mass on the interior of the simplex. Let $\boldsymbol{W} \in \mathbb{S}_d$ be the solution of
@@ -116,7 +118,8 @@ for $\alpha_j \in (0,1)$ $(j=1, \ldots, d)$.
116118

117119
## Coles and Tawn Dirichlet distribution
118120

119-
The Dirichlet (`ct`) model of @Coles:1991
121+
122+
The Dirichlet (`ct`) model of @Coles:1991 has spectral density
120123
\begin{align*}
121124
h_{\boldsymbol{W}}(\boldsymbol{w}) = \frac{1}{d} \frac{\Gamma \left(1+\sum_{j=1}^d \alpha_j\right)}{\prod_{j=1}^d \alpha_jw_j}
122125
\left(\sum_{j=1}^d \alpha_jw_j\right)^{-(d+1)}\prod_{j=1}^d \alpha_j \prod_{j=1}^d \left(\frac{\alpha_jw_j}{\sum_{k=1}^d

0 commit comments

Comments
 (0)