search for: dxdy

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

Did you mean: drdy
2012 Dec 17
1
Triple Integration in R
I'm using Kernel Utilization distributions to estimate overlap in animal territories. There are various ways to calculate this overlap and one of the equations is : V.I. = ??? min (f1 (x,y,z), f2 (x,y,z)) dxdy where f1 = utilization distribution for bird 1 in 3 spatial dimensions (x,y,z). I can produce these already, but no idea how to do the rest. Thoughts? -- View this message in context: http://r.789695.n4.nabble.com/Triple-Integration-in-R-tp4653340.html Sent from the R help mailing list archi...
2008 Mar 25
3
derivatives in R
Hi, I posted this message earlier in "Rmetrics" and I don't know whether I posted in the wrong place, so I'm posting it again in Rhelp. I have a function in x and y and let's call it f(x,y). I need to get the Hessian matrix. i.e I need (d^2f/dx^2), (d^2f/dxdy), (d^2f/dydx), (d^2f/dy^2).I can get these using the D function. now I need to evaluste the hessian matrix for -5<x<5 and -2<y<2 and I also need to print the output. I tried using a for loop,but it is giving me an error. Thanks -- View this message in context: http://www.nabble....
2008 Oct 22
0
Calculate individual R2n values
Does anyone know an alternate way of calculating R2n with spatial data other than converting values into ltraj format (adehabitat package)? I have a series of geographic xy coordinates (in metres). I imagine I can subtract x1y1 from x2y2 to get the spatial difference (dxdy), but what function can I use to calculate R2n (i.e. net squared displacement) using this information? Tyler -- View this message in context: http://www.nabble.com/Calculate-individual-R2n-values-tp20117821p20117821.html Sent from the R help mailing list archive at Nabble.com.