LibreOffice 24.8 Help
Returns the (1-alpha) confidence interval for a normal distribution.
CONFIDENCE(Alpha; StDev; Size)
Alpha is the level of the confidence interval.
ŠtandardOdchýlka reprezentuje štandardnú odchýlku normálneho rozdelenia.
Size is the size of the total population.
=CONFIDENCE(0.05;1.5;100) gives 0.29.
Returns the (1-alpha) confidence interval for a Student's t distribution.
CONFIDENCE.T(Alpha; StDev; Size)
Alpha is the level of the confidence interval.
ŠtandardOdchýlka reprezentuje štandardnú odchýlku normálneho rozdelenia.
Size is the size of the total population.
=CONFIDENCE.T(0.05;1.5;100) gives 0.2976325427.
COM.MICROSOFT.CONFIDENCE.T
Returns the (1-alpha) confidence interval for a normal distribution.
CONFIDENCE.NORM(Alpha; StDev; Size)
Alpha is the level of the confidence interval.
ŠtandardOdchýlka reprezentuje štandardnú odchýlku normálneho rozdelenia.
Size is the size of the total population.
=CONFIDENCE.NORM(0.05;1.5;100) gives 0.2939945977.
COM.MICROSOFT.CONFIDENCE.NORM
Returns the correlation coefficient between two data sets.
CORREL(Data1; Data2)
KoncovýDátum je druhý dátum
KoncovýDátum je druhý dátum
=CORREL(A1:A50;B1:B50) calculates the correlation coefficient as a measure of the linear correlation of the two data sets.
Returns the covariance of the product of paired deviations.
COVAR(Data1; Data2)
KoncovýDátum je druhý dátum
KoncovýDátum je druhý dátum
=MODE(A1:A50)
Returns the covariance of the product of paired deviations, for the entire population.
COVARIANCE.P(Data1; Data2)
KoncovýDátum je druhý dátum
KoncovýDátum je druhý dátum
=MODE(A1:A50)
COM.MICROSOFT.COVARIANCE.P
Returns the covariance of the product of paired deviations, for a sample of the population.
COVARIANCE.S(Data1; Data2)
KoncovýDátum je druhý dátum
KoncovýDátum je druhý dátum
=MODE(A1:A50)
COM.MICROSOFT.COVARIANCE.S
Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.
CRITBINOM(Pokusy; SP; Alfa)
Pokusy je celkový počet pokusov.
SP je pravdepodobnosť úspechu jedného pokusu.
Alfa je krajná pravdepodobnosť, ktorá má byť dosiahnutá alebo prekročená.
=CRITBINOM(100;0.5;0.1) vracia 44.
Vráti mieru fluktuácie zadaných údajov (treba zadať najmenej 4 hodnoty).
KURT(Number 1 [; Number 2 [; … [; Number 255]]])
The parameters should specify at least four values.
=KURT(A1;A2;A3;A4;A5;A6)
Returns the Rank_c-th largest value in a data set.
LARGE(Data; RankC)
Data is the cell range of data.
RankC is the ranking of the value. If RankC is an array, the function becomes an array function.
=LARGE(A1:C50;2) gives the second largest value in A1:C50.
=LARGE(A1:C50;B1:B5) entered as an array function gives an array of the c-th largest value in A1:C50 with ranks defined in B1:B5.
Vráti inverznú hodnotu lognormálneho rozdelenia.
LOGINV(Number [; Mean [; StDev]])
Number (required) is the probability value for which the inverse standard logarithmic distribution is to be calculated.
Mean (optional) is the arithmetic mean of the standard logarithmic distribution (defaults to 0 if omitted).
StDev (optional) is the standard deviation of the standard logarithmic distribution (defaults to 1 if omitted).
=LOGINV(0.05;0;1) vracia 0.19.
Vráti inverznú hodnotu lognormálneho rozdelenia.
This function is identical to LOGINV and was introduced for interoperability with other office suites.
LOGNORM.INV(Number ; Mean ; StDev)
Číslo je hodnota pravdepodobnosti, pre ktorú chcete spočítať inverzné štandardné logaritmické rozdelenie.
StredHodnota je stredná hodnota štandardného logaritmického rozdelenia.
StDev (required) is the standard deviation of the standard logarithmic distribution.
=LOGINV(0.05;0;1) vracia 0.19.
COM.MICROSOFT.LOGNORM.INV
Vráti hodnoty lognormálneho rozdelenia.
LOGNORMDIST(Number [; Mean [; StDev [; Cumulative]]])
Číslo je hodnota pravdepodobnosti, pre ktorú chcete spočítať štandardné logaritmické rozdelenie.
StredHodnota je stredná hodnota štandardného logaritmického rozdelenia.
StredHodnota je stredná hodnota štandardného logaritmického rozdelenia.
Cumulative (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution.
=LOGNORMDIST(0.1;0;1) vracia 0.01.
Vráti hodnoty lognormálneho rozdelenia.
LOGNORM.DIST(Number; Mean; StDev; Cumulative)
Číslo je hodnota pravdepodobnosti, pre ktorú chcete spočítať štandardné logaritmické rozdelenie.
StredHodnota je stredná hodnota štandardného logaritmického rozdelenia.
StredHodnota je stredná hodnota štandardného logaritmického rozdelenia.
Cumulative (required) = 0 calculates the density function, Cumulative = 1 calculates the distribution.
=LOGNORMDIST(0.1;0;1) vracia 0.01.
COM.MICROSOFT.LOGNORM.DIST
Returns the Rank_c-th smallest value in a data set.
SMALL(Data; RankC)
Data is the cell range of data.
RankC is the rank of the value. If RankC is an array, the function becomes an array function.
=SMALL(A1:C50;2) gives the second smallest value in A1:C50.
=SMALL(A1:C50;B1:B5) entered as an array function gives an array of the c-th smallest value in A1:C50 with ranks defined in B1:B5.