search for: perative

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

Did you mean: operative
2010 Mar 01
3
setting the steps for x axis labels on plot
Hello, I'm new to R, I've been working with it for the last 2 weeks. I am plotting some data and not getting the labels on the x axis I am expecting on my plot. my code reads #hours in the day h <- c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23) #hp is a data frame with a pivot table of 25 columns (label and data for 24 hours) plot(h, as.matrix(hp[1,2:25]),
2009 Jun 07
1
One rather theoretical question about fitting algorithm
...0 oldest observations. So, my question is would it be possible to somehow reuse pre iusly calculated coeficients and only adjust them cor newly arrived data? I know it would have to be some aproximation but I suppose it will be good enough. I dont mind doing this in straight C because of of speed perative. Actualy this will have to be cAlculated in a fraction of second. Any ideas would be higly appreciated