[Gogarch-commits] r12 - in pkg: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jan 25 14:28:37 CET 2009


Author: bpfaff
Date: 2009-01-25 14:28:37 +0100 (Sun, 25 Jan 2009)
New Revision: 12

Modified:
   pkg/DESCRIPTION
   pkg/R/Goinit-show.R
Log:
added object at V of Orthom to show-method.


Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2009-01-25 13:20:54 UTC (rev 11)
+++ pkg/DESCRIPTION	2009-01-25 13:28:37 UTC (rev 12)
@@ -1,8 +1,8 @@
 Package: gogarch
-Version: 0.0-8
+Version: 0.0-9
 Type: Package
 Title: Generalized Orthogonal GARCH (GO-GARCH) models
-Date: 2009-01-23
+Date: 2009-01-25
 Author: Bernhard Pfaff
 Maintainer: Bernhard Pfaff <bernhard at pfaffikus.de>
 Depends: R (>= 2.7.0), methods, fGarch
@@ -10,4 +10,3 @@
 Description: Implementation of the GO-GARCH model class. 
 License: GPL (>= 2)
 LazyLoad: yes
-Packaged: Fri Jan 23 17:47:00 2009; pfaffb

Modified: pkg/R/Goinit-show.R
===================================================================
--- pkg/R/Goinit-show.R	2009-01-25 13:20:54 UTC (rev 11)
+++ pkg/R/Goinit-show.R	2009-01-25 13:28:37 UTC (rev 12)
@@ -21,6 +21,11 @@
     print(formatC(object at Dsqr), quote = FALSE)
     cat("\n")
   }
+  if(length(object at V) != 0){
+    cat("Variance/Covariance matrix:\n")
+    print(formatC(object at V), quote = FALSE)
+    cat("\n")
+  }
   cat(paste("Formula for component GARCH models:\n", paste(as.character(object at garchf), collapse = " "), "\n"))
 }
 )



More information about the Gogarch-commits mailing list