search for: depenend

Displaying 2 results from an estimated 2 matches for "depenend".

Did you mean: dependend
2013 Mar 28
1
make R program faster
...0.04 0.87 0.18 3.91 vapply 0.04 0.87 0.14 3.04 %in% 0.02 0.43 0.18 3.91 + 0.02 0.43 0.10 2.17 It comes from a simulation algorithmus that calculates day wise values (values are depenend from the output of the day before). First I create a data.frame with NAs. Finally each row contains the daily values. output <- as.data.frame(matrix(nrow = 365, ncol = 50)) for (day in (1:365)) { ... r <- list(Date=d,daylength=daylength,TempSum=tempsum, ...) output[day,] <- r }...
2009 Aug 19
10
acts_as_list / acts_as_tree / acts_as_nested_set - which one
I am creating forum application which needs usage of acts_as_list or acts_as_tree or acts_as_nested_set. I am unable to decide among these. please could some one recommend from their experience? -- Posted via http://www.ruby-forum.com/.