[Robast-commits] r1007 - branches/robast-1.1/pkg/RobExtremes/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jul 20 14:58:42 CEST 2018
Author: ruckdeschel
Date: 2018-07-20 14:58:42 +0200 (Fri, 20 Jul 2018)
New Revision: 1007
Modified:
branches/robast-1.1/pkg/RobExtremes/R/SnQn.R
Log:
[RobExtremes] branch 1.1 R code for S4 method to Sn for Pareto
Modified: branches/robast-1.1/pkg/RobExtremes/R/SnQn.R
===================================================================
--- branches/robast-1.1/pkg/RobExtremes/R/SnQn.R 2018-07-20 12:57:40 UTC (rev 1006)
+++ branches/robast-1.1/pkg/RobExtremes/R/SnQn.R 2018-07-20 12:58:42 UTC (rev 1007)
@@ -130,3 +130,5 @@
setMethod("Sn", signature(x = "Weibull"),
function(x, ...).Sn.intp(x,".Weibull") )
+setMethod("Sn", signature(x = "Pareto"),
+ function(x, ...).Sn.intp(x,".Pareto") )
More information about the Robast-commits
mailing list