Cross-Validated Pairs Plot (Helper Functions)
np.pairs.RdCompute pairwise nonparametric regressions and densities for a set of variables, then plot a pairs-style display with fitted smoothers.
Arguments
Data, Bandwidth Inputs And Formula Interface
These arguments identify the variables, data, and pair specifications to plot.
Value
np.pairs returns a list with components
y_vars, pair_names, and pair_kerns.
np.pairs.plot returns NULL (invisibly).
Details
Documentation guide: see np.kernels for kernels, np.options for global options, and plot for plotting options.
On the diagonal, npudens is used to compute kernel density
estimates. Off-diagonal panels use npreg with residuals to draw
scatterplots and smoothers.