View source: R/ITCI-Dvine-inference-utils.R
ICA_given_model_constructor | R Documentation |
ICA_given_model_constructor()
returns a function fixes the unidentifiable
parameters at user-specified values and takes the identifiable parameters as
argument.
ICA_given_model_constructor(
fitted_model,
copula_par_unid,
copula_family2,
rotation_par_unid,
n_prec,
measure = "ICA",
mutinfo_estimator,
composite,
seed,
restr_time = +Inf
)
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. |
measure |
Compute intervals for which measure of surrogacy? Defaults to
|
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. |
restr_time |
Restriction time for the potential outcomes. Defaults to
|
A function that computes the ICA as a function of the identifiable
parameters. In this computation, the unidentifiable parameters are fixed at
the values supplied as arguments to ICA_given_model_constructor()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.