Skip to content
DCM-Uni-Paderborn edited this page Aug 7, 2017 · 4 revisions

Welcome to the RPMD_Mainz wiki! =Overview over repositories=

The group's repository is located on GitHub/DCM-Uni-Paderborn. Currently three repositories available to group members exist. In general these repositories are for code that is used often and where you believe that all group members profit from its existence.

== Python Code Base == This is a repository for various useful python code, hosted on [https://github.com/DCM-Uni-Paderborn/python-base GitHub] It currently contains the following files:

  • Statistic
    provides simple statistics tools ** class Statistic
    aggregate and provide simple statistics over a data set ** def fabricate_from_stat
    <font color="black> generate a Statistic object from average, standard Deviation and sample size ** def fabricate_statistic
    pack a sum its square and sample number into an object

  • makeTable
    convert python lists to LaTeX arrays ** class Linestyles
    a list of table lining options currently implemented in MakeTex ** class MakeTex
    object that contains the table information ** def Mk_table_with_errors
    given data and error values, produce a table where all digits are significant and errors given in parentheses

==RPMD Mainz== the groups own MD code, downloadable from [https://github.com/DCM-Uni-Paderborn GitHub] Source code is currently a bubbling hot mess, so feel free to improve it

lets code in python
def your_stupid():
    return "why did you call this? Idiot!"
Clone this wiki locally