PHPExcel_Shared
[ class tree: PHPExcel_Shared ] [ index: PHPExcel_Shared ] [ all elements ]

Todo List

PHPExcel_Calculation

PHPExcel_Calculation_Statistical::BINOMDIST()

  • Cumulative distribution function

PHPExcel_Calculation_Statistical::CRITBINOM()

  • Warning. This implementation differs from the algorithm detailed on the MS web site in that $CumPGuessMinus1 = $CumPGuess - 1 rather than $CumPGuess - $PGuess This eliminates a potential endless loop error, but may have an adverse affect on the accuracy of the function (although all my tests have so far returned correct results).

PHPExcel_Calculation_LookupRef::INDIRECT()

  • Support for the optional a1 parameter introduced in Excel 2010

PHPExcel_Calculation_Statistical::LOGINV()

  • Try implementing P J Acklam's refinement algorithm for greater accuracy if I can get my head round the mathematics (as described at) http://home.online.no/~pjacklam/notes/invnorm/

Math_Stats

Base::interquartileMean()

  • need to double check the equation

Base::percentile()

  • need to double check generality of the algorithm

Base::quartileSkewnessCoefficient()

  • need to double check the equation

Base::quartileVariationCoefficient()

  • need to double check the equation

Documentation generated on Sat, 19 May 2012 14:52:44 +0200 by phpDocumentor 1.4.4