Module nyx_space::mc

source ·
Expand description

Monte Carlo module

Modules

Structs

  • A dispersed state
  • A state generator for Monte Carlo analyses.
  • A Monte Carlo framework, automatically running on all threads via a thread pool. This framework is targeted toward analysis of time-continuous variables. One caveat of the design is that the trajectory is used for post processing, not each individual state. This may prevent some event switching from being shown in GNC simulations.
  • A state generator for Monte Carlo analyses.
  • A structure of Monte Carlo results

Traits

  • Statistical measures of a single variable (one generic vector of data) and vector algebra applicable to a single (generic) vector. Thus these methods take no arguments.

Type Definitions