search for: daycounter

Displaying 5 results from an estimated 5 matches for "daycounter".

2011 Jan 23
0
Error for compiling Rquantlib package 0.3.5 under Window 7 64bits
...ney.hpp:203:17: note: bool QuantLib::operator!=(const QuantLib::Money&, const Quant Lib::Money&) C:\Lib\QuantLib/ql/time/calendar.hpp:223:17: note: bool QuantLib::operator!=(const QuantLib::Calendar&, const QuantLib::Calendar&) C:\Lib\QuantLib/ql/time/daycounter.hpp:138:17: note: bool QuantLib::operator!=(const QuantLib::DayCounte r&, const QuantLib::DayCounter&) C:\Lib\QuantLib/ql/indexes/region.hpp:108:17: note: bool QuantLib::operator!=(const QuantLib::Region&, c onst QuantLib::Region&) C:\Lib\QuantLib/ql/...
2012 Aug 08
2
RQuantLib: SET_VECTOR_ELT() can only be applied to a 'list', not a 'symbol'
...llSch$Type) bondparams <- list(faceAmount=100, issueDate = as.Date("2004-09-16"), maturityDate=as.Date("2012-09-16"), redemption=100, callSch = callSch) dateparams <- list(settlementDays=3, calendar="us", dayCounter = "ActualActual", period="Quarterly", businessDayConvention = "Unadjusted", terminationDateConvention= "Unadjusted") coupon <- c(0.0465) CallableBond(bondparams, HullWhite, coupon, dateparams) #...
2019 Jan 06
4
Failed to install RQuantLib in Ubuntu machine
...; -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -I/usr/local/include -fpermissive -I../inst/include -I. -DBOOST_NO_AUTO_PTR -fopenmp -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c daycounter.cpp -o daycounter.o* *g++ -std=gnu++11 -I/usr/share/R/include -DNDEBUG -I"/usr/local/lib/R/site-library/Rcpp/include" -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -I/usr/local/include -fpermissive -I../inst/include -I. -DBOOST_NO_...
2019 Jan 07
0
Failed to install RQuantLib in Ubuntu machine
...rotector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -g -I/usr/local/include -fpermissive -I../inst/include > -I. -DBOOST_NO_AUTO_PTR -fopenmp -fpic -g -O2 -fstack-protector-strong > -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c > daycounter.cpp -o daycounter.o* > > *g++ -std=gnu++11 -I/usr/share/R/include -DNDEBUG > -I"/usr/local/lib/R/site-library/Rcpp/include" -g -O2 > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -g -I/usr/local/include -fpermissive -I../inst...
2010 May 17
0
Re : append new line in existing graph
Dear All, I am executing my R script from PHP using the shell_exec. $return = shell_exec("/usr/bin/R --slave --args ".$Domain.",".$Gender." < /var/www/html/trends/newTrend.R"); In newTrend.R, I am plotting graph and save in pdf file using the below code. It will create a pdf file with two line. pdf(file="/var/www/html/trends/bmtrend.pdf", height=7.5,