search for: a_pw_asy_m_lii_2011

Displaying 1 result from an estimated 1 matches for "a_pw_asy_m_lii_2011".

2012 Dec 03
1
Resampling Help Needed
...ith 10 random points, 20 random points, etc.) but I figure there must be a way to make my life easier. Any help would be appreciated. Even pointing me in the correct direction would be a big help. Thanks! Nathan #read data files (.csv's with 200 rows of x,y,z coordinates) a<-read.csv("A_PW_ASY_M_LII_2011.csv") #calls the plug-in bandwidth estimator Ha <- Hpi(a) #sets min/max grid size for each dimension minX<-min(a$X)-25 minY<-min(a$Y)-25 minZ<-0 maxX<-max(a$X)+25 maxY<-max(a$Y)+25 maxZ<-max(a$Z)+5 #creates kernel utilization distribution fhata <- kde(x=a, H=Ha, bi...