Displaying 5 results from an estimated 5 matches for "daycount".
Did you mean:
daycounte
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/q...
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_N...
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../in...
2010 May 17
0
Re : append new line in existing graph
...g the below
code. It will create a pdf file with two line.
pdf(file="/var/www/html/trends/bmtrend.pdf", height=7.5, width=10.5)
g_range <- range(0,index , ReqDataindex)
plot(index, type="o", col="blue", ylim=g_range,axes=FALSE, ann=FALSE)
axis(1, at=1:7, lab=c(1:daycount))
axis(2, las=1, at=25*0:g_range[2])
box()
lines(ReqDataindex, type="o", pch=22, lty=2, col="red")
Now what I want do is: I want to execute shell_exec() second time with
different argument and I want to add one more line to existing
(bmtrend.pdf) file. I mean if the bmtren...