DoWhy | Making Causal Inference Easy
Contents:
DoWhy | 让因果推断容易
DoWhy:一个简单例子
相关性还是因果效应?
DoWhy: 因果效应估计方法
用 DoWhy 和 EconML 估计条件平均因果效应
DoWhy 因果 API Demo
Do-sampler 简介
Different ways to load an input graph
工具变量法估计因果效应
IHDP 因果效应估计
Lalonde 数据集上因果推断
Lalonde Pandas API Example
Code repository & Versions
dowhy package
DoWhy | Making Causal Inference Easy
Docs
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
L
|
M
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
A
add_effect_strength() (dowhy.causal_estimator.CausalEstimate method)
add_missing_nodes_as_common_causes() (dowhy.causal_graph.CausalGraph method)
add_node_attributes() (dowhy.causal_graph.CausalGraph method)
add_params() (dowhy.causal_estimator.CausalEstimate method)
add_significance_test_results() (dowhy.causal_estimator.CausalEstimate method)
(dowhy.causal_refuter.CausalRefutation method)
add_unobserved_common_cause() (dowhy.causal_graph.CausalGraph method)
AddUnobservedCommonCause (class in dowhy.causal_refuters.add_unobserved_common_cause)
all_observed() (dowhy.causal_graph.CausalGraph method)
apply_data_types() (dowhy.do_samplers.mcmc_sampler.McmcSampler method)
apply_parameters() (dowhy.do_samplers.mcmc_sampler.McmcSampler method)
apply_parents() (dowhy.do_samplers.mcmc_sampler.McmcSampler method)
B
binarize_discrete() (in module dowhy.utils.propensity_score)
binary_treatment_model() (in module dowhy.utils.propensity_score)
BootstrapRefuter (class in dowhy.causal_refuters.bootstrap_refuter)
build_bayesian_network() (dowhy.do_samplers.mcmc_sampler.McmcSampler method)
build_graph() (dowhy.causal_graph.CausalGraph method)
C
categorical_treatment_model() (in module dowhy.utils.propensity_score)
CausalAccessor (class in dowhy.api.causal_data_frame)
CausalEstimate (class in dowhy.causal_estimator)
CausalEstimator (class in dowhy.causal_estimator)
CausalGraph (class in dowhy.causal_graph)
CausalIdentifier (class in dowhy.causal_identifier)
CausalModel (class in dowhy.causal_model)
CausalRefutation (class in dowhy.causal_refuter)
CausalRefuter (class in dowhy.causal_refuter)
choice() (in module dowhy.datasets)
compute_weights() (dowhy.do_samplers.multivariate_weighting_sampler.MultivariateWeightingSampler method)
(dowhy.do_samplers.weighting_sampler.WeightingSampler method)
construct_backdoor_estimand() (dowhy.causal_identifier.CausalIdentifier method)
construct_col_names() (in module dowhy.datasets)
construct_iv_estimand() (dowhy.causal_identifier.CausalIdentifier method)
construct_symbolic_estimator() (dowhy.causal_estimator.CausalEstimator method)
(dowhy.causal_estimators.econml_cate_estimator.EconmlCateEstimator method)
(dowhy.causal_estimators.instrumental_variable_estimator.InstrumentalVariableEstimator method)
(dowhy.causal_estimators.linear_regression_estimator.LinearRegressionEstimator method)
(dowhy.causal_estimators.propensity_score_matching_estimator.PropensityScoreMatchingEstimator method)
(dowhy.causal_estimators.propensity_score_stratification_estimator.PropensityScoreStratificationEstimator method)
(dowhy.causal_estimators.propensity_score_weighting_estimator.PropensityScoreWeightingEstimator method)
(dowhy.causal_estimators.regression_discontinuity_estimator.RegressionDiscontinuityEstimator method)
continuous_treatment_model() (in module dowhy.utils.propensity_score)
convert_to_categorical() (in module dowhy.datasets)
convert_to_custom_type() (dowhy.api.causal_data_frame.CausalAccessor method)
create_dot_graph() (in module dowhy.datasets)
create_gml_graph() (in module dowhy.datasets)
D
DataSubsetRefuter (class in dowhy.causal_refuters.data_subset_refuter)
DEFAULT_NUM_SIMULATIONS (dowhy.causal_refuter.CausalRefuter attribute)
DimensionalityReducer (class in dowhy.data_transformer)
discrete_to_integer() (in module dowhy.utils.propensity_score)
disrupt_causes() (dowhy.do_sampler.DoSampler method)
(dowhy.do_samplers.multivariate_weighting_sampler.MultivariateWeightingSampler method)
(dowhy.do_samplers.weighting_sampler.WeightingSampler method)
do() (dowhy.api.causal_data_frame.CausalAccessor method)
(dowhy.causal_estimator.CausalEstimator method)
(dowhy.causal_model.CausalModel method)
do_sample() (dowhy.do_sampler.DoSampler method)
(dowhy.do_samplers.mcmc_sampler.McmcSampler method)
do_surgery() (dowhy.causal_graph.CausalGraph method)
do_x_surgery() (dowhy.do_samplers.mcmc_sampler.McmcSampler method)
DoSampler (class in dowhy.do_sampler)
dowhy (module)
dowhy.api (module)
dowhy.api.causal_data_frame (module)
dowhy.causal_estimator (module)
dowhy.causal_estimators (module)
dowhy.causal_estimators.econml_cate_estimator (module)
dowhy.causal_estimators.instrumental_variable_estimator (module)
dowhy.causal_estimators.linear_regression_estimator (module)
dowhy.causal_estimators.propensity_score_matching_estimator (module)
dowhy.causal_estimators.propensity_score_stratification_estimator (module)
dowhy.causal_estimators.propensity_score_weighting_estimator (module)
dowhy.causal_estimators.regression_discontinuity_estimator (module)
dowhy.causal_graph (module)
dowhy.causal_identifier (module)
dowhy.causal_model (module)
dowhy.causal_refuter (module)
dowhy.causal_refuters (module)
dowhy.causal_refuters.add_unobserved_common_cause (module)
dowhy.causal_refuters.bootstrap_refuter (module)
dowhy.causal_refuters.data_subset_refuter (module)
dowhy.causal_refuters.placebo_treatment_refuter (module)
dowhy.causal_refuters.random_common_cause (module)
dowhy.data_transformer (module)
dowhy.data_transformers (module)
dowhy.data_transformers.pca_reducer (module)
dowhy.datasets (module)
dowhy.do_sampler (module)
dowhy.do_samplers (module)
dowhy.do_samplers.kernel_density_sampler (module)
dowhy.do_samplers.mcmc_sampler (module)
dowhy.do_samplers.multivariate_weighting_sampler (module)
dowhy.do_samplers.weighting_sampler (module)
dowhy.plotter (module)
dowhy.utils (module)
dowhy.utils.api (module)
dowhy.utils.cli_helpers (module)
dowhy.utils.propensity_score (module)
E
EconmlCateEstimator (class in dowhy.causal_estimators.econml_cate_estimator)
estimate_effect() (dowhy.causal_estimator.CausalEstimator method)
(dowhy.causal_model.CausalModel method)
estimate_effect_naive() (dowhy.causal_estimator.CausalEstimator method)
evaluate_effect_strength() (dowhy.causal_estimator.CausalEstimator method)
F
filter_unobserved_variables() (dowhy.causal_graph.CausalGraph method)
fit_causal_model() (dowhy.do_samplers.mcmc_sampler.McmcSampler method)
G
get_ancestors() (dowhy.causal_graph.CausalGraph method)
get_causes() (dowhy.causal_graph.CausalGraph method)
get_class_object() (in module dowhy.causal_estimators)
(in module dowhy.causal_refuters)
(in module dowhy.do_samplers)
get_common_causes() (dowhy.causal_graph.CausalGraph method)
get_descendants() (dowhy.causal_graph.CausalGraph method)
get_effect_modifiers() (dowhy.causal_graph.CausalGraph method)
get_estimator_object() (dowhy.causal_refuter.CausalRefuter static method)
get_instruments() (dowhy.causal_graph.CausalGraph method)
get_parents() (dowhy.causal_graph.CausalGraph method)
get_type_string() (in module dowhy.utils.propensity_score)
get_unconfounded_observed_subgraph() (dowhy.causal_graph.CausalGraph method)
I
IdentifiedEstimand (class in dowhy.causal_identifier)
identify_effect() (dowhy.causal_identifier.CausalIdentifier method)
(dowhy.causal_model.CausalModel method)
include_confounders_effect() (dowhy.causal_refuters.add_unobserved_common_cause.AddUnobservedCommonCause method)
InstrumentalVariableEstimator (class in dowhy.causal_estimators.instrumental_variable_estimator)
K
KernelDensitySampler (class in dowhy.do_samplers.kernel_density_sampler)
KernelSampler (class in dowhy.do_samplers.kernel_density_sampler)
L
linear_dataset() (in module dowhy.datasets)
LinearRegressionEstimator (class in dowhy.causal_estimators.linear_regression_estimator)
M
make_intervention_effective() (dowhy.do_samplers.mcmc_sampler.McmcSampler method)
make_treatment_effective() (dowhy.do_sampler.DoSampler method)
(dowhy.do_samplers.multivariate_weighting_sampler.MultivariateWeightingSampler method)
(dowhy.do_samplers.weighting_sampler.WeightingSampler method)
McmcSampler (class in dowhy.do_samplers.mcmc_sampler)
MultivariateWeightingSampler (class in dowhy.do_samplers.multivariate_weighting_sampler)
P
parse_state() (in module dowhy.utils.api)
parse_x() (dowhy.api.causal_data_frame.CausalAccessor method)
PCAReducer (class in dowhy.data_transformers.pca_reducer)
perform_bootstrap_test() (dowhy.causal_refuter.CausalRefuter method)
perform_normal_distribution_test() (dowhy.causal_refuter.CausalRefuter method)
PlaceboTreatmentRefuter (class in dowhy.causal_refuters.placebo_treatment_refuter)
plot_causal_effect() (in module dowhy.plotter)
plot_treatment_outcome() (in module dowhy.plotter)
point_sample() (dowhy.do_sampler.DoSampler method)
propensity_of_treatment_score() (in module dowhy.utils.propensity_score)
PropensityScoreMatchingEstimator (class in dowhy.causal_estimators.propensity_score_matching_estimator)
PropensityScoreStratificationEstimator (class in dowhy.causal_estimators.propensity_score_stratification_estimator)
PropensityScoreWeightingEstimator (class in dowhy.causal_estimators.propensity_score_weighting_estimator)
Q
query_yes_no() (in module dowhy.utils.cli_helpers)
R
RandomCommonCause (class in dowhy.causal_refuters.random_common_cause)
RealizedEstimand (class in dowhy.causal_estimator)
reduce() (dowhy.data_transformer.DimensionalityReducer method)
(dowhy.data_transformers.pca_reducer.PCAReducer method)
refute_estimate() (dowhy.causal_model.CausalModel method)
(dowhy.causal_refuter.CausalRefuter method)
(dowhy.causal_refuters.add_unobserved_common_cause.AddUnobservedCommonCause method)
(dowhy.causal_refuters.bootstrap_refuter.BootstrapRefuter method)
(dowhy.causal_refuters.data_subset_refuter.DataSubsetRefuter method)
(dowhy.causal_refuters.placebo_treatment_refuter.PlaceboTreatmentRefuter method)
(dowhy.causal_refuters.random_common_cause.RandomCommonCause method)
RegressionDiscontinuityEstimator (class in dowhy.causal_estimators.regression_discontinuity_estimator)
reset() (dowhy.api.causal_data_frame.CausalAccessor method)
(dowhy.do_sampler.DoSampler method)
S
sample() (dowhy.do_sampler.DoSampler method)
(dowhy.do_samplers.multivariate_weighting_sampler.MultivariateWeightingSampler method)
(dowhy.do_samplers.weighting_sampler.WeightingSampler method)
sample_point() (dowhy.do_samplers.kernel_density_sampler.KernelSampler method)
sample_prior_causal_model() (dowhy.do_samplers.mcmc_sampler.McmcSampler method)
set_identifier_method() (dowhy.causal_identifier.IdentifiedEstimand method)
sigmoid() (in module dowhy.datasets)
simple_iv_dataset() (in module dowhy.datasets)
state_propensity_score() (in module dowhy.utils.propensity_score)
stochastically_convert_to_binary() (in module dowhy.datasets)
summary() (dowhy.causal_model.CausalModel method)
T
test_significance() (dowhy.causal_estimator.CausalEstimator method)
(dowhy.causal_refuter.CausalRefuter method)
U
update_assumptions() (dowhy.causal_estimator.RealizedEstimand method)
update_estimand_expression() (dowhy.causal_estimator.RealizedEstimand method)
V
view_graph() (dowhy.causal_graph.CausalGraph method)
view_model() (dowhy.causal_model.CausalModel method)
W
WeightingSampler (class in dowhy.do_samplers.weighting_sampler)
X
xy_dataset() (in module dowhy.datasets)