[Vinecopula-commits] r14 - in pkg: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Do Jul 11 14:44:21 CEST 2013


Author: ulf
Date: 2013-07-11 14:44:20 +0200 (Thu, 11 Jul 2013)
New Revision: 14

Modified:
   pkg/R/RVineStructureSelect.r
   pkg/man/RVineMatrixNormalize.Rd
Log:
In der StructureSelect wird der Devine gesondert abgefangen.

Modified: pkg/R/RVineStructureSelect.r
===================================================================
--- pkg/R/RVineStructureSelect.r	2013-07-10 14:46:48 UTC (rev 13)
+++ pkg/R/RVineStructureSelect.r	2013-07-11 12:44:20 UTC (rev 14)
@@ -2,6 +2,7 @@
 
   if(type == 0) type = "RVine"
   else if(type == 1) type = "CVine"
+  else if(type == 2 || type == "DVine") stop("Code to determine the order of the nodes in a D-vine using the package TSP is provided as an example in the documentation of this function." )
   if(type != "RVine" & type != "CVine") stop("Vine model not implemented.")
 
 	n = dim(data)[2]

Modified: pkg/man/RVineMatrixNormalize.Rd
===================================================================
--- pkg/man/RVineMatrixNormalize.Rd	2013-07-10 14:46:48 UTC (rev 13)
+++ pkg/man/RVineMatrixNormalize.Rd	2013-07-11 12:44:20 UTC (rev 14)
@@ -19,12 +19,6 @@
 }
 
 \examples{
-corMat <- matrix(c(1.00, 0.17, 0.15, 0.14, 0.13,
-                   0.17, 1.00, 0.30, 0.28, 0.05,
-                   0.15, 0.30, 1.00, 0.17, 0.05,
-                   0.14, 0.28, 0.17, 1.00, 0.04,
-                   0.13, 0.05, 0.05, 0.04, 1.00),5,5)
-
 Matrix = matrix(c(5,2,3,1,4,
                   0,2,3,4,1,
                   0,0,3,4,1,



Mehr Informationen über die Mailingliste Vinecopula-commits