API documentation

The dTRAM estimator

For running dTRAM, the following API functions are available on the package level, i.e.,

from pytram import dtram, dtram_from_matrix

dtram

Run dTRAM using the TRAMData object as input:

dtram_from_matrix

Run dTRAM using the mathematical expressions as input:

The xTRAM estimator

For running xTRAM, the following API functions are available on the package level, i.e.,

from pytram import xtram, xtram_from_matrix

xtram

Run xTRAM using the TRAMData object as input:

xtram_from_matrix

Run xTRAM using the mathematical expressions as input: