Module raw

Source
Expand description

Modelling code

This module contains all code used to model data produced by the main executable.

Structs§

SummarizedVariable
Structure used to represent the summarized data of the timers.
TalliedVariable
Structure used to model tallied events, interpreted as discrete finite random variables.
TalliesReport
Structure modelling a report produced by the main executable.
TimerReport
Structure used to represent the entire timer report of a single simulation

Enums§

TalliedData
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.