pois.ord: Structure learning with Poisson models using the Or-PPGM...

View source: R/PCguide.R

pois.ordR Documentation

Structure learning with Poisson models using the Or-PPGM algorithm

Description

This function estimates the adjacency matrix of a Poisson model given a matrix of counts and topological ordering, using the Or-PPGM algorithm proposed in Nguyen et al. (2022).

Usage

pois.ord(X, maxcard, alpha, order)

Arguments

X

the matrix of counts (n times p).

maxcard

the uper bound of the cardinality of the conditional sets K.

alpha

the significant level of the tests.

order

the topological ordering of variables (names of nodes).

Value

the estimated adjacency matrix of the graph.

References

Nguyen, Chiogna, Risso, Banzato (2022). Guided structure learning of DAGs for count data. arXiv:2206.09754.


drisso/learn2count documentation built on March 25, 2023, 4:21 p.m.