Displaying 2 results from an estimated 2 matches for "p177".
Did you mean:
177
2010 Apr 14
1
envelope in spatstat
...the following would work:
E <- envelope(points, markcorr, nsim=20,
simulate=expression(rlabel(points)))
Howeve, in the above 'markcorr' calculates G(m1,m2)=m1*m2 by default. So
need to specify the test function to be G(m1,m2)= sin(abs(m1-m2))^2.
According to the spatstat manual (p177), I may need to 'cook up' a specific
function, like this:
Kdif = function(X, ..., i) {
Kidot = Kdot(X, ..., i = i)
K = Kest(X, ...)
dif = eval.fv(Kidot - K)
return(dif)
}
E = envelope(lansing, Kdif, i='blackoak',
simulate=expression(rlabel(lansing)))
So how do I tell ...
2006 Jun 09
3
GXP-2000 MultiPurpose Keys
Is it possible to program the multi-purpose keys on a GXP-2000
remotely via a TFTP configuration file? If so, what are the
parameters to put in the configuration file?
Thanks,
Daniel