[Distr-commits] r832 - branches/distr-2.4/pkg/distrEx/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 8 22:06:36 CET 2013


Author: ruckdeschel
Date: 2013-01-08 22:06:35 +0100 (Tue, 08 Jan 2013)
New Revision: 832

Added:
   branches/distr-2.4/pkg/distrEx/R/moved2RobExtremes.R
Log:
distrEx: collected functions moved to RobExtremes to issue notification

Added: branches/distr-2.4/pkg/distrEx/R/moved2RobExtremes.R
===================================================================
--- branches/distr-2.4/pkg/distrEx/R/moved2RobExtremes.R	                        (rev 0)
+++ branches/distr-2.4/pkg/distrEx/R/moved2RobExtremes.R	2013-01-08 21:06:35 UTC (rev 832)
@@ -0,0 +1,13 @@
+################ commands that have moved to RobExtremes
+
+.mv2RobExtremes <- function(){
+  cat("\n\n This functionality has moved to package RobExtremes.\n\n")
+}
+
+kMAD <- function(x,k) .mv2RobExtremes()
+Pareto <- function(shape, Min) .mv2RobExtremes()
+Pareto <- function(shape, Min) .mv2RobExtremes()
+GPareto <- function(loc, scale, shape, location) .mv2RobExtremes()
+GEV <- function(loc, scale, shape, location) .mv2RobExtremes()
+EULERMASCHERONICONSTANT  <- .mv2RobExtremes()
+APERYCONSTANT <- .mv2RobExtremes()
\ No newline at end of file



More information about the Distr-commits mailing list