Description Usage Arguments Value
Compute the parameters bw, bw_continuous, conditional_bw_discrete, and conditional_center_discrete_offset_multiplier for the pdtmvn_kernel function from the eigen-decomposition of the bandwidth matrix.
1 2 | compute_pdtmvn_kernel_bw_params_from_bw_eigen(multilogit_bw_evecs, bw_evecs,
log_bw_evals, bw_evals, continuous_var_col_inds, discrete_var_col_inds)
|
bw_evecs |
matrix whose columns are the eigenvectors of the bandwidth matrix. |
bw_evals |
vector of eigenvalues of the bandwidth matrix. |
continuous_vars |
Vector containing column indices for continuous variables. |
discrete_vars |
Vector containing column indices for discrete variables. |
Named list with four components: bw, bw_continuous, conditional_bw_discrete, and conditional_center_discrete_offset_multiplier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.