P-Qədrə hesablayıcı (Z-dən)
z-notunu bir və ya iki tərəfli p-qiymətinə çevir.
Yazdığınız zaman nəticələr yenilənir.
Bu hesablayıcı haqqında
small p-value means that your data would be surprising under the null hypothesis, which counts as evidence against it. A large p-value means that your data would be surprising under the null hypothesis, which counts as evidence against it. A large p-value means that your data would be surprising under the null hypothesis, which counts as evidence against it. A large p-value means that your data would be surprising under the null hypothesis, which counts as evidence against it. A large p-value means that your data would be surprising under the null hypothesis, which counts as evidence against it.Choose aWorked example: a z-score of 1.96 gives a right-tailed p-value of about 0.025 and a two-tailed p-value of about 0.050 — exactly the classic 5% cutoff.Choose a left-tailed test: Choose a left-tailed testChoose a right-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tailed testChoose a two-tail
Tez-tez soruşulan suallar
P-qiyməti nədir?
P-qiyməti, null hipotezin doğru olduğunu qəbul etsək, test statistikasının ən azı müşahidə edilən kimi ekstremal olmasının ehtimalıdır. Kiçik p-qiyməti sizin məlumatınızın null hipotez altında ola bilməyəcəyini və buna qarşı sübut olduğunu bildirir.
İki-tərəli p-qiyməti bir-tərəlidən necə fərqlənir?
İki tərəfli test hər iki istiqamətdə də ekstremal nəticələri hesablayır, buna görə də onun p-qiyməti eyni |z| üçün bir tərəfli dəyərdən ikiqatdır. Yalnız fərqin olmasına diqqət yetirdiyiniz zaman iki tərəfli, istiqaməti əvvəlcədən proqnozlaşdırdığınız zaman bir tərəfli istifadə edin.
P < 0.05 hər zaman əhəmiyyətlidirmi?
0.05 qanun deyil, yalnız ümumi bir konvensiyadır. Bu 5% yalan müsbət ola biləcək ehtimalı deməkdir. Sahə və səhv olma xərcinə bağlı olaraq 0.01 kimi daha sərt həddi daha uyğundur.
Z-notu p-qiymətinə necə çevirə bilərəm?
Standart normal paylamanın z-nəzərindən kənardakı arxa hissəsini axtar. Bu alət bunu sizin üçün edir: sol arxa P(Z ≤ z), sağ arxa 1 − P(Z ≤ z) və iki arxalı p-qiymət ikisinin kiçikini ikiqat edir.
Böyük bir p-qiyməti null hipotezinin doğru olduğunu sübut edirmi?
Xeyr. Böyük p-qiymət yalnız məlumatlarınızın null hipotezlə uyğun olduğunu, null hipotezin sübut edildiyini deyil. Ona qarşı sübutların olmaması onun üçün sübut deyil; siz effekti aşkar etmək üçün nümunə ölçüsünüz ola bilər.
Nə vaxt t-ə əsaslanan birindən əvəzinə z-ə əsaslanan bir p-qiymət istifadə etməliyəm?
Əhali standart sapması bilindiyi və ya nümunə böyük olduğu zaman z-ə əsaslanan dəyəri istifadə et. (n ≥ 30). Təxmin edilmiş standart sapma ilə kiçik nümunələr üçün t-paylaşması daha doğru bir p-qiymət verir.
P-qiyməti və əhəmiyyətlilik səviyyəsi arasındakı fərq nədir?
Əsas səviyyəsi α, 0.05 kimi əvvəlcədən təyin etdiyiniz bir həddidir. p-qiyməti məlumatlarınızdan hesablanır. p-qiyməti α-nın altına düşdükdə siz null hipotezini rədd edirsiniz.
API — bu hesablayıcını koddan istifadə et
Bu hesablayıcını pulsuz JSON son nöqtəsi kimi çağır - açar lazım deyil. Aşağıdakı sahənin dəyərlərini sorğu parametrləri və ya JSON olaraq göndər. Əks təqdirdə, səhifənin əvvəlcədən doldurulduğu ön qurğulu parametrlər istifadə ediləcəkdir. Namə'lum parametrlər 400-dür, heç vaxt səssiz sıfır deyil. API sənədlərini oxu →
Son nöqtəsi
GET https://calculator.free/api/v1/p-value/
curl
curl "https://calculator.free/api/v1/p-value/?z=1.96&tail=two"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/p-value/?" + new URLSearchParams({
"z": "1.96",
"tail": "two"
}));
const data = await r.json();
console.log(data.results);
Bu nəticələr yalnız ümumi məsləhət üçün hesablamalardır, maliyyə, tibbi və ya vergi məsləhət deyil.