You are here

127 calls to PHPExcel_Calculation_Functions::NaN() in Loft Data Grids 6.2

FunctionsTest::testNaN in vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php
PHPExcel_Calculation::calculateCellValue in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php
* Calculate the value of a cell formula * * @access public *
PHPExcel_Calculation::_unwrapResult in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php
* Remove quotes used as a wrapper to identify string values * *
PHPExcel_Calculation::_wrapResult in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php
* Wrap string values in quotes * *
PHPExcel_Calculation_Database::DGET in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Database.php
* DGET * * Extracts a single value from a column of a list or database that matches conditions that you * specify. * * Excel Function: * DGET(database,field,criteria) * * @access public * @category Database Functions *
PHPExcel_Calculation_DateTime::DATE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DATE * * The DATE function returns a value that represents a particular date. * * NOTE: When used in a Cell Formula, MS Excel changes the cell format so that it matches the date * format of your regional settings. PHPExcel does not change…
PHPExcel_Calculation_DateTime::DATEDIF in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DATEDIF * *
PHPExcel_Calculation_DateTime::DAYOFMONTH in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DAYOFMONTH * * Returns the day of the month, for a specified date. The day is given as an integer * ranging from 1 to 31. * * Excel Function: * DAY(dateValue) * *
PHPExcel_Calculation_DateTime::DAYOFWEEK in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* DAYOFWEEK * * Returns the day of the week for a specified date. The day is given as an integer * ranging from 0 to 7 (dependent on the requested style). * * Excel Function: * WEEKDAY(dateValue[,style]) * *
PHPExcel_Calculation_DateTime::HOUROFDAY in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* HOUROFDAY * * Returns the hour of a time value. * The hour is given as an integer, ranging from 0 (12:00 A.M.) to 23 (11:00 P.M.). * * Excel Function: * HOUR(timeValue) * *
PHPExcel_Calculation_DateTime::MINUTEOFHOUR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* MINUTEOFHOUR * * Returns the minutes of a time value. * The minute is given as an integer, ranging from 0 to 59. * * Excel Function: * MINUTE(timeValue) * *
PHPExcel_Calculation_DateTime::MONTHOFYEAR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* MONTHOFYEAR * * Returns the month of a date represented by a serial number. * The month is given as an integer, ranging from 1 (January) to 12 (December). * * Excel Function: * MONTH(dateValue) * *
PHPExcel_Calculation_DateTime::SECONDOFMINUTE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* SECONDOFMINUTE * * Returns the seconds of a time value. * The second is given as an integer in the range 0 (zero) to 59. * * Excel Function: * SECOND(timeValue) * *
PHPExcel_Calculation_DateTime::TIME in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* TIME * * The TIME function returns a value that represents a particular time. * * NOTE: When used in a Cell Formula, MS Excel changes the cell format so that it matches the time * format of your regional settings. PHPExcel does not change…
PHPExcel_Calculation_DateTime::WEEKOFYEAR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* WEEKOFYEAR * * Returns the week of the year for a specified date. * The WEEKNUM function considers the week containing January 1 to be the first week of the year. * However, there is a European standard that defines the first week as the one…
PHPExcel_Calculation_DateTime::YEAR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* YEAR * * Returns the year corresponding to a date. * The year is returned as an integer in the range 1900-9999. * * Excel Function: * YEAR(dateValue) * *
PHPExcel_Calculation_Engineering::BESSELI in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BESSELI * * Returns the modified Bessel function In(x), which is equivalent to the Bessel function evaluated * for purely imaginary arguments * * Excel Function: * BESSELI(x,ord) * * @access public * @category Engineering…
PHPExcel_Calculation_Engineering::BESSELJ in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BESSELJ * * Returns the Bessel function * * Excel Function: * BESSELJ(x,ord) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::BESSELK in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BESSELK * * Returns the modified Bessel function Kn(x), which is equivalent to the Bessel functions evaluated * for purely imaginary arguments. * * Excel Function: * BESSELK(x,ord) * * @access public * @category Engineering…
PHPExcel_Calculation_Engineering::BESSELY in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BESSELY * * Returns the Bessel function, which is also called the Weber function or the Neumann function. * * Excel Function: * BESSELY(x,ord) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::BINTODEC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BINTODEC * * Return a binary value as decimal. * * Excel Function: * BIN2DEC(x) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::BINTOHEX in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BINTOHEX * * Return a binary value as hex. * * Excel Function: * BIN2HEX(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::BINTOOCT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BINTOOCT * * Return a binary value as octal. * * Excel Function: * BIN2OCT(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::DECTOBIN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* DECTOBIN * * Return a decimal value as binary. * * Excel Function: * DEC2BIN(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::HEXTOBIN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* HEXTOBIN * * Return a hex value as binary. * * Excel Function: * HEX2BIN(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::HEXTODEC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* HEXTODEC * * Return a hex value as decimal. * * Excel Function: * HEX2DEC(x) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::HEXTOOCT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* HEXTOOCT * * Return a hex value as octal. * * Excel Function: * HEX2OCT(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::IMDIV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMDIV * * Returns the quotient of two complex numbers in x + yi or x + yj text format. * * Excel Function: * IMDIV(complexDividend,complexDivisor) * *
PHPExcel_Calculation_Engineering::IMLN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMLN * * Returns the natural logarithm of a complex number in x + yi or x + yj text format. * * Excel Function: * IMLN(complexNumber) * *
PHPExcel_Calculation_Engineering::IMLOG10 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMLOG10 * * Returns the common logarithm (base 10) of a complex number in x + yi or x + yj text format. * * Excel Function: * IMLOG10(complexNumber) * *
PHPExcel_Calculation_Engineering::IMLOG2 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMLOG2 * * Returns the base-2 logarithm of a complex number in x + yi or x + yj text format. * * Excel Function: * IMLOG2(complexNumber) * *
PHPExcel_Calculation_Engineering::IMPRODUCT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMPRODUCT * * Returns the product of two or more complex numbers in x + yi or x + yj text format. * * Excel Function: * IMPRODUCT(complexNumber[,complexNumber[,...]]) * *
PHPExcel_Calculation_Engineering::IMSUB in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* IMSUB * * Returns the difference of two complex numbers in x + yi or x + yj text format. * * Excel Function: * IMSUB(complexNumber1,complexNumber2) * *
PHPExcel_Calculation_Engineering::OCTTOBIN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* OCTTOBIN * * Return an octal value as binary. * * Excel Function: * OCT2BIN(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::OCTTODEC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* OCTTODEC * * Return an octal value as decimal. * * Excel Function: * OCT2DEC(x) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::OCTTOHEX in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* OCTTOHEX * * Return an octal value as hex. * * Excel Function: * OCT2HEX(x[,places]) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_Engineering::_nbrConversionFormat in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* Formats a number base string value with leading zeroes * *
PHPExcel_Calculation_Financial::ACCRINT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* ACCRINT * * Returns the accrued interest for a security that pays periodic interest. * * Excel Function: * ACCRINT(issue,firstinterest,settlement,rate,par,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::ACCRINTM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* ACCRINTM * * Returns the accrued interest for a security that pays interest at maturity. * * Excel Function: * ACCRINTM(issue,settlement,rate[,par[,basis]]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPDAYBS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPDAYBS * * Returns the number of days from the beginning of the coupon period to the settlement date. * * Excel Function: * COUPDAYBS(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPDAYS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPDAYS * * Returns the number of days in the coupon period that contains the settlement date. * * Excel Function: * COUPDAYS(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPDAYSNC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPDAYSNC * * Returns the number of days from the settlement date to the next coupon date. * * Excel Function: * COUPDAYSNC(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPNCD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPNCD * * Returns the next coupon date after the settlement date. * * Excel Function: * COUPNCD(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPNUM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPNUM * * Returns the number of coupons payable between the settlement date and maturity date, * rounded up to the nearest whole coupon. * * Excel Function: * COUPNUM(settlement,maturity,frequency[,basis]) * * @access public *…
PHPExcel_Calculation_Financial::COUPPCD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPPCD * * Returns the previous coupon date before the settlement date. * * Excel Function: * COUPPCD(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::CUMIPMT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* CUMIPMT * * Returns the cumulative interest paid on a loan between the start and end periods. * * Excel Function: * CUMIPMT(rate,nper,pv,start,end[,type]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::CUMPRINC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* CUMPRINC * * Returns the cumulative principal paid on a loan between the start and end periods. * * Excel Function: * CUMPRINC(rate,nper,pv,start,end[,type]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::DB in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* DB * * Returns the depreciation of an asset for a specified period using the * fixed-declining balance method. * This form of depreciation is used if you want to get a higher depreciation value * at the beginning of the depreciation (as…
PHPExcel_Calculation_Financial::DDB in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* DDB * * Returns the depreciation of an asset for a specified period using the * double-declining balance method or some other method you specify. * * Excel Function: * DDB(cost,salvage,life,period[,factor]) * * @access public *…
PHPExcel_Calculation_Financial::DISC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* DISC * * Returns the discount rate for a security. * * Excel Function: * DISC(settlement,maturity,price,redemption[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::DOLLARDE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* DOLLARDE * * Converts a dollar price expressed as an integer part and a fraction * part into a dollar price expressed as a decimal number. * Fractional dollar numbers are sometimes used for security prices. * * Excel Function: …
PHPExcel_Calculation_Financial::DOLLARFR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* DOLLARFR * * Converts a dollar price expressed as a decimal number into a dollar price * expressed as a fraction. * Fractional dollar numbers are sometimes used for security prices. * * Excel Function: …
PHPExcel_Calculation_Financial::EFFECT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* EFFECT * * Returns the effective interest rate given the nominal rate and the number of * compounding payments per year. * * Excel Function: * EFFECT(nominal_rate,npery) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::FV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* FV * * Returns the Future Value of a cash flow with constant payments and interest rate (annuities). * * Excel Function: * FV(rate,nper,pmt[,pv[,type]]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::INTRATE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* INTRATE * * Returns the interest rate for a fully invested security. * * Excel Function: * INTRATE(settlement,maturity,investment,redemption[,basis]) * *
PHPExcel_Calculation_Financial::IPMT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* IPMT * * Returns the interest payment for a given period for an investment based on periodic, constant payments and a constant interest rate. * * Excel Function: * IPMT(rate,per,nper,pv[,fv][,type]) * *
PHPExcel_Calculation_Financial::NOMINAL in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* NOMINAL * * Returns the nominal interest rate given the effective rate and the number of compounding payments per year. * *
PHPExcel_Calculation_Financial::NPER in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* NPER * * Returns the number of periods for a cash flow with constant periodic payments (annuities), and interest rate. * *
PHPExcel_Calculation_Financial::PMT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* PMT * * Returns the constant payment (annuity) for a cash flow with a constant interest rate. * *
PHPExcel_Calculation_Financial::PPMT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* PPMT * * Returns the interest payment for a given period for an investment based on periodic, constant payments and a constant interest rate. * *
PHPExcel_Calculation_Financial::PRICE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
PHPExcel_Calculation_Financial::PRICEDISC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* PRICEDISC * * Returns the price per $100 face value of a discounted security. * *
PHPExcel_Calculation_Financial::PRICEMAT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* PRICEMAT * * Returns the price per $100 face value of a security that pays interest at maturity. * *
PHPExcel_Calculation_Financial::PV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* PV * * Returns the Present Value of a cash flow with constant payments and interest rate (annuities). * *
PHPExcel_Calculation_Financial::RECEIVED in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* RECEIVED * * Returns the price per $100 face value of a discounted security. * *
PHPExcel_Calculation_Financial::SLN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* SLN * * Returns the straight-line depreciation of an asset for one period * *
PHPExcel_Calculation_Financial::SYD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* SYD * * Returns the sum-of-years' digits depreciation of an asset for a specified period. * *
PHPExcel_Calculation_Financial::TBILLPRICE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* TBILLPRICE * * Returns the yield for a Treasury bill. * *
PHPExcel_Calculation_Financial::TBILLYIELD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* TBILLYIELD * * Returns the yield for a Treasury bill. * *
PHPExcel_Calculation_Financial::XIRR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
PHPExcel_Calculation_Financial::XNPV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* XNPV * * Returns the net present value for a schedule of cash flows that is not necessarily periodic. * To calculate the net present value for a series of cash flows that is periodic, use the NPV function. * * Excel Function: …
PHPExcel_Calculation_Financial::YIELDDISC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* YIELDDISC * * Returns the annual yield of a security that pays interest at maturity. * *
PHPExcel_Calculation_Financial::YIELDMAT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* YIELDMAT * * Returns the annual yield of a security that pays interest at maturity. * *
PHPExcel_Calculation_Financial::_daysPerYear in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* _daysPerYear * * Returns the number of days in a specified year, as defined by the "basis" value * *
PHPExcel_Calculation_MathTrig::CEILING in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* CEILING * * Returns number rounded up, away from zero, to the nearest multiple of significance. * For example, if you want to avoid using pennies in your prices and your product is * priced at $4.42, use the formula =CEILING(4.42,0.05) to…
PHPExcel_Calculation_MathTrig::COMBIN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* COMBIN * * Returns the number of combinations for a given number of items. Use COMBIN to * determine the total possible number of groups for a given number of items. * * Excel Function: * COMBIN(numObjs,numInSet) * *…
PHPExcel_Calculation_MathTrig::FACT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* FACT * * Returns the factorial of a number. * The factorial of a number is equal to 1*2*3*...* number. * * Excel Function: * FACT(factVal) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::FACTDOUBLE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* FACTDOUBLE * * Returns the double factorial of a number. * * Excel Function: * FACTDOUBLE(factVal) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::FLOOR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* FLOOR * * Rounds number down, toward zero, to the nearest multiple of significance. * * Excel Function: * FLOOR(number[,significance]) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::GCD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* GCD * * Returns the greatest common divisor of a series of numbers. * The greatest common divisor is the largest integer that divides both * number1 and number2 without a remainder. * * Excel Function: * GCD(number1[,number2[,…
PHPExcel_Calculation_MathTrig::LCM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* LCM * * Returns the lowest common multiplier of a series of numbers * The least common multiple is the smallest positive integer that is a multiple * of all integer arguments number1, number2, and so on. Use LCM to add fractions * with…
PHPExcel_Calculation_MathTrig::LOG_BASE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* LOG_BASE * * Returns the logarithm of a number to a specified base. The default base is 10. * * Excel Function: * LOG(number[,base]) * * @access public * @category Mathematical and Trigonometric Functions *
PHPExcel_Calculation_MathTrig::MROUND in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* MROUND * * Rounds a number to the nearest multiple of a specified value * *
PHPExcel_Calculation_MathTrig::MULTINOMIAL in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* MULTINOMIAL * * Returns the ratio of the factorial of a sum of values to the product of factorials. * *
PHPExcel_Calculation_MathTrig::POWER in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* POWER * * Computes x raised to the power y. * *
PHPExcel_Calculation_MathTrig::SQRTPI in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* SQRTPI * * Returns the square root of (number * pi). * *
PHPExcel_Calculation_Statistical::AVEDEV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* AVEDEV * * Returns the average of the absolute deviations of data points from their mean. * AVEDEV is a measure of the variability in a data set. * * Excel Function: * AVEDEV(value1[,value2[, ...]]) * * @access public * @category…
PHPExcel_Calculation_Statistical::BETADIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* BETADIST * * Returns the beta distribution. * *
PHPExcel_Calculation_Statistical::BETAINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* BETAINV * * Returns the inverse of the beta distribution. * *
PHPExcel_Calculation_Statistical::BINOMDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* BINOMDIST * * Returns the individual term binomial distribution probability. Use BINOMDIST in problems with * a fixed number of tests or trials, when the outcomes of any trial are only success or failure, * when trials are independent, and…
PHPExcel_Calculation_Statistical::CHIDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* CHIDIST * * Returns the one-tailed probability of the chi-squared distribution. * *
PHPExcel_Calculation_Statistical::CONFIDENCE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* CONFIDENCE * * Returns the confidence interval for a population mean * *
PHPExcel_Calculation_Statistical::CRITBINOM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* CRITBINOM * * Returns the smallest value for which the cumulative binomial distribution is greater * than or equal to a criterion value * * See http://support.microsoft.com/kb/828117/ for details of the algorithm used * *
PHPExcel_Calculation_Statistical::DEVSQ in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* DEVSQ * * Returns the sum of squares of deviations of data points from their sample mean. * * Excel Function: * DEVSQ(value1[,value2[, ...]]) * * @access public * @category Statistical Functions *
PHPExcel_Calculation_Statistical::EXPONDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* EXPONDIST * * Returns the exponential distribution. Use EXPONDIST to model the time between events, * such as how long an automated bank teller takes to deliver cash. For example, you can * use EXPONDIST to determine the probability that…
PHPExcel_Calculation_Statistical::FISHER in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* FISHER * * Returns the Fisher transformation at x. This transformation produces a function that * is normally distributed rather than skewed. Use this function to perform hypothesis * testing on the correlation coefficient. * *
PHPExcel_Calculation_Statistical::GAMMADIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* GAMMADIST * * Returns the gamma distribution. * *
PHPExcel_Calculation_Statistical::GAMMAINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* GAMMAINV * * Returns the inverse of the beta distribution. * *
PHPExcel_Calculation_Statistical::GAMMALN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* GAMMALN * * Returns the natural logarithm of the gamma function. * *
PHPExcel_Calculation_Statistical::GEOMEAN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* GEOMEAN * * Returns the geometric mean of an array or range of positive data. For example, you * can use GEOMEAN to calculate average growth rate given compound interest with * variable rates. * * Excel Function: …
PHPExcel_Calculation_Statistical::HARMEAN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* HARMEAN * * Returns the harmonic mean of a data set. The harmonic mean is the reciprocal of the * arithmetic mean of reciprocals. * * Excel Function: * HARMEAN(value1[,value2[, ...]]) * * @access public * @category Statistical…
PHPExcel_Calculation_Statistical::HYPGEOMDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* HYPGEOMDIST * * Returns the hypergeometric distribution. HYPGEOMDIST returns the probability of a given number of * sample successes, given the sample size, population successes, and population size. * *
PHPExcel_Calculation_Statistical::LARGE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* LARGE * * Returns the nth largest value in a data set. You can use this function to * select a value based on its relative standing. * * Excel Function: * LARGE(value1[,value2[, ...]],entry) * * @access public * @category…
PHPExcel_Calculation_Statistical::LOGEST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* LOGEST * * Calculates an exponential curve that best fits the X and Y data series, * and then returns an array that describes the line. * *
PHPExcel_Calculation_Statistical::LOGINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* LOGINV * * Returns the inverse of the normal cumulative distribution * *
PHPExcel_Calculation_Statistical::LOGNORMDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* LOGNORMDIST * * Returns the cumulative lognormal distribution of x, where ln(x) is normally distributed * with parameters mean and standard_dev. * *
PHPExcel_Calculation_Statistical::MEDIAN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* MEDIAN * * Returns the median of the given numbers. The median is the number in the middle of a set of numbers. * * Excel Function: * MEDIAN(value1[,value2[, ...]]) * * @access public * @category Statistical Functions *
PHPExcel_Calculation_Statistical::NEGBINOMDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* NEGBINOMDIST * * Returns the negative binomial distribution. NEGBINOMDIST returns the probability that * there will be number_f failures before the number_s-th success, when the constant * probability of a success is probability_s. This…
PHPExcel_Calculation_Statistical::NORMDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* NORMDIST * * Returns the normal distribution for the specified mean and standard deviation. This * function has a very wide range of applications in statistics, including hypothesis * testing. * *
PHPExcel_Calculation_Statistical::NORMINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* NORMINV * * Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation. * *
PHPExcel_Calculation_Statistical::PERCENTILE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* PERCENTILE * * Returns the nth percentile of values in a range.. * * Excel Function: * PERCENTILE(value1[,value2[, ...]],entry) * * @access public * @category Statistical Functions *
PHPExcel_Calculation_Statistical::PERCENTRANK in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* PERCENTRANK * * Returns the rank of a value in a data set as a percentage of the data set. * *
PHPExcel_Calculation_Statistical::PERMUT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* PERMUT * * Returns the number of permutations for a given number of objects that can be * selected from number objects. A permutation is any set or subset of objects or * events where internal order is significant. Permutations are…
PHPExcel_Calculation_Statistical::POISSON in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* POISSON * * Returns the Poisson distribution. A common application of the Poisson distribution * is predicting the number of events over a specific time, such as the number of * cars arriving at a toll plaza in 1 minute. * *
PHPExcel_Calculation_Statistical::QUARTILE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* QUARTILE * * Returns the quartile of a data set. * * Excel Function: * QUARTILE(value1[,value2[, ...]],entry) * * @access public * @category Statistical Functions *
PHPExcel_Calculation_Statistical::SMALL in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* SMALL * * Returns the nth smallest value in a data set. You can use this function to * select a value based on its relative standing. * * Excel Function: * SMALL(value1[,value2[, ...]],entry) * * @access public * @category…
PHPExcel_Calculation_Statistical::STANDARDIZE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* STANDARDIZE * * Returns a normalized value from a distribution characterized by mean and standard_dev. * *
PHPExcel_Calculation_Statistical::TDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* TDIST * * Returns the probability of Student's T distribution. * *
PHPExcel_Calculation_Statistical::TRIMMEAN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* TRIMMEAN * * Returns the mean of the interior of a data set. TRIMMEAN calculates the mean * taken by excluding a percentage of data points from the top and bottom tails * of a data set. * * Excel Function: * TRIMEAN(value1[,value2[,…
PHPExcel_Calculation_Statistical::WEIBULL in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* WEIBULL * * Returns the Weibull distribution. Use this distribution in reliability * analysis, such as calculating a device's mean time to failure. * *
PHPExcel_Calculation_TextData::DOLLAR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* DOLLAR * * This function converts a number to text using currency format, with the decimals rounded to the specified place. * The format used is $#,##0.00_);($#,##0.00).. * *
PHPExcel_Calculation_TextData::FIXEDFORMAT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/TextData.php
* FIXEDFORMAT * *
PHPExcel_Shared_JAMA_Matrix::arrayRightDivide in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php
* arrayRightDivide * * Element-by-element right division * A / B *
PHPExcel_Shared_JAMA_Matrix::arrayTimesEquals in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php
* arrayTimesEquals * * Element-by-element multiplication * Aij = Aij * Bij *
PHPExcel_Shared_JAMA_Matrix::minusEquals in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php
* minusEquals * * A = A - B *
PHPExcel_Shared_JAMA_Matrix::plusEquals in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php
* plusEquals * * A = A + B *
PHPExcel_Shared_JAMA_Matrix::power in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php
* power * * A = A ^ B *