search for: inputdim

Displaying 1 result from an estimated 1 matches for "inputdim".

Did you mean: inputdir
2009 Jul 31
1
what meaning missing value True /False needed
...my code i don't understand the error message: library(rgenoud) rm(list=ls()) set.seed(666) ######################################################### # As a first step, it is assumed that all input parameters are independent of ageingĀ : ######################################################### InputDim <-20 # Max number of ageings in the inputs CPIRate <- rep(0.02 , InputDim ) # CPI inflation rate LossInflaRate <- rep(0.02 , InputDim) # inflation rate of losses RiskFreeRate <- rep(0.04, InputDim ) # vector of risk free rate RiskRate <- rep(0.06, InputDim ) # vector of risk free ra...