temci.misc package

Submodules

temci.misc.game module

temci.misc.meta_analysis module

Just some code to create the plots for the mata analysis of publications in my bachelor thesis.

temci.misc.meta_analysis.combine_chairs(chairs: typing.Iterable[typing.Dict[str, typing.List[int]]]) → typing.Dict[str, typing.List[int]][source]
temci.misc.meta_analysis.has_both(chair: typing.Dict[str, typing.List[int]]) → bool[source]
temci.misc.meta_analysis.latex_standalone(tex: str, standalone: bool = True, file: str = None) → str[source]
temci.misc.meta_analysis.max_for_a_year(chair: typing.Dict[str, typing.List[int]]) → int[source]
temci.misc.meta_analysis.max_years(chair: typing.Dict[str, typing.List[int]]) → int[source]
temci.misc.meta_analysis.normalize_chair(chair: typing.Dict[str, typing.List[int]]) → typing.Dict[str, typing.List[int]][source]
temci.misc.meta_analysis.plot_chair_in_latex(chair: typing.Dict[str, typing.List[int]]) → str[source]
temci.misc.meta_analysis.plot_chairs_sum_in_latex(chairs: typing.List[typing.Dict[str, typing.List[int]]], labels: typing.List[str]) → str[source]
temci.misc.meta_analysis.sum_up_chair(chair: typing.Dict[str, typing.List[int]]) → typing.Dict[str, int][source]
temci.misc.meta_analysis.year_dict(chair: typing.Dict[str, typing.List[int]], year: int) → typing.Dict[str, int][source]

Module contents

The stuff in this folder doesn’t really belong to the temci tool but builds on top of it some cool applications, like a benchmarksgame inspired comparison of different implementations of several languages. The tools may depend on other code or packages than the temci tool itself.