ژمێرەری دابەشکردنی ئاسایی
بۆ نرخێکی ئاسایی، ڕێژەی کێشی وابەستەبوون و ڕێژەی وابەستەبوونە کۆکراوە بدۆزەرەوە
ئەنجامەکان نوێدەکرێنەوە کاتێک کە نوسیت
دەربارەی ئەم ژمێرە
the standard-normal distribution, the probability density at x is the area under the curve to the left, the right-tail probability is the area under the curve to the right, and the equivalent z-score is the area under the curve to the left. The probability density at x is the area under the curve to the left, the right-tail probability is the area under the curve to the right, and the equivalent z-score is the area under the curve to the left. The probability density at x is the area under the curve to the left, the right-tail probability is the area under the curve to the right, and the equivalent z-score is the area under the curve to the right, and the equivalent z-score is the area under the curve to the left. The probability density at x is the area under the curve to the left. The standard-normal distribution is the standard-normal distribution.Worked example:Worked
پرسیاری زۆر کراوە
جیاوازی نێوان پی دی ئێف و سی دی ئێف چیە؟
دووری پێشبینی (pdf) بەرزی کەناری زەنگییە لە x؛ پێشبینی نییە لە خۆیدا. دابەشکردنی کۆکراوە (cdf) بەشی ژێر کەناری تا xە، کە پێشبینی نرخێک دەدات لە x یان خوارەوە.
بۆچی ئەگەری نرخێکی ڕاستەقینە سیانەیە؟
بۆ دابەشکردنی بەردەوام وەک ئاسایی، هەر خاڵێکی ڕاستەوخۆ ئەگەری سەد هەیە - تەنها بازنەکان ئەگەری سەدیان نییە. لەبەر ئەوە ئێمە دووری لە x و ناوچەی کۆکردنەوە ڕادەگەیەنین لە جیاتی P (X = x)
یاساکانی ٦٨-٩٥-٩٩.٧ چیە؟
بۆ دابەشکردنی ئاسایی نزیکەی %٦٨ی نرخەکان لە یەک ستاندارد دەچنە ناو ناوەندەوە، %٩٥ لە دوودا و %٩٩.٧ لە سێدا. ئەمە ڕێگەیەکی خێرایە بۆ بڕیاردان لەسەر ئەوەی کە چەندە نرخێکی نا ئاسایی هەیە بەبێ حسابکردنی بەشی ڕاستەقینە.
چۆن ئەگەری نێوان دوو نرخەکە بدۆزمەوە؟
بنێرێت بۆ بایەخی خوارەوە وەک x و بایەخی سەرەوە وەک x2؛ ژمێرەرەکە P دەگەڕێنێتەوە (x ≤ X ≤ x2) بە کەمکردنەوەی ئەگەری کۆکردنەوە لە خاڵێکی خوارەوە لە خاڵێکی سەرەوە
جیاوازی نێوان دابەشکردنی ئاسایی و دابەشکردنی ئاسایی ستاندارد چیە؟
ستانداردی ئاسایی تەنها دابەشکردنی ئاساییە بە ناوەندێکی ٠ و هەڵچوونی ستانداردی ١. گۆڕینی هەر نرخێک بۆ پلەی Z ی خۆی دایدەنێت بۆ ستانداردی ئاسایی، کە چۆن ئەم ئامێریە ئەگەری بۆ هەر μ و σ دادەنێت.
ئایا پێویسته زانیاریەکانم ئاسایی بن؟
هیچ زانیاریەکی ڕاستەقینە بەتەواوەتی ئاسایی نیە، بەڵام ئەنجامەکان پشتڕاستکراون کاتێک زانیاریەکان بە شێوەیەکی نزیکەی زەنگین و هاوشێوەیە. بۆ زانیاریی زۆر هەڵە یان کێشی زۆر، ئەگەرەکان تەنها نزیکن
API - ئەم ژمێرەرانە لە کۆد بەکاربهێنە
ئەم ژمێرەرە بانگ بکە وەک خاڵێکی کۆتایی JSON - هیچ کێڵگەیەک پێویست ناکات. بایەخی بەشی خوارەوە بنێرێت وەک پارامەتری پرسیار یان JSON. پەڕەی زانیارییەکانی API بخوێنە →
خاڵى کۆتایی
GET https://calculator.free/api/v1/normal-distribution/
curl
curl "https://calculator.free/api/v1/normal-distribution/?x=120&mean=100&sd=15"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/normal-distribution/?" + new URLSearchParams({
"x": "120",
"mean": "100",
"sd": "15"
}));
const data = await r.json();
console.log(data.results);
ئەنجامەکان تەنها بۆ ڕێنمایی گشتین، نەک بۆ ڕاوێژی دارایی، پزیشکی یان باج.