21.08.2013 Views

LibreOffice 3.4 Calc Guide - The Document Foundation Wiki

LibreOffice 3.4 Calc Guide - The Document Foundation Wiki

LibreOffice 3.4 Calc Guide - The Document Foundation Wiki

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Syntax Description<br />

NORMDIST(number; mean;<br />

STDEV; C)<br />

NORMINV(number; mean;<br />

STDEV)<br />

Returns the normal distribution for the given Number in the<br />

distribution. Mean is the mean value of the distribution.<br />

STDEV is the standard deviation of the distribution. C = 0<br />

calculates the density function, and C = 1 calculates the<br />

distribution.<br />

Returns the inverse of the normal distribution for the given<br />

Number in the distribution. Mean is the mean value in the<br />

normal distribution. STDEV is the standard deviation of the<br />

normal distribution.<br />

NORMSDIST(number) Returns the standard normal cumulative distribution for the<br />

given Number.<br />

NORMSINV(number) Returns the inverse of the standard normal distribution for the<br />

given Number, a probability value.<br />

PEARSON(data_1; data_2) Returns the Pearson product moment correlation coefficient r.<br />

Data_1 is the array of the first data set. Data_2 is the array of<br />

the second data set.<br />

PERCENTILE(data; alpha) Returns the alpha-percentile of data values in an array. Data<br />

is the array of data. Alpha is the percentage of the scale<br />

between 0 and 1.<br />

PERCENTRANK(data; value) Returns the percentage rank (percentile) of the given value in<br />

a sample. Data is the array of data in the sample.<br />

PERMUT(count_1; count_2) Returns the number of permutations for a given number of<br />

objects. Count_1 is the total number of objects. Count_2 is<br />

the number of objects in each permutation.<br />

PERMUTATIONA(count_1;<br />

count_2)<br />

Returns the number of permutations for a given number of<br />

objects (repetition allowed). Count_1 is the total number of<br />

objects. Count_2 is the number of objects in each<br />

permutation.<br />

PHI(number) Returns the values of the distribution function for a standard<br />

normal distribution for the given Number.<br />

POISSON(number; mean; C) Returns the Poisson distribution for the given Number. Mean<br />

is the middle value of the Poisson distribution. C = 0<br />

calculates the density function, and C = 1 calculates the<br />

distribution.<br />

PROB(data; probability: start; end) Returns the probability that values in a range are between<br />

two limits. Data is the array or range of data in the sample.<br />

Probability is the array or range of the corresponding<br />

probabilities. Start is the start value of the interval whose<br />

probabilities are to be summed. End (optional) is the end<br />

value of the interval whose probabilities are to be summed. If<br />

this parameter is missing, the probability for the Start value is<br />

calculated.<br />

QUARTILE(data; type) Returns the quartile of a data set. Data is the array of data in<br />

the sample. Type is the type of quartile. (0 = Min, 1 = 25%, 2<br />

= 50% (Median), 3 = 75% and 4 = Max.)<br />

374 <strong>LibreOffice</strong> <strong>3.4</strong> <strong>Calc</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!