Translation not up to date
The translation of this page does not represent the latest version. For the latest updates, see the English version of the documentation.
Last updated: 04 Tem 2023
Olasılık işlevleri, öğrencinin t dağılımından bir değerin belirli bir değerden küçük olması olasılığı gibi çeşitli dağıtımlara dayalı olarak olasılıkları döndürür.
İşlev | Sonuç | Açıklama |
---|---|---|
cdf_chisq(NUM, DF) |
Real | Belirtilen serbestlik derecesine sahip ki-kare dağılımından bir değerin belirtilen sayıdan az olacağı olasılığı döndürür. |
cdf_f(NUM, DF1, DF2) |
Real | Returns the probability that a value from the C distribution, with degrees of freedom DF1 and DF2, will be less than the specified number. |
cdf_normal(NUM, MEAN, STDDEV) |
Real | Belirtilen ortalama ve standart sapma ile normal dağılımdan gelen bir değerin, belirtilen sayıdan az olacağı olasılığını döndürür. |
cdf_t(NUM, DF) |
Real | Belirtilen serbestlik dereceleri ile Öğrenci t dağılımından bir değerin belirtilen sayıdan az olacağı olasılığı döndürür. |