Disclaimer: Auto generated file. Please help us setting parameters to useful values and extending the examples.

/**
     *
     * @param array $consolidateByKeys ['totalsBy_1','subtotalsBy_2',...]
     * @param array $valuesKeyedBy Keys for values to generate totals & subtotals ['value_1',...]
     * @param integer $decimals 2
     * @param integer $exceptions How to manage missing, null, N/A & not numeric. ia\Math\Stats::MISSING_ ia\Math\Stats::NA_ default Asume set to 0.00
     * @return void
     */
/*
 $statsTotalIt = new StatsTotalIt(array $consolidateByKeys, array $valuesKeyedBy, integer $decimals = 2, integer $exceptions = 8);
*/

$statsTotalIt = new StatsTotalIt(['a' => '1', 'b' => '2', 'c' => 3], ['a' => '1', 'b' => '2', 'c' => 3]);


Fatal error: Uncaught Error: Class "ia\Math\StatsTotalIt" not found in /lamp/www/iaLib/ia_examples/code/ia/Math/StatsTotalIt_example_code.php:30 Stack trace: #0 {main} thrown in /lamp/www/iaLib/ia_examples/code/ia/Math/StatsTotalIt_example_code.php on line 30