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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Syntax Description<br />

INTERCEPT(data_Y; data_X) <strong>Calc</strong>ulates the y-value at which a line will intersect the y-axis<br />

by using known x-values and y-values. Data_Y is the<br />

dependent set of observations or data. Data_X is the<br />

independent set of observations or data.<br />

KURT(number_1; number_2; ...<br />

number_30)<br />

Names, arrays or references containing numbers must be<br />

used here. Numbers can also be entered directly.<br />

Returns the kurtosis of a data set (at least 4 values required).<br />

Number_1; number_2; ... number_30 are numerical<br />

arguments or ranges representing a random sample of<br />

distribution.<br />

LARGE(data; rank_c) Returns the Rank_c-th largest value in a data set. Data is the<br />

cell range of data. Rank_c is the ranking of the value (2nd<br />

largest, 3rd largest, etc.) written as an integer.<br />

LOGINV(number; mean; STDEV) Returns the inverse of the lognormal distribution for the given<br />

Number, a probability value. Mean is the arithmetic mean of<br />

the standard logarithmic distribution. STDEV is the standard<br />

deviation of the standard logarithmic distribution.<br />

LOGNORMDIST(number; mean;<br />

STDEV)<br />

MAX(number_1; number_2; ...<br />

number_30)<br />

MAXA(value_1; value_2; ...<br />

value_30)<br />

MEDIAN(number_1; number_2; ...<br />

number_30)<br />

MIN(number_1; number_2; ...<br />

number_30)<br />

MINA(value_1; value_2; ...<br />

value_30)<br />

MODE(number_1; number_2; ...<br />

number_30)<br />

Returns the cumulative lognormal distribution for the given<br />

Number, a probability value. Mean is the mean value of the<br />

standard logarithmic distribution. STDEV is the standard<br />

deviation of the standard logarithmic distribution.<br />

Returns the maximum value in a list of arguments.<br />

Number_1; number_2; ... number_30 are numerical values<br />

or ranges.<br />

Returns the maximum value in a list of arguments. Unlike<br />

MAX, text can be entered. <strong>The</strong> value of the text is 0. Value_1;<br />

value_2; ... value_30 are values or ranges.<br />

Returns the median of a set of numbers. Number_1;<br />

number_2; ... number_30 are values or ranges, which<br />

represent a sample. Each number can also be replaced by a<br />

reference.<br />

Returns the minimum value in a list of arguments. Number_1;<br />

number_2; ... number_30 are numerical values or ranges.<br />

Returns the minimum value in a list of arguments. Here text<br />

can also be entered. <strong>The</strong> value of the text is 0. Value_1;<br />

value_2; ... value_30 are values or ranges.<br />

Returns the most common value in a data set. Number_1;<br />

number_2; ... number_30 are numerical values or ranges. If<br />

several values have the same frequency, it returns the<br />

smallest value. An error occurs when a value does not appear<br />

twice.<br />

NEGBINOMDIST(X; R; SP) Returns the negative binomial distribution. X is the value<br />

returned for unsuccessful tests. R is the value returned for<br />

successful tests. SP is the probability of the success of an<br />

attempt.<br />

Appendix B Description of Functions 373

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

Saved successfully!

Ooh no, something went wrong!