[Returnanalytics-commits] r3742 - pkg/Dowd/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 24 23:43:48 CEST 2015


Author: dacharya
Date: 2015-06-24 23:43:48 +0200 (Wed, 24 Jun 2015)
New Revision: 3742

Modified:
   pkg/Dowd/R/CdfOfSumUsingProductCopula.R
Log:
Missing return added.

Modified: pkg/Dowd/R/CdfOfSumUsingProductCopula.R
===================================================================
--- pkg/Dowd/R/CdfOfSumUsingProductCopula.R	2015-06-24 21:43:26 UTC (rev 3741)
+++ pkg/Dowd/R/CdfOfSumUsingProductCopula.R	2015-06-24 21:43:48 UTC (rev 3742)
@@ -55,6 +55,8 @@
   
   y<- sum(approximate.copula.differential) * dw
   
+  return(y)
+  
 }
 
 ProductCopula <- function(u, v){



More information about the Returnanalytics-commits mailing list