Displaying 3 results from an estimated 3 matches for "bspl".
Did you mean:
bsp
2008 Jul 04
0
A question about SWITCH field in the output of cpuinfo
Here is the example:
ID ADDR FLG NRUN BSPL PRI RNRN KRNRN SWITCH THREAD PROC
0 fffffffffbc259b0 1b 1 0 -1 no no t-0 ffffff0003e05c80
(idle)
| |
RUNNING <--+ +--> PRI THREAD PROC
READY
EXISTS
ENABLE...
2002 Apr 22
1
predict.*bSpline() bugs extrapolating for deriv >= 1 (PR#1473)
...have corrected it for 1.5.1..
## Here is code reproducing the problems;
## I use try(.) whenever I know the current versions of R would
## give an error:
library(splines)
x <- c(1:3,5:6)
y <- c(3:1,5:6)
(isP <- interpSpline(x,y))# poly-spline representation
(isB <- interpSpline(x,y, bSpl = TRUE))# B-spline repr.
xo <- c(0, x, 10)# x + outside points
options(digits = 4)
for(der in 0:3) # deriv=3 fails!
print(formatC(try(predict(isP, xo, deriv = der)$y), wid=7,format="f"),
quote = FALSE)
##- Error in predict.npolySpline(isP, xo, deriv = der) :
##- subscr...
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed:
Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC)
Remote gcc version: gcc (GCC) 3.2.2
Remote g++ version: g++ (GCC) 3.2.2
Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib
make[5]: Entering directory `/local/build/R-1.7.0/src/library'
>>> Building/Updating