lds::poisson #
Linear Dynamical Systems with Poisson observations.
Classes #
Name | |
---|---|
class | lds::poisson::Controller PLDS Controller Type. |
class | lds::poisson::Fit PLDS Fit Type. |
class | lds::poisson::FitEM PLDS E-M Fit Type. |
class | lds::poisson::FitSSID Subspace Identification (SSID) for PLDS. |
class | lds::poisson::SwitchedController Poisson-observation SwitchedController Type. |
class | lds::poisson::System Poisson System type. |
Attributes #
Name | |
---|---|
std::random_device | rd random device for simulating poisson data |
std::mt19937 | rng random number generator for simulating poisson data |
Attribute Details #
rd #
static std::random_device rd;
rng #
static std::mt19937 rng = std::mt19937(
rd());
Updated on 19 May 2022 at 17:16:04 Eastern Daylight Time