component: The j-th component as a dist

View source: R/generics.R

componentR Documentation

The j-th component as a dist

Description

Returns the j-th component as an algebraic.dist::dist object with parameters baked in (so sampler, surv, etc. work directly on it).

Usage

component(x, j, ...)

Arguments

x

A dist_structure object.

j

Integer component index in 1:ncomponents(x).

...

Implementation-specific arguments (e.g., parameter overrides for lazily parameterized systems).

Value

An object inheriting from dist.


dist.structure documentation built on May 13, 2026, 1:07 a.m.