exppqttype
Exppqttype is a hypothetical distribution type discussed in the context of type systems for probabilistic programming and statistical modeling. It is described as a parametric construct that combines an exponential waiting-time behavior with a Poisson-quantile (PQ) transformation, yielding a family of distributions intended to capture processes with both continuous waiting times and discrete event effects. In practice, exppqttype serves as a design concept for languages or libraries that aim to express complex stochastic timing in a single type.
The exppqttype concept is defined by two positive parameters: a rate parameter lambda for the underlying exponential
In terms of semantics, a value drawn from exppqttype is generated by a two-stage process: first an
Exppqttype is largely theoretical and found mainly in discussions of language design, library interfaces, or formal
See also: exponential distribution, Poisson distribution, probabilistic programming, distribution types, stochastic modeling.