powered by
Single grid size empirical density function. To be used to construct the epdf function.
cube(data,mx,mn,grid.sizes)
N-dimensional data set.
Upper cropping point of the data.
Lower cropping point of the data.
Vector of grid sizes for the grid.
# NOT RUN { library("pracma") library("plyr") data<-cbind(rnorm(1000),rnorm(1000)) pdf<-cube(data,mx=c(1,1),mn=c(-1,-1),grid.sizes = c(0.01,0.01)) # }
Run the code above in your browser using DataLab