Функсияҳои Оморӣ Қисми Сеюм

CONFIDENCE

(1-alpha)-и интервалро барои тақсимоти муқаррарӣ ҳисоб мекунад.

Синтаксис

CONFIDENCE(Alpha; StDev; Size)

Alpha Алфа.

STDEV Фарқияти стандартӣ.

Size андоза.

Намуна

=CONFIDENCE(0.05; 1.5; 100) натиҷа 0.29.

CONFIDENCE.NORM

(1-alpha)-и интервалро барои тақсимоти муқаррарӣ ҳисоб мекунад.

Синтаксис

CONFIDENCE.NORM(Alpha; StDev; Size)

Alpha Алфа.

STDEV Фарқияти стандартӣ.

Size андоза.

Намуна

=CONFIDENCE(0.05; 1.5; 100) натиҷа 0.29.

Technical information

tip

This function is available since LibreOffice 4.2.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.CONFIDENCE.NORM

CONFIDENCE.T

(1-alpha)-и интервалро барои тақсимоти муқаррарӣ ҳисоб мекунад.

Синтаксис

CONFIDENCE.T(Alpha; StDev; Size)

Alpha Алфа.

STDEV Фарқияти стандартӣ.

Size андоза.

Намуна

=CONFIDENCE(0.05; 1.5; 100) натиҷа 0.29.

Technical information

tip

This function is available since LibreOffice 4.2.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.CONFIDENCE.T

CORREL

Муносибари ду диапазонро бармегардонад.

Синтаксис

CORREL(Data1; Data2)

Data_1диапазони 1.

Data_2 диапазони 2.

Намуна

=CORREL(A1:A50;B1:B50) calculates the correlation coefficient as a measure of the linear correlation of the two data sets.

COVAR

Фарқияти суммаи ду фарқиятро бармегардонад.

Синтаксис

COVAR(Data1; Data2)

Data_1диапазони 1.

Data_2 диапазони 2.

Намуна

Сину сол

COVARIANCE.P

Returns the covariance of the product of paired deviations, for the entire population.

Синтаксис

COVARIANCE.P(Data1; Data2)

Data_1диапазони 1.

Data_2 диапазони 2.

Намуна

Сину сол

Technical information

tip

This function is available since LibreOffice 4.2.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.COVARIANCE.P

COVARIANCE.S

Returns the covariance of the product of paired deviations, for a sample of the population.

Синтаксис

COVARIANCE.S(Data1; Data2)

Data_1диапазони 1.

Data_2 диапазони 2.

Намуна

Сину сол

Technical information

tip

This function is available since LibreOffice 4.2.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.COVARIANCE.S

CRITBINOM

Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.

Синтаксис

CRITBINOM(Trials; SP; Alpha)

Trials шумораи санҷишҳо.

SP эҳтимолият.

Alpha Алфа.

Намуна

=CRITBINOM(100; 0.5; 0.1) натиҷа 44.

KURT

Коэффитсиенти диапазони далелҳоро бармегардонад.

Синтаксис

KURT(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.

The parameters should specify at least four values.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Намуна

=KURT(A1;A2;A3;A4;A5;A6)

LARGE

Rank_c-th -и калонтарини диапазони далелҳоро бармегардорнад.

note

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


Синтаксис

LARGE(Data; RankC)

Data диапазони далелҳо.

RankC is the ranking of the value. If RankC is an array, the function becomes an array function.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Намуна

=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.

LOGINV

Баръакси тақсимоти логарифми муқаррариро бармегардонад.

Синтаксис

LOGINV(Number [; Mean [; StDev]])

Number эҳтимолият.

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) натиҷа 0.19.

LOGNORM.DIST

Арзиши Гамма тақсимотро ҳисоб мекунад.

Синтаксис

LOGNORM.DIST(Number; Mean; StDev; Cumulative)

Number эҳтимолият.

Mean адади арифметикии тақсимоти логарифмӣ.

STDEV фарқияти тақсимоти логарифмӣ.

C = 0 зиччиро ва C = 1 тақсимотро ҳисоб мекунад.

Намуна

=LOGNORMDIST(0.1; 0; 1) натиҷа 0.01.

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.LOGNORM.DIST

LOGNORM.INV

Баръакси тақсимоти логарифми муқаррариро бармегардонад.

This function is identical to LOGINV and was introduced for interoperability with other office suites.

Синтаксис

LOGNORM.INV(Number ; Mean ; StDev)

Number эҳтимолият.

Mean адади арифметикии тақсимоти логарифмӣ.

STDEV фарқияти тақсимоти логарифмӣ.

Намуна

=LOGINV(0.05; 0; 1) натиҷа 0.19.

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.LOGNORM.INV

LOGNORMDIST

Арзиши Гамма тақсимотро ҳисоб мекунад.

Синтаксис

LOGNORMDIST(Number [; Mean [; StDev [; Cumulative]]])

Number эҳтимолият.

Mean адади арифметикии тақсимоти логарифмӣ.

STDEV фарқияти тақсимоти логарифмӣ.

C = 0 зиччиро ва C = 1 тақсимотро ҳисоб мекунад.

Намуна

=LOGNORMDIST(0.1; 0; 1) натиҷа 0.01.

SMALL

Rank_c-th хурдтарини диапазони далелҳоро бармегардорнад.

note

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


Синтаксис

SMALL(Data; RankC)

Data диапазони далелҳо.

RankC is the rank of the value. If RankC is an array, the function becomes an array function.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Намуна

=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.

Please support us!