search for: tscl

Displaying 3 results from an estimated 3 matches for "tscl".

Did you mean: tsc
1999 Dec 09
1
tsboot
...gest to apply this patch to the file "boot/R/bootfuns.q" of the "boot" library at CRAN. best Adrian --- bootfuns.orig.q Thu Dec 9 10:07:23 1999 +++ bootfuns.q Thu Dec 9 10:06:51 1999 @@ -3267,8 +3267,8 @@ # post-blackened), model-based resampling and phase scrambling. # tscl <- class(tseries) - if (!is.null(tscl) && (any(tscl == "its"))) - stop("Irregular time series cannot be bootstrapped") +# if (!is.null(tscl) && (any(tscl == "its"))) +# stop("Irregular time series cannot be bootstrapped") if (R<=0) s...
1999 Dec 09
1
tsboot
...gest to apply this patch to the file "boot/R/bootfuns.q" of the "boot" library at CRAN. best Adrian --- bootfuns.orig.q Thu Dec 9 10:07:23 1999 +++ bootfuns.q Thu Dec 9 10:06:51 1999 @@ -3267,8 +3267,8 @@ # post-blackened), model-based resampling and phase scrambling. # tscl <- class(tseries) - if (!is.null(tscl) && (any(tscl == "its"))) - stop("Irregular time series cannot be bootstrapped") +# if (!is.null(tscl) && (any(tscl == "its"))) +# stop("Irregular time series cannot be bootstrapped") if (R<=0) s...
2005 Nov 17
1
[PATCH]xentrace_format doesn''t work on 64 bit arch
...CPUREC, line)[0] + line = sys.stdin.read(struct.calcsize(TRCREC)) if not line: break - (cpu, tsc, event, d1, d2, d3, d4, d5) = struct.unpack(TRCREC, line) + (tsc, event, d1, d2, d3, d4, d5) = struct.unpack(TRCREC, line) #tsc = (tscH<<32) | tscL _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel