[Returnanalytics-commits] r2102 - pkg/PerformanceAnalytics/sandbox/Meucci/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 4 17:38:30 CEST 2012
Author: mkshah
Date: 2012-07-04 17:38:30 +0200 (Wed, 04 Jul 2012)
New Revision: 2102
Modified:
pkg/PerformanceAnalytics/sandbox/Meucci/R/EntropyProg.R
Log:
Changing the parameter list for pHist
Modified: pkg/PerformanceAnalytics/sandbox/Meucci/R/EntropyProg.R
===================================================================
--- pkg/PerformanceAnalytics/sandbox/Meucci/R/EntropyProg.R 2012-07-04 15:37:52 UTC (rev 2101)
+++ pkg/PerformanceAnalytics/sandbox/Meucci/R/EntropyProg.R 2012-07-04 15:38:30 UTC (rev 2102)
@@ -205,7 +205,7 @@
return( list( M_ = M_ , S_ = S_ ) )
}
-pHist = function( X , p , nBins )
+pHist = function( X , p , nBins, freq = FALSE )
{
if ( length( match.call() ) < 3 )
{
More information about the Returnanalytics-commits
mailing list