مراجعة إحصاء لغات ثانوية عامة 2024 في أربع ورقات فقط
ننشر لكم في تلك السطور مراجعة إحصاء لغات ثانوية عامة 2024 لطلبة وطالبات المدارس اللغات، وذلك قبل بدء الامتحان.
مراجعة إحصاء لغات ثانوية عامة 2024
ويسعى طلبة وطالبات الصف الثالث الثانوي لأداء امتحانات المواد غير المضافة إلى المجموع النهائي يومي 10 و12 من شهر يونيو الجاري.
ويحصل الطلاب بعدها على إجازة عيد الأضحى المبارك، ثم يستأنفوا الامتحانات المواد الأساسية.
وننشر لكم عبر هذه السطور مراجعة إحصاء لغات ثانوية عامة 2024 والتي أعدها أحد المعلمين في أربع ورقات فقط.
مراجعة إحصاء لغات ثانوية عامة 2024:
Measuring how much the two variables are correlated where -1q r q1
It is said that the correlation:
is perfect direct if the correlation coefficient r = 1
is perfect inverse if the correlation coefficient r = -1
is not existed when r = 0
Degrees of correlation
weak: If 0 < r q 0.4 or -0.4 q r < 0
moderate (middling): If 0.4 < r q 0.6 or -0.6 q r < -0.4
Strong: If 0.6 < r < 1 or -1 < r < 0.6
Pearson’s linear correlation coefficient:
r =
n ∑ xy − ∑ x × ∑ y
√n ∑ x
2 − (∑ x)
2√n ∑ y
2 − (∑ y)
2
Spearman’s rank correlation coefficient:
r = 1 −
6 ∑ D
2
n(n2 − 1)
Regression
ŷ = a + bx
Where: a is the length of y-intercept
b is the regression coefficient of y on x and it expresses the slope of the regression line on the
positive direction of X-axis.
b =
n ∑ xy − ∑ x × ∑ y
n ∑ x
2 − (∑ x)
2
, a =
∑ y − b ∑ x
n
The regression line equation is used for:
Predicting the value of y if the value of x is known Identifying the error which can be
determined by the relation:
Error = | Table value -the value satisfying the regression equation