Fungsi Statistika Bagian Tiga

CONFIDENCE

Returns the (1-alpha) confidence interval for a normal distribution.

Sintaksis

CONFIDENCE(Alpha; StDev; Size)

Alpha is the level of the confidence interval.

StDev is the standard deviation for the total population.

Size is the size of the total population.

Contoh

=CONFIDENCE(0.05;1.5;100) gives 0.29.

CONFIDENCE

Returns the (1-alpha) confidence interval for a Student's t distribution.

Sintaksis

CONFIDENCE.T(Alpha; StDev; Size)

Alpha is the level of the confidence interval.

StDev is the standard deviation for the total population.

Size is the size of the total population.

Contoh

=CONFIDENCE.T(0.05;1.5;100) gives 0.2976325427.

CONFIDENCE.NORM

Returns the (1-alpha) confidence interval for a normal distribution.

Sintaksis

CONFIDENCE.NORM(Alpha; StDev; Size)

Alpha is the level of the confidence interval.

StDev is the standard deviation for the total population.

Size is the size of the total population.

Contoh

=CONFIDENCE.NORM(0.05;1.5;100) gives 0.2939945977.

CORREL

Menghasilkan koefisien korelasi antara dua set data.

Sintaksis

CORREL

Kelas mewakili susunan dari batas nilai.

Kelas mewakili susunan dari batas nilai.

Contoh

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

COVAR

Returns the covariance of the product of paired deviations.

Sintaksis

COVAR

Kelas mewakili susunan dari batas nilai.

Kelas mewakili susunan dari batas nilai.

Contoh

-10000

COVARIANCE.P

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

Sintaksis

COVARIANCE.P(Data1; Data2)

Kelas mewakili susunan dari batas nilai.

Kelas mewakili susunan dari batas nilai.

Contoh

-10000

COVARIANCE.S

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

Sintaksis

COVARIANCE.S(Data1; Data2)

Kelas mewakili susunan dari batas nilai.

Kelas mewakili susunan dari batas nilai.

Contoh

-10000

CRITBINOM

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

Sintaksis

CRITBINOM(Trials; SP; Alpha)

Nilai adalah nilai yang akan diperiksa.

SP is the probability of success for one trial.

Alpha is the threshold probability to be reached or exceeded.

Contoh

=CRITBINOM(100;0.5;0.1) yields 44.

KURT

Returns the kurtosis of a data set (at least 4 values required).

Sintaksis

KURT(Number1; Number2; ...; Number30)

Number1, Number2, ..., Number30 are numeric arguments or ranges representing a random sample of distribution.

Contoh

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

LARGE

Returns the Rank_c-th largest value in a data set.

Sintaksis

Besar

Kelas mewakili susunan dari batas nilai.

Nilai adalah nilai yang akan diperiksa.

Contoh

=LARGE(A1:C50;2) gives the second largest value in A1:C50.

LOGINV

Returns the inverse of the lognormal distribution.

Sintaksis

NORMINV(Angka)

Nilai adalah nilai yang akan diperiksa.

Mean is the arithmetic mean of the standard logarithmic distribution.

StDev is the standard deviation of the standard logarithmic distribution.

Contoh

=LOGINV(0.05;0;1) returns 0.1930408167.

LOGNORMDIST

Returns the inverse of the lognormal distribution.

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

Sintaksis

NORMINV(Angka)

Nilai adalah nilai yang akan diperiksa.

Mean (required) is the arithmetic mean of the standard logarithmic distribution.

StDev (required) is the standard deviation of the standard logarithmic distribution.

Contoh

=LOGNORM.INV(0.05;0;1) returns 0.1930408167.

LOGNORMDIST

Returns the values of a lognormal distribution.

Sintaksis

LOGNORMDIST(Number; Mean; StDev; Cumulative)

Nilai adalah nilai yang akan diperiksa.

Mean (optional) is the mean value of the standard logarithmic distribution.

StDev (optional) is the standard deviation of the standard logarithmic distribution.

Cumulative (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution.

Contoh

=LOGNORMDIST(0.1;0;1) returns 0.01.

LOGNORMDIST

Returns the values of a lognormal distribution.

Sintaksis

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

Nilai adalah nilai yang akan diperiksa.

Mean (required) is the mean value of the standard logarithmic distribution.

StDev (required) is the standard deviation of the standard logarithmic distribution.

Cumulative (required) = 0 calculates the density function, Cumulative = 1 calculates the distribution.

Contoh

=LOGNORM.DIST(0.1;0;1;1) returns 0.0106510993.

SMALL

Returns the Rank_c-th smallest value in a data set.

Sintaksis

Kecil

Kelas mewakili susunan dari batas nilai.

Nilai adalah nilai yang akan diperiksa.

Contoh

=SMALL(A1:C50;2) gives the second smallest value in A1:C50.