Korrelasiya Koeffisiyentini Hesablayıcı

İki ədəd siyahısı arasında Pearson's r hesabla.

Mə'naları vergül və ya boşluqla ayırın.
X dəyərləri ilə eyni sayda olmalı.
Korrelyasiya
R2 (təsdiq)
Qüvvət
Kovarians
Reqressiya əyriliyi
Reqressiya
Cütlər

Yazdığınız zaman nəticələr yenilənir.

Bu hesablayıcı sizə doğru cavab verdimi?

Bu hesablayıcı haqqında

Pearson’s correlation coefficient (r) is a measure of the strength and direction of the linear relationship between two variables, ranging from −1 (perfect negative) through 0 (no linear relationship) to +1 (perfect positive). It is found by dividing the covariance of x and y by the product of their standard deviations, which standardizes the result into that fixed −1 to +1 range. It needs at least two pairs, and the result is undefined if either variable never changes. It needs at least two pairs, and the result is undefined if either variable never changes. It needs at least two pairs, and the result is plotted with its best-fit line. The calculator needs at least two pairs, and the result is undefined if either variable never changes. The calculator needs at least two pairs, and the result is undefined.Worked example:Enter paired x and y values in the same order; the two lists must have the same number of values. The calculator returns r, the coefficient of determination r², the covariance, and the least-squares regression line (slope and intercept), plus a plain-English reading of the strength, and plots the data with its best-fit line.Worked example:Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the same order;Enter paired x and y values in the

Tez-tez soruşulan suallar

Korrelasiya koeffisiyentinin məni nə xəbər verir?

Bu iki dəyişənin düz xəttdə bir-birinə nə qədər yaxın olduğunu təyin edir. +1 və -1 yaxın dəyərlər güclü xətti əlaqəni, 0 yaxın dəyərlər isə az ya da xətti əlaqəni göstərmir. İşarə əlaqənin istiqamətini göstərir.

Korrelasiya səbəbi deməkdirmi?

Xeyr. Yüksək korelyasiya iki dəyişəni birgə hərəkət etdirir, lakin bir dəyişənin digərini səbəb etdiyini göstərmir. Gizli üçüncü bir faktor, ya da təsadüf, səbəb əlaqəsi olmadan güclü korelyasiya yarada bilər.

R2 nədir?

R² korelyasiya koeffisiyentinin kvadratıdır. Bu y-də dəyişikliyin x ilə düz xətt əlaqəsi ilə izah edilən nisbətidir - 0.8-lik bir r 0.64-lük bir R² verir, bu da dəyişikliyin 64% -i hesablandığını bildirir.

Nə güclü korelyasiya hesab olunur?

Təxminən 0.3-dən aşağı olan hədsiz r zəifdir, 0.3-dən 0.5-ə qədər orta, 0.5-dən 0.7-yə qədər orta-dən-güclü və 0.7-dən yuxarı güclüdür. Bu hesablayıcı sizin üçün gücün etiketini verir, amma məntiqi kəsişmə sahəyə görə dəyişir.

Mənfi korelyasiya nə deməkdir?

Mənfi r dəyişənlərin əks istiqamətdə hərəkət etdiyini bildirir: biri yüksəldikcə digəri aşağı düşməyə meylli olur. -0.9-un r-i +0.9-un güclü cizgi əlaqəsidir, yalnız istiqamətdə əksdir.

Korrelasiya və kovariansın fərqi nədir?

Kovarians iki dəyişənin birgə necə dəyişdiyini ölçür, lakin onun böyüklüyü onların vahidlərinə bağlıdır, buna görə də onu izah etmək çətindir. Pearson's r, iki standart sapma ilə bölünən kovariansdır, bu da onu vahidsiz -1'dən +1'ə qədər aralığa bərpa edir.

Reqressiya xətti korelyasiyaya necə bağlıdır?

Ən kiçik kvadrat regressiya xətti nöqtələri ən yaxşı uyğunlaşdıran düz xəttdir və onun əyriliyi r ilə şəklini bölüşür. Korrelasiya nöqtələrin xətti nə qədər sıx bağladığını sizə bildirir, r² isə xəttin izah etdiyi dəyişikliyin payını verir.

❤️ Sevgi Calculator.Free? Bölüşdür

𝕏  X Facebook Reddit
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/correlation-coefficient/

curl

curl "https://calculator.free/api/v1/correlation-coefficient/?x=1, 2, 3, 4, 5&y=2, 4, 5, 4, 6"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/correlation-coefficient/?" + new URLSearchParams({
    "x": "1, 2, 3, 4, 5",
    "y": "2, 4, 5, 4, 6"
  }));
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.