SlideShare ist ein Scribd-Unternehmen logo
1 von 8
1分で作るベータ分布 showyou hatena,twitter:showyou
ベータ分布とは ベルヌーイ/多項分布のパラメータμの 共役事前分布
Rでベータ分布表示するには dbeta 使えば OK
ベータ分布の表示 ,[object Object]
> a <- 0.1
> b <- 0.1
> y <- dbeta(x, a, b)
> plot(x,y,type=”l”)

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (11)

JavaScript でパックマン! 第2回
JavaScript でパックマン! 第2回JavaScript でパックマン! 第2回
JavaScript でパックマン! 第2回
 
Pythonデータ分析 第3回勉強会資料 8章
Pythonデータ分析 第3回勉強会資料 8章 Pythonデータ分析 第3回勉強会資料 8章
Pythonデータ分析 第3回勉強会資料 8章
 
Introduction to NumPy & SciPy
Introduction to NumPy & SciPyIntroduction to NumPy & SciPy
Introduction to NumPy & SciPy
 
Python for Data Anaysis第2回勉強会4,5章
Python for Data Anaysis第2回勉強会4,5章Python for Data Anaysis第2回勉強会4,5章
Python for Data Anaysis第2回勉強会4,5章
 
研究生のためのC++ no.7
研究生のためのC++ no.7研究生のためのC++ no.7
研究生のためのC++ no.7
 
モナドハンズオン前座
モナドハンズオン前座モナドハンズオン前座
モナドハンズオン前座
 
RGtk2入門
RGtk2入門RGtk2入門
RGtk2入門
 
for関数を使った繰り返し処理によるヒストグラムの一括出力
for関数を使った繰り返し処理によるヒストグラムの一括出力for関数を使った繰り返し処理によるヒストグラムの一括出力
for関数を使った繰り返し処理によるヒストグラムの一括出力
 
始めよう!OpenStreetMap Developing
始めよう!OpenStreetMap Developing始めよう!OpenStreetMap Developing
始めよう!OpenStreetMap Developing
 
関数
関数関数
関数
 
Enumはデキる子 ~ case .Success(let value): ~
 Enumはデキる子 ~ case .Success(let value): ~ Enumはデキる子 ~ case .Success(let value): ~
Enumはデキる子 ~ case .Success(let value): ~
 

Andere mochten auch (8)

An introduction of hue
An introduction of hueAn introduction of hue
An introduction of hue
 
Yuka
YukaYuka
Yuka
 
PRESENTATION DES KITS
PRESENTATION DES KITSPRESENTATION DES KITS
PRESENTATION DES KITS
 
Iaas, paasと利用者
Iaas, paasと利用者Iaas, paasと利用者
Iaas, paasと利用者
 
Dossier Ca
Dossier CaDossier Ca
Dossier Ca
 
Tendance Automne 2009
Tendance Automne 2009Tendance Automne 2009
Tendance Automne 2009
 
aisatsu suruto tomodachiga popopoponnto hueruyo
aisatsu suruto tomodachiga popopoponnto hueruyoaisatsu suruto tomodachiga popopoponnto hueruyo
aisatsu suruto tomodachiga popopoponnto hueruyo
 
Dossier Ca 7octobre
Dossier Ca 7octobreDossier Ca 7octobre
Dossier Ca 7octobre
 

Mehr von show you (8)

Classification of Visualize Tool
Classification of Visualize ToolClassification of Visualize Tool
Classification of Visualize Tool
 
A survey of 2013 data science salary survey”
A survey of   2013 data science salary survey”A survey of   2013 data science salary survey”
A survey of 2013 data science salary survey”
 
二階堂愛と二階堂藍の違いについて
二階堂愛と二階堂藍の違いについて二階堂愛と二階堂藍の違いについて
二階堂愛と二階堂藍の違いについて
 
Pycon tw 2013
Pycon tw 2013Pycon tw 2013
Pycon tw 2013
 
Mobageのhadoop活用環境と適用方法
Mobageのhadoop活用環境と適用方法Mobageのhadoop活用環境と適用方法
Mobageのhadoop活用環境と適用方法
 
3.4
3.43.4
3.4
 
13.2 隠れマルコフモデル
13.2 隠れマルコフモデル13.2 隠れマルコフモデル
13.2 隠れマルコフモデル
 
SIG-WI2 twitterにおける、人工無脳との インタラクション
SIG-WI2 twitterにおける、人工無脳との インタラクションSIG-WI2 twitterにおける、人工無脳との インタラクション
SIG-WI2 twitterにおける、人工無脳との インタラクション
 

plot beta dist