# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "fasttreeid" in publications use:' type: software license: MIT title: 'fasttreeid: Identifies Parameters in a Tree-Shaped SCM' version: 1.0.1 doi: 10.32614/CRAN.package.fasttreeid abstract: Implements the algorithm by Briefs and Bläser (2025) , based on the approach of Gupta and Bläser (2024) . It determines, for a structural causal model (SCM) whose directed edges form a tree, whether each parameter is unidentifiable, 1-identifiable or 2-identifiable (other cases cannot occur), using a randomized algorithm with provable running time O(n^3 log^2 n). authors: - family-names: Briefs given-names: Yasmine email: ybriefs@mpi-inf.mpg.de - family-names: Bläser given-names: Markus email: mblaeser@cs.uni-saarland.de repository: https://yasminebriefs.r-universe.dev repository-code: https://github.com/yasminebriefs/FastTreeID commit: 6a2142891c186ad18f2670a5396f6934c2eb8ac3 url: https://github.com/yasminebriefs/FastTreeID date-released: '2026-01-07' contact: - family-names: Briefs given-names: Yasmine email: ybriefs@mpi-inf.mpg.de