.. _sem_params:
sem_params
--------------
.. rubric:: SEM parameters
.. list-table::
* - Package
- Benchpress
* - Version
-
* - Language
- `R `__
* - Docs
-
* - Paper
- :footcite:t:`rios2025benchpress`
* - Graph type
- `DAG `__
* - Docker
- `bpimages/bidag:2.1.4 `__
* - Module
- `sem_params `__
.. rubric:: Description
An object of this module defines a Bayesian network by generating the weight matrix :math:`W` of a Gaussian linear structural equation model (SEM) of the form
.. math::
Y_i=\sum_{j:Y_j\in pa(Y)} W_{ij}Y_j + Z_i,
where :math:`Z_i\sim \mathcal N(\mu, \sigma^2)` and elements of :math:`W` are distributed as
.. math::
W_{ij} \sim
\begin{cases}
\mathrm{Unif}([a, b])\mathrm{Unif}(\{-1,1\}) & \text{ if }(i, j) \in E\\
0 & \text{ otherwise.}
\end{cases}
.. rubric:: Example
.. code-block:: json
[
{
"id": "SEM",
"min": 0.25,
"max": 1
}
]
.. footbibliography::