Statistical Functions Part Five

Rješavač

Calculates the skewness of a distribution using the population of a random variable.

tip

This function is available since LibreOffice 4.1


Sintaksa

SKEWP(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are up to 30 numerical values or ranges.

Calculates the skewness of a distribution using the population, i.e. the possible outcomes, of a random variable. The sequence shall contain three numbers at least.

Note Icon

This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)


Primjeri

SKEWP(2;3;1;6;8;5) returns 0.2828158928

SKEWP(A1:A6) returns 0.2828158928, when the range A1:A6 contains {2;3;1;6;8;5}

SKEWP(Number1; Number2) always returns zero, if Number1 and Number2 results in two numbers.

SKEWP(Number1) returns Err:502 (Invalid argument) if Number1 results in one number, because SKEWP cannot be calculated with one value.

DEVSQ

Returns the sum of squares of deviations based on a sample mean.

Syntax

DEVSQ(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges representing a sample.

Example

=SUMIF(E2:E11; A13)

DSTDEV

Estimates the standard deviation based on a sample.

Syntax

STDEV(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges representing a sample based on an entire population.

Example

=STDEV(A1:A50) returns the estimated standard deviation based on the data referenced.

DSTDEVP

Calculates the standard deviation based on the entire population.

Syntax

STDEVP(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges representing an entire population.

Example

=STDEVP(A1:A50) returns a standard deviation of the data referenced.

DSTDEVP

Calculates the standard deviation based on the entire population.

tip

This function is available since LibreOffice 4.2


Syntax

STDEV.P(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges representing an entire population.

Example

=STDEV.P(A1:A50) returns a standard deviation of the data referenced.

DSTDEVP

Calculates the standard deviation based on sample of the population.

tip

This function is available since LibreOffice 4.2


Syntax

STDEV.S(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges representing a sample of the population.

Example

=STDEV.S(A1:A50) returns a standard deviation of the data referenced.

DVAR

Estimates the variance based on a sample.

Syntax

VAR(Number1 ; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges representing a sample based on an entire population.

Example

=SUMIF(E2:E11; A13)

DVARP

Estimates the variance based on a sample.

tip

This function is available since LibreOffice 4.2


Syntax

VAR.S(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges representing a sample based on an entire population.

Example

=SUMIF(E2:E11; A13)

DVARP

Calculates a variance based on the entire population.

Syntax

VARP(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges representing an entire population.

Example

=SUMIF(E2:E11; A13)

DVARP

Calculates a variance based on the entire population.

tip

This function is available since LibreOffice 4.2


Syntax

VAR.P(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges representing an entire population.

Example

=SUMIF(E2:E11; A13)

FORECAST

Extrapolates future values based on existing x and y values.

Syntax

FORECAST(Value; DataY; DataX)

Value is the x value, for which the y value on the linear regression is to be returned.

Stopa je norma depricijacije.

Stopa je norma depricijacije.

Example

=FORECAST(50;A1:A50;B1;B50) returns the Y value expected for the X value of 50 if the X and Y values in both references are linked by a linear trend.

FORECAST.LINEAR

Extrapolates future values based on existing x and y values.

Syntax

FORECAST.LINEAR(Value; DataY; DataX)

Value is the x value, for which the y value on the linear regression is to be returned.

Stopa je norma depricijacije.

Stopa je norma depricijacije.

Example

=FORECAST.LINEAR(50;A1:A50;B1;B50) returns the Y value expected for the X value of 50 if the X and Y values in both references are linked by a linear trend.

NORMSDIST

Returns the standard normal cumulative distribution function. The distribution has a mean of zero and a standard deviation of one.

It is GAUSS(x)=NORMSDIST(x)-0.5

Syntax

NORMSDIST(Number)

Number is the value to which the standard normal cumulative distribution is calculated.

Example

=NORMSDIST(1) returns 0.84. The area below the standard normal distribution curve to the left of X value 1 is 84% of the total area.

NORMSDIST

Returns the standard normal cumulative distribution function. The distribution has a mean of zero and a standard deviation of one.

tip

This function is available since LibreOffice 4.3


Syntax

NORM.S.DIST(Number; Cumulative)

Number is the value to which the standard normal cumulative distribution is calculated.

Cumulative 0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function.

Example

=NORM.S.DIST(1;0) returns 0.2419707245.

=NORM.S.DIST(1;1) returns 0.8413447461. The area below the standard normal distribution curve to the left of X value 1 is 84% of the total area.

NORMSINV

Returns the inverse of the standard normal cumulative distribution.

Syntax

NORMSINV(Number)

Razdoblje definiše period za koji se racuna deprecijacija.

Example

=IMREAL("1+3j") vraca 1.

NORMSINV

Returns the inverse of the standard normal cumulative distribution.

tip

This function is available since LibreOffice 4.3


Syntax

NORM.S.INV(Number)

Razdoblje definiše period za koji se racuna deprecijacija.

Example

=IMREAL("1+3j") vraca 1.

PERMUT

Returns the number of permutations for a given number of objects.

Syntax

PERMUT(Count1; Count2)

Count1 is the total number of objects.

Count2 is the number of objects in each permutation.

Example

=PERMUT(6;3) returns 120. There are 120 different possibilities, to pick a sequence of 3 playing cards out of 6 playing cards.

PERMUTATIONA

Returns the number of permutations for a given number of objects (repetition allowed).

Syntax

PERMUTATIONA(Count1; Count2)

Count1 is the total number of objects.

Count2 is the number of objects in each permutation.

Example

How often can 2 objects be selected from a total of 11 objects?

=OCT2BIN(3; 3) vraca string teksta 011.

=PERMUTATIONA(6;3) returns 216. There are 216 different possibilities to put a sequence of 3 playing cards together out of six playing cards if every card is returned before the next one is drawn.

PROB

Returns the probability that values in a range are between two limits. If there is no End value, this function calculates the probability based on the principle that the Data values are equal to the value of Start.

Syntax

PROB(Data; Probability; Start; End)

Stopa je norma depricijacije.

Probability is the array or range of the corresponding probabilities.

Start is the start value of the interval whose probabilities are to be summed.

End (optional) is the end value of the interval whose probabilities are to be summed. If this parameter is missing, the probability for the Start value is calculated.

Example

=PROB(A1:A50;B1:B50;50;60) returns the probability with which a value within the range of A1:A50 is also within the limits between 50 and 60. Every value within the range of A1:A50 has a probability within the range of B1:B50.

RANK

Returns the rank of a number in a sample.

Syntax

RANK(Value; Data; Type)

Broj ije broj ciji znak treba biti odredjen.

Stopa je norma depricijacije.

Type (optional) is the sequence order.

Type = 0 means descending from the last item of the array to the first (this is the default),

Type = 1 means ascending from the first item of the range to the last.

Example

=RANK(A10;A1:A50) returns the ranking of the value in A10 in value range A1:A50. If Value does not exist within the range an error message is displayed.

RANK.AVG

Returns the statistical rank of a given value, within a supplied array of values. If there are duplicate values in the list, the average rank is returned.

Note Icon

The difference between RANK.AVG and RANK.EQ occurs when there are duplicates in the list of values. The RANK.EQ function returns the lower rank, whereas the RANK.AVG function returns the average rank.


tip

This function is available since LibreOffice 4.3


Syntax

RANK.AVG(Value; Data; Type)

Broj ije broj ciji znak treba biti odredjen.

Stopa je norma depricijacije.

Type (optional) is the sequence order.

Type = 0 means descending from the last item of the array to the first (this is the default),

Type = 1 means ascending from the first item of the range to the last.

Example

=RANK.AVG(A10;A1:A50) returns the ranking of the value in A10 in value range A1:A50. If Value does not exist within the range an error message is displayed.

RANK.EQ

Returns the statistical rank of a given value, within a supplied array of values. If there are duplicate values in the list, these are given the same rank.

Note Icon

The difference between RANK.AVG and RANK.EQ occurs when there are duplicates in the list of values. The RANK.EQ function returns the lower rank, whereas the RANK.AVG function returns the average rank.


tip

This function is available since LibreOffice 4.3


Syntax

RANK.EQ(Value; Data; Type)

Broj ije broj ciji znak treba biti odredjen.

Stopa je norma depricijacije.

Type (optional) is the sequence order.

Type = 0 means descending from the last item of the array to the first (this is the default),

Type = 1 means ascending from the first item of the range to the last.

Example

=RANK.EQ(A10;A1:A50) returns the ranking of the value in A10 in value range A1:A50. If Value does not exist within the range an error message is displayed.

SKEW

Returns the skewness of a distribution.

Syntax

SKEW(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numerical values or ranges.

Example

=SKEW(A1:A50) calculates the value of skew for the data referenced.

SLOPE

Returns the slope of the linear regression line. The slope is adapted to the data points set in the y and x values.

Syntax

SLOPE(DataY; DataX)

Stopa je norma depricijacije.

Stopa je norma depricijacije.

Example

=SUMIF(E2:E11; A13)

STANDARDIZE

Converts a random variable to a normalized value.

Syntax

STANDARDIZE(Number; Mean; StDev)

Broj je broj koji ce biti konvertovan

Mean is the arithmetic mean of the distribution.

StDev is the standard deviation of the distribution.

Example

=STANDARDIZE(11;10;1) returns 1. The value 11 in a normal distribution with a mean of 10 and a standard deviation of 1 is as much above the mean of 10, as the value 1 is above the mean of the standard normal distribution.

STDEVA

Calculates the standard deviation of an estimation based on a sample.

Syntax

STDEVA(Value1; Value2; ...; Value30)

Value1, Value2, ..., Value30 are values or ranges representing a sample derived from an entire population. Text has the value 0.

Example

=STDEVA(A1:A50) returns the estimated standard deviation based on the data referenced.

STDEVPA

Calculates the standard deviation based on the entire population.

Syntax

STDEVPA(Value1; Value2; ...; Value30)

Value1, Value2, ..., Value30 are values or ranges representing an entire population. Text has the value 0.

Example

=STDEVPA(A1:A50) returns the standard deviation of the data referenced.

STEYX

Returns the standard error of the predicted y value for each x in the regression.

Syntax

STEYX(DataY; DataX)

Stopa je norma depricijacije.

Stopa je norma depricijacije.

Example

=SUMIF(E2:E11; A13)

T.DIST.2T

Calculates the two-tailed Student's T Distribution, which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets.

tip

This function is available since LibreOffice 4.3


Syntax

T.DIST.2T(Number; DegreesFreedom)

Razdoblje definiše period za koji se racuna deprecijacija.

DegreesFreedom is the number of degrees of freedom for the t-distribution.

Example

=T.DIST.2T(1; 10) returns 0.3408931323.

T.DIST.RT

Calculates the right-tailed Student's T Distribution, which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets.

tip

This function is available since LibreOffice 4.3


Syntax

T.DIST.RT(Number; DegreesFreedom)

Razdoblje definiše period za koji se racuna deprecijacija.

DegreesFreedom is the number of degrees of freedom for the t-distribution.

Example

=T.DIST.RT(1; 10) returns 0.1704465662.

T.INV.2T

Calculates the inverse of the two-tailed Student's T Distribution , which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets.

tip

This function is available since LibreOffice 4.3


Syntax

T.INV.2T(Number; DegreesFreedom)

Number is the probability associated with the two-tailed t-distribution.

DegreesFreedom is the number of degrees of freedom for the t-distribution.

Example

=T.INV.2T(0.25; 10) returns 1.221255395.

TDIST

Returns the t-distribution.

Syntax

TDIST(Number; DegreesFreedom; Mode)

Razdoblje definiše period za koji se racuna deprecijacija.

DegreesFreedom is the number of degrees of freedom for the t-distribution.

Mode = 1 returns the one-tailed test, Mode = 2 returns the two-tailed test.

Example

=SUMIF(E2:E11; A13)

TDIST

Returns the t-distribution.

tip

This function is available since LibreOffice 4.3


Syntax

T.DIST(Number; DegreesFreedom; Cumulative)

Razdoblje definiše period za koji se racuna deprecijacija.

DegreesFreedom is the number of degrees of freedom for the t-distribution.

Cumulative = 0 or FALSE returns the probability density function, 1 or TRUE returns the cumulative distribution function.

Example

=T.DIST(1; 10; TRUE) returns 0.8295534338

TINV

Returns the inverse of the t-distribution.

Syntax

TINV(Number; DegreesFreedom)

Number is the probability associated with the two-tailed t-distribution.

DegreesFreedom is the number of degrees of freedom for the t-distribution.

Example

=OR(A; B) returns TRUE

TINV

Returns the one tailed inverse of the t-distribution.

tip

This function is available since LibreOffice 4.3


Syntax

T.INV(Number; DegreesFreedom)

Number is the probability associated with the one-tailed t-distribution.

DegreesFreedom is the number of degrees of freedom for the t-distribution.

Example

=OR(A; B) returns TRUE

TTEST

Returns the probability associated with a Student's t-Test.

Syntax

TTEST(Data1; Data2; Mode; Type)

Data1 is the dependent array or range of data for the first record.

Data2 is the dependent array or range of data for the second record.

Mode = 1 calculates the one-tailed test, Mode = 2 the two- tailed test.

Type is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic).

Example

=SUMIF(E2:E11; A13)

TTEST

Returns the probability associated with a Student's t-Test.

tip

This function is available since LibreOffice 4.3


Syntax

T.TEST(Data1; Data2; Mode; Type)

Data1 is the dependent array or range of data for the first record.

Data2 is the dependent array or range of data for the second record.

Mode = 1 calculates the one-tailed test, Mode = 2 the two- tailed test.

Type is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic).

Example

=SUMIF(E2:E11; A13)

VARA

Estimates a variance based on a sample. The value of text is 0.

Syntax

VARA(Value1; Value2; ...; Value30)

Value1, Value2, ..., Value30 are values or ranges representing a sample derived from an entire population. Text has the value 0.

Example

=SUMIF(E2:E11; A13)

VARPA

Calculates the variance based on the entire population. The value of text is 0.

Syntax

VARPA(Value1; Value2; ...; Value30)

Value1, Value2, ..., Value30 are values or ranges representing an entire population.

Example

=SUMIF(E2:E11; A13)

WEIBULL

Returns the values of the Weibull distribution.

The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale).

If C is 0, WEIBULL calculates the probability density function.

If C is 1, WEIBULL calculates the cumulative distribution function.

Syntax

WEIBULL(Number; Alpha; Beta; C)

Number is the value at which to calculate the Weibull distribution.

Alpha is the shape parameter of the Weibull distribution.

Beta is the scale parameter of the Weibull distribution.

C indicates the type of function.

Example

=OCT2HEX(144; 4) vraća tekstualni niz 0064.

See also the Wiki page.

WEIBULL.DIST

Returns the values of the Weibull distribution.

The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale).

If C is 0, WEIBULL.DIST calculates the probability density function.

If C is 1, WEIBULL.DIST calculates the cumulative distribution function.

tip

This function is available since LibreOffice 4.2


Syntax

WEIBULL.DIST(Number; Alpha; Beta; C)

Number is the value at which to calculate the Weibull distribution.

Alpha is the shape parameter of the Weibull distribution.

Beta is the scale parameter of the Weibull distribution.

C indicates the type of function.

Example

=OCT2HEX(144; 4) vraća tekstualni niz 0064.

See also the Wiki page.

Please support us!