search for: npudensbw

Displaying 4 results from an estimated 4 matches for "npudensbw".

2009 Dec 14
0
Confused on using expand.grid(), array(), image() and npudens(np) in my case
Hi all, I want to use the npudens() function in the np package (multivariate kernel density estimation), but was confused by the several functions in the following codes,expand.grid(),array(),image() and npudensbw(). This confusion will only be generated in >=3 dimensions. I marked the four places with confusion1-4. I think there should be some kind of correspondence in those four places,but cannot figure them out.Thanks very much for chewing on this. #simulated dataset: d x1<-c(runif(100,0,1),runif(...
2010 Dec 06
0
npRmpi memory error
...function I'm using; npdenseqtestMatrix <- function(df1_row,df2_col,var_names,...) { dim_nms_row <- unique(df1_row[,'cat']) dim_nms_col <- unique(df2_col[,'cat']) tn_pval <- c() col_bw <- list() for(i in dim_nms_col) { col_bw[[which(dim_nms_col==i)]] <- npudensbw(df2_col[which(df2_col[,'cat']==i),var_names],...) } for(i in dim_nms_row) { df1_row_bw <- npudensbw(df1_row[which(df1_row[,'cat']==i),var_names],...) for(j in dim_nms_col) { tn_pval <- c(tn_pval,npdeneqtest(df1_row[which(df1_row[,'cat']==i),var_names],df2_col[...
2013 Mar 14
0
Versions 0.50-1 of the np and npRmpi packages released - new features and deprecated options…
...ine (2013) - a new function for multivariate mixed-data copula and copula density functions (`npcopula') that exploits Li and Racine (2013) Deprecated: With these new methods we have deprecated the use of `cdf=TRUE' for density and conditional bandwidth objects (i.e. those generated with `npudensbw' and `npcdensbw') and decoupled this functionality into `npudensbw'/`npudistbw' and `npcdensbw'/`npcdistbw' (previously bandwidths optimal for PDFs were used for CDFs given the lack of methods for mixed-data CDF bandwidth selection). Bug fixes: In addition we have correcte...
2013 Mar 14
0
Versions 0.50-1 of the np and npRmpi packages released - new features and deprecated options…
...ine (2013) - a new function for multivariate mixed-data copula and copula density functions (`npcopula') that exploits Li and Racine (2013) Deprecated: With these new methods we have deprecated the use of `cdf=TRUE' for density and conditional bandwidth objects (i.e. those generated with `npudensbw' and `npcdensbw') and decoupled this functionality into `npudensbw'/`npudistbw' and `npcdensbw'/`npcdistbw' (previously bandwidths optimal for PDFs were used for CDFs given the lack of methods for mixed-data CDF bandwidth selection). Bug fixes: In addition we have correcte...