PoissonProcessScenario-class: Class '"PoissonProcessScenario"'

Description Objects from the Class Slots Methods Author(s) See Also

Description

This class is the result of a Poisson process simulation scenario, yielded by methods like hpp.scenario and nhpp.scenario. The object has slots for the simulated random processes, the mean process, and quantile processes. It has specific implementations of plot and show.

Objects from the Class

Objects can be created by calls of the form new("PoissonProcessScenario", ...), although they would more commonly be fetched from calls to hpp.scenario and nhpp.scenario.

Slots

x:

Object of class "matrix", the simulated process paths

x.bar:

Object of class "numeric", the mean process

x.bar.index:

Object of class "numeric", the time variable of the mean process

x.q:

Object of class "matrix", the quantile processes.

Methods

plot

signature(x = "PoissonProcessScenario"): ...

show

signature(object = "PoissonProcessScenario"): ...

Author(s)

Kristian Brock - Author, Daniel Slade - Contributor

See Also

hpp.scenario, nhpp.scenario


poisson documentation built on May 2, 2019, 6:53 a.m.