Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7c83188 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet committed Feb 22, 2024
1 parent 84bbd11 commit 56d006f
Showing 1 changed file with 44 additions and 10 deletions.
54 changes: 44 additions & 10 deletions evt.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,17 +282,20 @@ <h1>Extreme values statistics:</h1>
<li><code>install.packages('https://github.com/IRSN/.../releases/download/....tgz|zip|tar.gz', repos=NULL, type='binary')</code>
(precompiled for Linux (x86), Windows, or MacOSX)</li>
</ul>
<table style="width:100%;">
<table>
<colgroup>
<col width="6%" />
<col width="32%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="22%" />
<col width="5%" />
<col width="27%" />
<col width="5%" />
<col width="5%" />
<col width="5%" />
<col width="5%" />
<col width="5%" />
<col width="5%" />
<col width="5%" />
<col width="5%" />
<col width="5%" />
<col width="18%" />
</colgroup>
<thead>
<tr class="header">
Expand All @@ -305,6 +308,9 @@ <h1>Extreme values statistics:</h1>
<th align="left">Distribution laws</th>
<th align="left">Confidence interval type</th>
<th align="left">Covariables</th>
<th align="left">Censored data</th>
<th align="left">Data types</th>
<th align="left">Other tool features</th>
</tr>
</thead>
<tbody>
Expand All @@ -321,6 +327,9 @@ <h1>Extreme values statistics:</h1>
Weibull, gamma (any with given parameters)</td>
<td align="left"><span style="color:red"></span></td>
<td align="left"><span style="color:green"></span></td>
<td align="left">events, yearly, struct.</td>
<td align="left">Delta</td>
<td align="left">Various anova statistical tests</td>
</tr>
<tr class="even">
<td align="left">NSGEV</td>
Expand All @@ -334,6 +343,9 @@ <h1>Extreme values statistics:</h1>
<td align="left">GEV, gumbel</td>
<td align="left">x(t)</td>
<td align="left"><span style="color:red"></span></td>
<td align="left">yearly</td>
<td align="left">Delta Likelihood Profile Bootstrap</td>
<td align="left">Various anova statistical tests</td>
</tr>
<tr class="odd">
<td align="left">potomax</td>
Expand All @@ -347,6 +359,10 @@ <h1>Extreme values statistics:</h1>
<td align="left">GPD, expo, GEV, gumbel</td>
<td align="left"><span style="color:red"></span></td>
<td align="left"><span style="color:green"></span></td>
<td align="left">events, yearly, struct.</td>
<td align="left">Delta Likelihood Profile</td>
<td align="left">Validation method to check the convergence of results
(argument check=TRUE)</td>
</tr>
<tr class="even">
<td align="left">SpatialExtremes</td>
Expand All @@ -364,6 +380,10 @@ <h1>Extreme values statistics:</h1>
<td align="left">GEV, gumbel</td>
<td align="left"></td>
<td align="left"></td>
<td align="left"></td>
<td align="left">Delta Likelihood Profile Bootstrap</td>
<td align="left">Package to extrapolate temperatures in places where
there is data (spatial covariates)</td>
</tr>
<tr class="odd">
<td align="left">bever</td>
Expand All @@ -377,6 +397,10 @@ <h1>Extreme values statistics:</h1>
<td align="left">GPD, expo, GEV, gumbel</td>
<td align="left"><span style="color:red"></span></td>
<td align="left"><span style="color:red"></span></td>
<td align="left">events, yearly</td>
<td align="left">Credibility intervals with HPD and equal tails
methods</td>
<td align="left">Calculation of the predictive distribution</td>
</tr>
<tr class="even">
<td align="left">beverstan</td>
Expand All @@ -390,6 +414,10 @@ <h1>Extreme values statistics:</h1>
<td align="left">GEV, gumbel</td>
<td align="left">x(t)</td>
<td align="left"><span style="color:green"></span></td>
<td align="left">yearly</td>
<td align="left">Credibility intervals with HPD and equal tails
methods</td>
<td align="left"></td>
</tr>
<tr class="odd">
<td align="left">dailymet</td>
Expand All @@ -403,6 +431,9 @@ <h1>Extreme values statistics:</h1>
<td align="left">GPD, exhibition</td>
<td align="left">x(t), x</td>
<td align="left"><span style="color:red"></span></td>
<td align="left">daily</td>
<td align="left"></td>
<td align="left">Functions to describe seasonality and annual trend</td>
</tr>
<tr class="even">
<td align="left">SeaLev</td>
Expand All @@ -416,6 +447,9 @@ <h1>Extreme values statistics:</h1>
<td align="left">Renext laws</td>
<td align="left"><span style="color:red"></span></td>
<td align="left"><span style="color:red"></span></td>
<td align="left">tidely</td>
<td align="left">Delta</td>
<td align="left">Theoretical tide distribution</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 56d006f

Please sign in to comment.