View source: R/ITCI-Dvine-inference-utils.R
delta_method_log_mutinfo | R Documentation |
delta_method_log_mutinfo()
computes the variance of the estimated log
mutual information, given the unidentifiable parameters.
delta_method_log_mutinfo(
fitted_model,
copula_par_unid,
copula_family2,
rotation_par_unid,
n_prec,
mutinfo_estimator = NULL,
composite,
seed,
eps = 0.001
)
fitted_model |
Returned value from |
copula_par_unid |
Parameter vector for the sequence of unidentifiable
bivariate copulas that define the D-vine copula. The elements of
|
copula_family2 |
Copula family of the other bivariate copulas. For the
possible options, see |
rotation_par_unid |
Vector of rotation parameters for the sequence of
unidentifiable bivariate copulas that define the D-vine copula. The elements of
|
n_prec |
Number of Monte Carlo samples for the computation of the mutual information. |
mutinfo_estimator |
Function that estimates the mutual information
between the first two arguments which are numeric vectors. Defaults to
|
composite |
(boolean) If |
seed |
Seed for Monte Carlo sampling. This seed does not affect the global environment. |
eps |
(numeric) Step size for finite difference in numeric differentiation |
This function should not be used. The ICA is computed through numerical methods with a considerable error. This error is negligible in individual estimates of the ICA; however, this error easily breaks the numeric differentiation because finite differences are inflated by this error.
(numeric) Variance for the estimated ICA based on the delta method, holding the unidentifiable parameters fixed at the user supplied values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.