Expand description
Modelling code
This module contains all code used to model data produced by the main executable.
Structs§
- Summarized
Variable - Structure used to represent the summarized data of the timers.
- Tallied
Variable - Structure used to model tallied events, interpreted as discrete finite random variables.
- Tallies
Report - Structure modelling a report produced by the main executable.
- Timer
Report - Structure used to represent the entire timer report of a single simulation
Enums§
- Tallied
Data - Enum used to represent & map tallied data and their indexes.
- TimerSV
- Enum used to represent & map timers breakdown and their indexes.
Constants§
- N_
TALLIED_ DATA - Number of fields presented in the tallies report produced
by
fastiron
. - N_
TIMERS - Number of sections in a timers report.
- TIMERS_
ARR - Array of the sections of a timers report.
Functions§
- correlation
- Returns the correlation coefficient of two given TalliedVariable.
- covariance
- Returns the covariance of two given TalliedVariable.