Crate causal_hub

Crate causal_hub 

Source
Expand description

§CausalHub

CausalHub is a library for causal inference and causal discovery. It provides tools for estimating causal effects, learning causal structures, and more.

Modules§

assets
Assets such as datasets, models, and other resources.
datasets
Dataset structures.
estimators
Parameter and structure learning algorithms.
inference
Inference algorithms.
io
Input/output functions.
models
Models structures.
random
Random generators.
samplers
Sampling algorithms.
types
Support types.
utils
Utility functions.

Macros§

impl_json_io
A macro to implement the JsonIO trait for a given type.
labels
Create a Labels set from a list of string-like values.
map
Create a Map from a list of key-value pairs.
set
Create a Set from a list of values.
states
Create a States map from a list of variable-state pairs.