Module nyx_space::mc

source ·
Expand description

Monte Carlo module

Modules§

Structs§

  • A dispersed state
  • A dispersions configuration, allows specifying min/max bounds (by default, they are not set)
  • 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 multivariate state generator for Monte Carlo analyses. Ensures that the covariance is properly applied on all provided state variables.
  • A structure of Monte Carlo results
  • A dispersions configuration, allows specifying min/max bounds (by default, they are not set)

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 Aliases§