{"id":458,"date":"2023-07-29T20:18:10","date_gmt":"2023-07-29T20:18:10","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/"},"modified":"2023-07-29T20:18:10","modified_gmt":"2023-07-29T20:18:10","slug":"r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/","title":{"rendered":"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom\uc5d0 \ub300\ud55c \uac00\uc774\ub4dc"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 <strong>dbinom<\/strong> , <strong>pbinom<\/strong> , <strong>qbinom<\/strong> \ubc0f <strong>rbinom<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec R\uc5d0\uc11c <a href=\"https:\/\/statorials.org\/ko\/\u110b\u1175\u1112\u1161\u11bc\u1107\u116e\u11ab\u1111\u1169-1\/\" target=\"_blank\" rel=\"noopener\">\uc774\ud56d \ubd84\ud3ec\ub97c<\/a> \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h2> <strong><span style=\"color: #000000;\">\ub514\ube44\ub188<\/span><\/strong><\/h2>\n<p> <span style=\"color: #000000;\"><b>dbinom<\/b> \ud568\uc218\ub294 \uc784\uc758\uc758 \ubcc0\uc218 <em>x<\/em> , \uc2dc\ud589 \ud69f\uc218(\ud06c\uae30) \ubc0f \uac01 \uc2dc\ud589\uc758 \uc131\uacf5 \ud655\ub960(prob)\uc774 \uc8fc\uc5b4\uc9c0\uba74 \uc774\ud56d \ubd84\ud3ec\uc758 \ud655\ub960 \ubc00\ub3c4 \ud568\uc218(pdf) \uac12\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4. dbinom\uc744 \uc0ac\uc6a9\ud558\ub294 \uad6c\ubb38\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p style=\"text-align: center;\"> <strong><span style=\"color: #000000;\">dbinom(x, \ud06c\uae30, \ud655\ub960)<\/span><\/strong><\/p>\n<p> <span style=\"color: #000000;\">\uac04\ub2e8\ud788 \ub9d0\ud574\uc11c <b>dbinom\uc740<\/b> \ud2b9\uc815 \uc218\uc758 \uacb0\uacfc\ub97c \uc5bb\uc744 \ud655\ub960\uc744 \ucc3e\uc2b5\ub2c8\ub2e4. <em>&nbsp;<\/em> \uac01 \uc2dc\ud589\uc758 \uc131\uacf5 \ud655\ub960 <strong>(prob)\uc774<\/strong> \uace0\uc815\ub418\uc5b4 \uc788\ub294 \ud2b9\uc815 \uc2dc\ud589 \ud69f\uc218 <strong>(\ud06c\uae30)<\/strong> \uc5d0\uc11c\uc758 \uc131\uacf5 <strong>(x)<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 dbinom\uc744 \uc0ac\uc6a9\ud558\uc5ec \uba87 \uac00\uc9c0 \ud655\ub960 \uc9c8\ubb38\uc744 \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uc608\uc2dc 1:<\/strong> <em>Bob\uc740 \uc790\uc720\ud22c \uc2dc\ub3c4\uc758 60%\ub97c \uc131\uacf5\ud588\uc2b5\ub2c8\ub2e4. \ub9cc\uc57d \uadf8\uac00 12\ubc88\uc758 \uc790\uc720\ud22c\ub97c \uc131\uacf5\ud588\ub2e4\uba74, \uadf8\uac00 \uc815\ud655\ud788 10\ubc88\uc758 \uc790\uc720\ud22c\ub97c \uc131\uacf5\ud560 \ud655\ub960\uc740 \uc5bc\ub9c8\uc785\ub2c8\uae4c?<\/em><\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#find the probability of 10 successes during 12 trials where the probability of\n#success on each trial is 0.6<\/span>\ndbinom(x=10, size=12, prob=.6)\n#[1]0.06385228\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uadf8\uac00 \uc815\ud655\ud788 10\uac1c\uc758 \uc29b\uc744 \uc131\uacf5\uc2dc\ud0ac \ud655\ub960\uc740 <strong>0.0639<\/strong> \uc774\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uc608\uc2dc 2:<\/strong> <em>Sasha\ub294 \uacf5\uc815\ud55c \ub3d9\uc804\uc744 20\ubc88 \ub4a4\uc9d1\uc5c8\uc2b5\ub2c8\ub2e4. \ub3d9\uc804\uc758 \uc55e\uba74\uc774 \uc815\ud655\ud788 7\uac1c \ub098\uc62c \ud655\ub960\uc740 \uc5bc\ub9c8\uc785\ub2c8\uae4c?<\/em><\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#find the probability of 7 successes during 20 trials where the probability of\n#success on each trial is 0.5\n<\/span>dbinom(x=7, size=20, prob=.5)\n#[1]0.07392883\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ub3d9\uc804\uc774 \uc815\ud655\ud788 7\ubc88 \uc55e\uba74\uc774 \ub098\uc62c \ud655\ub960\uc740 <strong>0.0739<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/p>\n<h2> <strong><span style=\"color: #000000;\">\ud53c\ube44\ub188<\/span><\/strong><\/h2>\n<p> <span style=\"color: #000000;\"><b>pbinom<\/b> \ud568\uc218\ub294 \ud2b9\uc815 \ud655\ub960 \ubcc0\uc218 <em>q<\/em> , \uc2dc\ud589 \ud69f\uc218(\ud06c\uae30) \ubc0f \uac01 \uc2dc\ud589\uc758 \uc131\uacf5 \ud655\ub960(prob)\uc744 \uace0\ub824\ud558\uc5ec \uc774\ud56d \ubd84\ud3ec\uc758 \ub204\uc801 \ubc00\ub3c4 \ud568\uc218(cdf) \uac12\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4. pbinom\uc744 \uc0ac\uc6a9\ud558\ub294 \uad6c\ubb38\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p style=\"text-align: center;\"> <strong><span style=\"color: #000000;\">pbinom(q, \ud06c\uae30, \ud655\ub960)<\/span><\/strong><\/p>\n<p> <span style=\"color: #000000;\">\uac04\ub2e8\ud788 \ub9d0\ud574\uc11c <b>pbinom\uc740<\/b> \uc8fc\uc5b4\uc9c4 <em>q<\/em> \uac12\uc758 \uc67c\ucabd \uc601\uc5ed\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4. <em>&nbsp;<\/em> \uc774\ud56d \ubd84\ud3ec\uc5d0\uc11c. \uc8fc\uc5b4\uc9c4 <em>q<\/em> \uac12\uc758 \uc624\ub978\ucabd \uc601\uc5ed\uc5d0 \uad00\uc2ec\uc774 \uc788\ub294 \uacbd\uc6b0 <strong>lower.tail = FALSE<\/strong> \uc778\uc218\ub97c \ucd94\uac00\ud558\uba74 \ub429\ub2c8\ub2e4.<\/span><\/p>\n<p style=\"text-align: center;\"> <strong><span style=\"color: #000000;\">pbinom(q, \ud06c\uae30, \ud655\ub960, lower.tail = FALSE)<\/span><\/strong><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 pbinom\uc744 \uc0ac\uc6a9\ud558\uc5ec \uba87 \uac00\uc9c0 \ud655\ub960 \uc9c8\ubb38\uc744 \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uc608\uc2dc 1:<\/strong> <em>\uc548\ub3c4\ub294 \uacf5\uc815\ud55c \ub3d9\uc804\uc744 5\ubc88 \ub358\uc84c\uc2b5\ub2c8\ub2e4. \ub3d9\uc804\uc774 \ub450 \ubc88 \uc774\uc0c1 \uc55e\uba74\uc774 \ub098\uc62c \ud655\ub960\uc740 \uc5bc\ub9c8\uc785\ub2c8\uae4c?<\/em><\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#find the probability of more than 2 successes during 5 trials where the\n#probability of success on each trial is 0.5<\/span>\npbinom(2, size=5, prob=.5, lower.tail=FALSE)\n# <span style=\"color: #008080;\"><span style=\"color: #000000;\">[1] 0.5<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ub3d9\uc804\uc774 \ub450 \ubc88 \uc774\uc0c1 \uc55e\uba74\uc774 \ub098\uc62c \ud655\ub960\uc740 <strong>0.5<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uc608\uc2dc 2:<\/strong> <em>\ud0c0\uc77c\ub7ec\uac00 \ud50c\ub808\uc774\ud560 \ub54c \uc2dc\ub3c4 \ud69f\uc218\uc758 30%\uc5d0\uc11c \uc2a4\ud2b8\ub77c\uc774\ud06c\ub97c \ubc1b\uc558\ub2e4\uace0 \uac00\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \ub9cc\uc57d \uadf8\uac00 10\ubc88 \ud50c\ub808\uc774\ud55c\ub2e4\uba74 4\ubc88 \uc774\ud558\uc758 \uc2a4\ud2b8\ub77c\uc774\ud06c\ub97c \ubc1b\uc744 \ud655\ub960\uc740 \uc5bc\ub9c8\ub098 \ub429\ub2c8\uae4c?<\/em><\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#find the probability of 4 or fewer successes during 10 trials where the\n#probability of success on each trial is 0.3<\/span>\npbinom(4, size=10, prob=.3)\n# <span style=\"color: #008080;\"><span style=\"color: #000000;\">[1]0.8497317<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uadf8\uac00 \uc2a4\ud2b8\ub77c\uc774\ud06c\ub97c 4\uac1c \uc774\ud558\ub85c \uae30\ub85d\ud560 \ud655\ub960\uc740 <strong>0.8497<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/p>\n<h2> <strong><span style=\"color: #000000;\">\ud050\ube44\ub188<\/span><\/strong><\/h2>\n<p> <span style=\"color: #000000;\"><b>qbinom<\/b> \ud568\uc218\ub294 \ud2b9\uc815 \ud655\ub960 \ubcc0\uc218 <em>q<\/em> , \uc2dc\ud589 \ud69f\uc218(\ud06c\uae30) \ubc0f \uac01 \uc2dc\ud589\uc758 \uc131\uacf5 \ud655\ub960(prob)\uc774 \uc8fc\uc5b4\uc9c0\uba74 \uc774\ud56d \ubd84\ud3ec\uc758 \uc5ed\ub204\uc801\ubc00\ub3c4\ud568\uc218(cdf) \uac12\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4. qbinom\uc744 \uc0ac\uc6a9\ud558\ub294 \uad6c\ubb38\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p style=\"text-align: center;\"> <strong><span style=\"color: #000000;\">qbinom(q, \ud06c\uae30, \ud655\ub960)<\/span><\/strong><\/p>\n<p> <span style=\"color: #000000;\">\uac04\ub2e8\ud788 \ub9d0\ud574\uc11c, <strong>qbinom\uc744<\/strong> \uc0ac\uc6a9\ud558\uc5ec \uc774\ud56d \ubd84\ud3ec\uc758 <sup>p\ubc88\uc9f8<\/sup> \ubd84\uc704\uc218\ub97c \uc54c\uc544\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \uc2e4\ud589 \uc911\uc778 <b>qbinom<\/b> \uc758 \uba87 \uac00\uc9c0 \uc608\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#find the 10th quantile of a binomial distribution with 10 trials and prob\n#of success on each trial = 0.4\n<\/span>qbinom(.10, size=10, prob=.4)\n# [1] 2\n\n<span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#find the 40th quantile of a binomial distribution with 30 trials and prob\n#of success on each trial = 0.25<\/span>\nqbinom(.40, size=30, prob=.25)\n# [1] 7\n<\/span><\/span><\/strong><\/pre>\n<h2> <strong><span style=\"color: #000000;\">rbinom<\/span><\/strong><\/h2>\n<p> <span style=\"color: #000000;\"><b>rbinom<\/b> \ud568\uc218\ub294 \ubca1\ud130 \uae38\uc774 <em>n<\/em> , \uc2dc\ud589 \ud69f\uc218(\ud06c\uae30) \ubc0f \uac01 \uc2dc\ud589\uc758 \uc131\uacf5 \ud655\ub960(prob)\uc744 \uace0\ub824\ud558\uc5ec \uc774\ud56d \ubd84\ud3ec \ud655\ub960 \ubcc0\uc218\uc758 \ubca1\ud130\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. rbinom\uc744 \uc0ac\uc6a9\ud558\ub294 \uad6c\ubb38\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p style=\"text-align: center;\"> <strong><span style=\"color: #000000;\">rbinom(n, \ud06c\uae30, \ud655\ub960)<\/span><\/strong><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \uc2e4\ud589 \uc911\uc778 <strong>rnorm<\/strong> \uc758 \uba87 \uac00\uc9c0 \uc608\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #e5e5e5; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#generate a vector that shows the number of successes of 10 binomial experiments with\n#100 trials where the probability of success on each trial is 0.3.\n<\/span>results &lt;- rbinom(10, size=100, prob=.3)\nresults\n# [1] 31 29 28 30 35 30 27 39 30 28\n\n<span style=\"color: #008080;\">#find mean number of successes in the 10 experiments (compared to expected<\/span>\n<span style=\"color: #008080;\">#mean of 30)<\/span><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #000000;\">\nmean(results)\n# [1] 32.8\n\n<\/span><span style=\"color: #008080;\">#generate a vector that shows the number of successes of 1000 binomial experiments\n#with 100 trials where the probability of success on each trial is 0.3.\n<span style=\"color: #000000;\">results &lt;- rbinom(1000, size=100, prob=.3)<\/span>\n\n#find mean number of successes in the 100 experiments (compared to expected\n#mean of 30)\n<span style=\"color: #000000;\">mean(results)<\/span>\n<span style=\"color: #000000;\"># [1] 30.105\n<\/span><\/span><\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc6b0\ub9ac\uac00 \uc0dd\uc131\ud558\ub294 \ubb34\uc791\uc704 \ubcc0\uc218\uac00 \ub9ce\uc744\uc218\ub85d \ud3c9\uade0 \uc131\uacf5 \ud69f\uc218\uac00 \uc608\uc0c1 \uc131\uacf5 \ud69f\uc218\uc5d0 \uac00\uae4c\uc6cc\uc9d1\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><em>\ucc38\uace0: &#8220;\uae30\ub300 \uc131\uacf5 \ud69f\uc218&#8221; = <strong>n<\/strong> * <strong>p<\/strong> \uc5ec\uae30\uc11c <strong>n<\/strong> \uc740 \uc2dc\ud589 \ud69f\uc218\uc774\uace0 <strong>p<\/strong> \ub294 \uac01 \uc2dc\ud589\uc758 \uc131\uacf5 \ud655\ub960\uc785\ub2c8\ub2e4.<\/em><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 dbinom , pbinom , qbinom \ubc0f rbinom \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec R\uc5d0\uc11c \uc774\ud56d \ubd84\ud3ec\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4. \ub514\ube44\ub188 dbinom \ud568\uc218\ub294 \uc784\uc758\uc758 \ubcc0\uc218 x , \uc2dc\ud589 \ud69f\uc218(\ud06c\uae30) \ubc0f \uac01 \uc2dc\ud589\uc758 \uc131\uacf5 \ud655\ub960(prob)\uc774 \uc8fc\uc5b4\uc9c0\uba74 \uc774\ud56d \ubd84\ud3ec\uc758 \ud655\ub960 \ubc00\ub3c4 \ud568\uc218(pdf) \uac12\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4. dbinom\uc744 \uc0ac\uc6a9\ud558\ub294 \uad6c\ubb38\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. dbinom(x, \ud06c\uae30, \ud655\ub960) \uac04\ub2e8\ud788 \ub9d0\ud574\uc11c dbinom\uc740 \ud2b9\uc815 \uc218\uc758 \uacb0\uacfc\ub97c \uc5bb\uc744 \ud655\ub960\uc744 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-458","post","type-post","status-publish","format-standard","hentry","category-20"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom\uc5d0 \ub300\ud55c \uac00\uc774\ub4dc - Statorials<\/title>\n<meta name=\"description\" content=\"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom \ud568\uc218\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\uc785\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-dbinom-pbinom-qbinom-rbinom\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom\uc5d0 \ub300\ud55c \uac00\uc774\ub4dc - Statorials\" \/>\n<meta property=\"og:description\" content=\"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom \ud568\uc218\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\uc785\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-dbinom-pbinom-qbinom-rbinom\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-29T20:18:10+00:00\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/\",\"name\":\"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom\uc5d0 \ub300\ud55c \uac00\uc774\ub4dc - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-29T20:18:10+00:00\",\"dateModified\":\"2023-07-29T20:18:10+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom \ud568\uc218\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\uc785\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom\uc5d0 \ub300\ud55c \uac00\uc774\ub4dc\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom\uc5d0 \ub300\ud55c \uac00\uc774\ub4dc - Statorials","description":"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom \ud568\uc218\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\uc785\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ko\/r\u110b\u1174-dbinom-pbinom-qbinom-rbinom\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom\uc5d0 \ub300\ud55c \uac00\uc774\ub4dc - Statorials","og_description":"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom \ud568\uc218\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\uc785\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1174-dbinom-pbinom-qbinom-rbinom\/","og_site_name":"Statorials","article_published_time":"2023-07-29T20:18:10+00:00","author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/","name":"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom\uc5d0 \ub300\ud55c \uac00\uc774\ub4dc - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-29T20:18:10+00:00","dateModified":"2023-07-29T20:18:10+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom \ud568\uc218\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uac00\uc774\ub4dc\uc785\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-dbinom-pbinom-qbinom-rbinom\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc758 dbinom, pbinom, qbinom \ubc0f rbinom\uc5d0 \ub300\ud55c \uac00\uc774\ub4dc"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/comments?post=458"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/458\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=458"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=458"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}