diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-04-24 15:51:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-24 15:51:52 +0200 |
commit | 3a8ee5ef4212f072f53a32302c4f57e7ec55da48 (patch) | |
tree | f98dac881a0fc682fbe88d2cb0b5e696454497e2 /gnu/packages | |
parent | 26e5dab74ae35f5a70838f1919cb81f40212c109 (diff) | |
download | patches-3a8ee5ef4212f072f53a32302c4f57e7ec55da48.tar patches-3a8ee5ef4212f072f53a32302c4f57e7ec55da48.tar.gz |
gnu: r-tea: Fix typo.
* gnu/packages/cran.scm (r-tea)[description]: Fix typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a81ca5c6ae..a2a5da62a7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21182,7 +21182,7 @@ general, via different versions of bridge sampling.") (home-page "https://cran.r-project.org/web/packages/tea/") (synopsis "Threshold estimation approaches") (description - "This package provide different approaches for selecting the threshold + "This package provides different approaches for selecting the threshold in generalized Pareto distributions. Most of them are based on minimizing the AMSE-criterion or atleast by reducing the bias of the assumed GPD-model. Others are heuristically motivated by searching for stable sample paths, i.e. |