public static function primaerbedarfstest()
 {
     echo "Dezember 2012:: " . AuftragsVerfolgung::getBedarfeVonTeilInMonatJahr("Aircar", AuftragsVerfolgung::getTimestamp(5, 12, 2012)) . "<br>";
     $bedarfeVormonate = array(50, 50, 50, 90);
     echo PrimaerbedarfsAnalyse::exponentielleGlaettung(0.2, 90, PrimaerbedarfsAnalyse::arithmetischesMittel($bedarfeVormonate));
 }