Z־סקאָלע קלײַב אַלץ אױס
קלײַב אַלץ אױסselect-action
רעזולטאטן װי איר שרײַבט
װײַז די װײַז־פּראָגראַם
standardising, you can compare the values of two different scales. The standardising method is called standardization. The standardization method is a method of calculating the standard deviations of a test. The standardization method is a method of calculating the standard deviations of a test. The standardization method is a method of calculating the standard deviations of a test. The standardization method is a method of calculating the standard deviations of a test. The standardization method is a method of calculating the standard deviations of a test. The standardization method is a method of calculating the standard deviations of a test.Worked example: The standard deviations of a test are calculated using the standard-normal distribution. The standardization method is a method of calculating the standard deviations of a test.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard deviation calculation method.Worked example: The standard deviations of a test are calculated using the standard
פֿראַגעס
וואָס מיינט אַ z-סקאָר פֿון 2?
טעקסט פֿאַרבgradient-editor-action
קען אַ z-סקאָר זײַן נעגאַטיוו?
יָא. אַ נעגאַטיווער z-סקאָר מיינט נאָר אַז דער באַטרעף איז אונטער דער דורכשניטלעכער. אַ z-סקאָר פֿון −1.5, למשל, איז אַ האַלב סטאַנדאַרד־דיפֿרײַזירונג אונטער דער דורכשניטלעכער
ווי אַזוי רעכענען איך אַ z-סקאָר?
קלײַב אױס דעם דורכשניט פֿון דיין באַטרעף און צעטיילט דורך דער סטאַנדאַרד־דיפֿרײַזיע: z = (x − μ) / σ. פֿאַר x = 85, μ = 70 און σ = 10 איז דער z-סקאָר (85 − 70) ÷ 10 = 1.5
װי אַזוי איז אַ z-סקאָר פֿאַרבונדן מיט אַ פּערציטל?
דער z-סקאָר איז איבערגעװאַרט צו אַ פּראָצענטיל דורך דער סטנדרט־נורמאַלער אַרײַנגעפֿאַלענער צעטיילונג, װאָס גיט די פּראָפּאָרציע פֿון באַטרעף אונטער אים. אַ z-סקאָר פֿון 0 איז דער 50טער פּראָצענטיל, +1 איז אַרום דער 84טער און −1 אַרום דער 16טער
וואָס איז אַ הײך אָדער אַ אומלעגאַלער z-סקאָר?
די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די 95% פון די
װײַז טעקסט פֿאַרב
טעקסט פֿאַרבgradient-editor-action
API — ניצע דעם קאַלקולאַטאָר פֿון קאָד
קלײַב אױס דעם קלײנער װי אַ פֿרײַן JSON סוף־פּונקט — קײן קלײַב ניט נייטיק. שיקן די פֿעלדער־באַטרעף אונטער דעם װי אַ פֿראַגע־פּאַראַמעטער אָדער JSON לייענען די גאַנץ API דאָקומענטאַציע →
סוף־פּראָצעס
GET https://calculator.free/api/v1/z-score/
curl
curl "https://calculator.free/api/v1/z-score/?x=85&mean=70&sd=10"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/z-score/?" + new URLSearchParams({
"x": "85",
"mean": "70",
"sd": "10"
}));
const data = await r.json();
console.log(data.results);
רעזולטאטן זײַנען אָפּשאַצונגען נאָר פֿאַר אַלגעמיינע װײַזן, ניט פֿאַר פינאַנציעל, מעדיציניש אָדער באַדערפֿענישן