Displaying 3 results from an estimated 3 matches for "upcrossing".
2002 May 16
1
Tps
...ages:
1: GCV search gives a minumum at the endpoints of the grid search in:
Krig.find.gcvmin(info, lambda.grid, gcv.grid$GCV, Krig.fgcv,
2: GCV search gives a minumum at the endpoints of the grid search in:
Krig.find.gcvmin(info, lambda.grid, gcv.grid$GCV.one, Krig.fgcv.one,
3: Failed to find the upcrossing in: find.upcross(Krig.fs2hat, info,
upcross.level = shat.pure.error^2,
Any help please?
Many thanks
Rachid
--
Dr. Rachid Cheddadi
European Pollen Database Tel: 00.33.(0)4.90.96.18.18
Ancien Archeveche Fax: 00.33.(0)4.90.93.98.03
13200 Arles -France email: rachid....
2013 Feb 26
2
Help on a code
Dear List,
I have the following code:
x <-c(0, 13.8333333333333, 38.1666666666667, 62.1666666666667, 85.9166666666667, 108.916666666667)
y <-c(1.77, 2.39, 3, 2.65, 2.62, 1.8)
Interpolated <- approx(x, y,xout=0:tail(x, n=1),method="linear")
plot(Interpolated)
in this code x is time in hours (cumulative), and y is a biological variable. I am using linear interpolation
2013 May 30
2
RFC: a "safe" uniroot() function for future R
With main R releases only happening yearly in spring, now is
good time to consider *and* discuss new features for what we
often call "R-devel" and more officially is
R Under development (unstable) (.....) -- "Unsuffered Consequences"
Here is one such example I hereby expose to public scrutiny:
A few minutes ago, I've committed the following to R-devel
(the