next up previous contents
Next: Časové statistiky Up: Sběr statistik Previous: Statistiky

Příklad:

Testujeme střední hodnotu generátoru exponenciálního rozložení:

Stat  TestStat("St1");
  ...
  for(int i=0; i<10000; i++)
    TestStat(Exponential(10));  // záznam hodnoty
  TestStat.Output();            // tisk statistiky



Petr Peringer
Mon Dec 8 13:24:19 CET 1997