Statistikaj funkcioj, Parto Kvina

NESIMETRIECO_P

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

tip

Ĉi tiu funkcio disponeblas ekde versio 4.1 de LibreOffice.


Sintakso

SKEWP(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 three values.

note

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


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.


Ekzemploj

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

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

DEVKV

Liveras la sumon de kvadratoj de devioj surbaze de sampla mezumo.

Sintakso

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

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

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.


Ekzemplo

=DEVKV(A1:A50)

FORECAST.LINEAR

Eksterpolas estontajn valorojn surbaze de ekzistantaj x- kaj y-valoroj.

Sintakso

FORECAST.LINEAR(Value; DataY; DataX)

Valoro estas la x-valoro, por kiu la y-valoro en la lineara regresio estas liverota.

Datumoj estas la tabelo de datumoj en la samplo.

Datumoj estas la tabelo de datumoj en la samplo.

Ekzemplo

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

Technical information

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.FORECAST.LINEAR

INKLINO

Liveras la inklinon de la lineara regresa linio. La inklino estas adaptita al la datumaro en la y- kaj x-valoroj.

Sintakso

SLOPE(DataY; DataX)

Datumoj estas la tabelo de datumoj en la samplo.

Datumoj estas la tabelo de datumoj en la samplo.

Ekzemplo

=VARP(A1:A50)

NESIMETRIECO

Liveras la nesimetriecon de distribuo.

Sintakso

SKEW(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 three 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.


Ekzemplo

=NESIMETRIECO(A1:A50) kalkulas la nesimetriecon de la referencitaj datumoj.

NORMEYX

liveras la norman eraron de la atendata y-valoro por ĉiu x en la regresio.

Sintakso

STEYX(DataY; DataX)

Datumoj estas la tabelo de datumoj en la samplo.

Datumoj estas la tabelo de datumoj en la samplo.

Ekzemplo

=VAR(A1:A50)

NORMIGI

Konvertas hazardan variablon al normigitaj valoroj.

Sintakso

STANDARDIZE(Number; Mean; StDev)

Numero estas la valoro normigota.

Mezumo estas la aritmetika mezumo de la distribuo.

Mezumo reprezentas la mezumon de la norma distribuo.

Ekzemplo

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

NORMNDIST

Liveras la norman akumulan distribuan funkcion. La distribuo havas mezumon nul kaj norman devion unu.

Ĝi estas GAŬS(x)=NORMSDIST(x)-0.5

Sintakso

NORMNDIST(Numero)

Numero estas la valoro por kiu la norma akumula distribuo estas komputota.

Ekzemplo

=NORMNDIST(1) liveras je 1. La areo sub la kurbo de la norma distribuo maldekstre de la X-valoro 1 estas 84% de la tuta areo.

NORMNDIST

Liveras la norman akumulan distribuan funkcion. La distribuo havas mezumon nul kaj norman devion unu.

Sintakso

NORM.S.DIST(Number; Cumulative)

Numero estas la valoro por kiu la norma akumula distribuo estas komputota.

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

Ekzemplo

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

=NORMNDIST(1) liveras je 1. La areo sub la kurbo de la norma distribuo maldekstre de la X-valoro 1 estas 84% de la tuta areo.

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.3 de LibreOffice.


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.NORM.S.DIST

NORMSINV

Liveras la inverson de la norma akumula distribuo.

Sintakso

NORMSINV(Numero)

Numero estas la probablo por kiu la inversa norma distribuo estas komputota.

Ekzemplo

=NORMSINV(0,908789) liveras je 1,3333.

NORMSINV

Liveras la inverson de la norma akumula distribuo.

Sintakso

NORMINV(Numero)

Numero estas la probablo por kiu la inversa norma distribuo estas komputota.

Ekzemplo

=NORM.N.INV(0,908789) liveras je 1,333334673.

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.3 de LibreOffice.


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.NORM.S.INV

PERMUT

Liveras la nombron da permutoj por donita nombro da objektoj.

Sintakso

PERMUT(Count1; Count2)

Testoj estas la nombro da testoj.

Count2 is the number of objects in each permutation.

Ekzemplo

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

PERMUTAĴO.A

LLLiveras la nombron da permutoj por donita nombro da objektoj (ripetoj permesitaj).

Sintakso

PERMUTATIONA(Count1; Count2)

Testoj estas la nombro da testoj.

Count2 is the number of objects in each permutation.

Ekzemplo

Kiomofte oni povas elekti 2 objektojn el 11 objektoj?

=BAZ8AL2(3;3) liveras je 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.

Sintakso

PROB(Data; Probability; Start [; End])

Datumaro estas la tabelo aŭ ĉelaro de datumoj en la samplo.

Probablo estas la tabelo aŭ ĉelaro de la rilataj probabloj.

Komenco estas la komenca valoro de la intervalo kies problabloj estas adiciotaj.

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.

Ekzemplo

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

PROGNOZO

Eksterpolas estontajn valorojn surbaze de ekzistantaj x- kaj y-valoroj.

Sintakso

FORECAST(Value; DataY; DataX)

Valoro estas la x-valoro, por kiu la y-valoro en la lineara regresio estas liverota.

Datumoj estas la tabelo de datumoj en la samplo.

Datumoj estas la tabelo de datumoj en la samplo.

Ekzemplo

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

RANGO

Liveras la rangon de numero en samplo.

Sintakso

RANK(Value; Data [; Type])

Valoro estas la valoro, kies rango estas komputota.

Datumaro estas la tabelo aŭ ĉelaro de datumoj en la samplo.

Tipo (malnepra) estas la sinsekva ordo.

Tipo = 0 signifas malkreska de la lasta tabelero ĝis la unua (jen la apriora).

Tipo = 0 signifas kreska de la unua tabelero ĝis la lasta.

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.


Ekzemplo

=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

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.


Sintakso

RANK.AVG(Value; Data [; Type])

Valoro estas la valoro, kies rango estas komputota.

Datumaro estas la tabelo aŭ ĉelaro de datumoj en la samplo.

Tipo (malnepra) estas la sinsekva ordo.

Tipo = 0 signifas kreska de la unua tabelero ĝis la lasta.

Tipo = 0 signifas kreska de la unua tabelero ĝis la lasta.

Ekzemplo

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

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.3 de LibreOffice.


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.RANK.AVG

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

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.


Sintakso

RANK.EQ(Value; Data [; Type])

Valoro estas la valoro, kies rango estas komputota.

Datumaro estas la tabelo aŭ ĉelaro de datumoj en la samplo.

Tipo (malnepra) estas la sinsekva ordo.

Tipo = 0 signifas kreska de la unua tabelero ĝis la lasta.

Tipo = 0 signifas kreska de la unua tabelero ĝis la lasta.

Ekzemplo

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

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.3 de LibreOffice.


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.RANK.EQ

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.

Sintakso

T.DIST.2T(Number; DegreesFreedom)

Numero estas la valoro por kiu la t-distribuo estas komputota.

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

Ekzemplo

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

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.3 de LibreOffice.


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.T.DIST.2T

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.

Sintakso

T.DIST.RT(Number; DegreesFreedom)

Numero estas la valoro por kiu la t-distribuo estas komputota.

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

Ekzemplo

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

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.3 de LibreOffice.


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.T.DIST.RT

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.

Sintakso

T.INV.2T(Number; DegreesFreedom)

Numero estas la probablo kiu rilatas al la duflanka t-distribuo.

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

Ekzemplo

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

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.3 de LibreOffice.


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.T.INV.2T

TDIST

Liveras la t-distribuon.

Sintakso

TDIST(Number; DegreesFreedom; Mode)

Numero estas la valoro por kiu la t-distribuo estas komputota.

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

Modo = 1 kalkulas la unuflankan teston. Modo = 2 la duflankan teston.

Ekzemplo

=DEVKV(A1:A50)

TDIST

Liveras la t-distribuon.

Sintakso

T.DIST(Number; DegreesFreedom; Cumulative)

Numero estas la valoro por kiu la t-distribuo estas komputota.

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.

Ekzemplo

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

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.3 de LibreOffice.


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.T.DIST

TESTO.STUDENT

Liveras la probablon kiu rilatas al studenta t-testo.

Sintakso

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.

Modo = 1 kalkulas la unuflankan teston. Modo = 2 la duflankan teston.

Tipo estas la speco de t-test farota. Tipo 1 signifas parigita. Tipo 2 signifas du samplojn, egalan variancon (homoscedastan). Tipo 3 signifas du samplojn, neegalan variancon (heteroscedastan).

Ekzemplo

=DEVKV(A1:A50)

TESTO.STUDENT

Liveras la probablon kiu rilatas al studenta t-testo.

Sintakso

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.

Modo = 1 kalkulas la unuflankan teston. Modo = 2 la duflankan teston.

Tipo estas la speco de t-test farota. Tipo 1 signifas parigita. Tipo 2 signifas du samplojn, egalan variancon (homoscedastan). Tipo 3 signifas du samplojn, neegalan variancon (heteroscedastan).

Ekzemplo

=DEVKV(A1:A50)

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.3 de LibreOffice.


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.T.TEST

TINV

Liveras la inverson de la t-distribuo.

Sintakso

TINV(Number; DegreesFreedom)

Numero estas la probablo kiu rilatas al la duflanka t-distribuo.

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

Ekzemplo

=TINV(0,1;6) liveras 1,94

TINV

Liveras la unuflankan inverson de la t-distribuo.

Sintakso

T.INV(Number; DegreesFreedom)

Numero estas la probablo kiu rilatas al la duflanka t-distribuo.

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

Ekzemplo

=T.INV(0,1;6) liveras -1,4397557473.

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.3 de LibreOffice.


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.T.INV

VAR

Taksas la variancon surbaze de sample.

Sintakso

VAR(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 two 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.


Ekzemplo

=VAR(A1:A50)

VAR.RAD

Taksas la norman devion bazitan sur samplo.

Sintakso

STDEV(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 two 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.


Ekzemplo

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

VAR.RAD.A

Kalkulas la norman devion de takso bazita sur samplo.

Sintakso

STDEVA(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 two values. Text has the value 0.

Ekzemplo

=VAR.RAD.A(A1:A50) liveras la taksitan norman devion surbaze de la referencitaj datumoj.

VAR.RAD.P

>Kalkulas la norman devion surbaze de tuta populacio.

Sintakso

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

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

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.


Ekzemplo

=VAR.RAD.P(A1:A50) liveras norman devion de la referencitaj datumoj.

VAR.RAD.P

Kalkulas la norman devion surbaze de la tuta populacio.

Sintakso

STDEV.P(Number 1 [; Number 2 [; … [; Number 255]]])

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

Ekzemplo

=VAR.RAD.P(A1:A50) liveras norman devion de la referencitaj datumoj.

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.2 de LibreOffice.


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.STDEV.P

VAR.RAD.P

Kalkulas la norman devion surbaze de specimeno de la tuta populacio.

Sintakso

STDEV.S(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 two values.

Ekzemplo

=VAR.RAD.P(A1:A50) liveras norman devion de la referencitaj datumoj.

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.2 de LibreOffice.


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.STDEV.S

VAR.RAD.PA

Kalkulas la norman devion bazitan sur la tuta populacio.

Sintakso

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

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

Text has the value 0.

Ekzemplo

=VAR.RAD.PA(A1:A50) liveras la norman devion de la datumoj referencitaj.

VARA

Taksas variancon surbaze de sample. La valoro de teksto estas 0.

Sintakso

VARA(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 two values.

Ekzemplo

=VARA(A1:A50)

VARP

Taksas la variancon surbaze de specimeno.

Sintakso

VAR.S(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 two values.

Ekzemplo

=VAR(A1:A50)

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.2 de LibreOffice.


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.VAR.S

VARP

Kalkulas variancon bazitan sur la tuta populacio.

Sintakso

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

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

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.


Ekzemplo

=VARP(A1:A50)

VARP

Kalkulas variancon bazitan sur la tuta populacio.

Sintakso

VAR.P(Number 1 [; Number 2 [; … [; Number 255]]])

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

Ekzemplo

=VARP(A1:A50)

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.2 de LibreOffice.


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.VAR.P

VARPA

Kalkulas la variancon bazitan sur la tuta populacio. La valoro de teksto estas 0.

Sintakso

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

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

Ekzemplo

=VARPA(A1:A50)

WEIBULL

Liveras la valorojn de la Weibull-distribuo.

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.

Sintakso

WEIBULL(Numero; Alfa; Beta; C)

Numero estas la valoro por kiu la Weibull-distribuo estas komputota.

Alfa estas parametro al la distribuo.

Beta estas parametro al la distribuo.

C indikas la tipon de funkcio. Se C egalas al 0, kalkulas la formon de la funkcio. Se C egalas al 1, kalkulas la distribuon.

Ekzemplo

=BAZ8AL16(144;4) liveras je 0064.

See also the Wiki page.

WEIBULL.DIST

Liveras la valorojn de la Weibull-distribuo.

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.

Sintakso

WEIBULL(Numero; Alfa; Beta; C)

Numero estas la valoro por kiu la Weibull-distribuo estas komputota.

Alfa estas parametro al la distribuo.

Beta estas parametro al la distribuo.

C indikas la tipon de funkcio. Se C egalas al 0, kalkulas la formon de la funkcio. Se C egalas al 1, kalkulas la distribuon.

Ekzemplo

=BAZ8AL16(144;4) liveras je 0064.

Technical information

tip

Ĉi tiu funkcio disponeblas ekde versio 4.2 de LibreOffice.


See also the Wiki page.

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.WEIBULL.DIST

Bonvolu subteni nin!