def 小児科医():

かけだし小児科医が仕事の合間にプログラミングを勉強するブログです。

統計

2ヶ月勉強して統計検定2級にギリギリ合格した話

本日は統計検定2級に合格した話です。 なんかこういう話って盛って話すとPV数稼げそうなので頑張って書きます。 統計検定2級 難易度 勉強時間 実際にやった勉強方法と感想 全体の感想 準1級に向けて 統計検定2級 www.toukei-kentei.jp 難易度 結論から言うと…

Study for Statistics Test Level 2 (13)

previous page↓ defpediatric.hatenablog.com Today's study is about Normality test Quantile-Quantile Plot(Q-Q Plot) Skewness and Kurtosis Goodness of fit test Independence test Normality test This method tests whether a sample is accurately …

統計検定2級の勉強をする話(12)

前回↓ defpediatric.hatenablog.com 今回は線形モデル分析 今までなんとなーくわかったようなわかってないようなつもりでやっていたので、復習。 defpediatric.hatenablog.com こういう時に過去の記事を見るとなんとも言えない気持ちになる。 線形回帰モデル…

Study for Statistics Test Level 2 (11)

previous page↓ defpediatric.hatenablog.com Today's study is on "Hypothesis testing". Hypothesis Testing Null Hypothesis and Alternative Hypothesis Test Statistic and Rejection Region Classification of Hypotheses One Sample Problem Populati…

統計検定2級の勉強をする話⑩

前回 defpediatric.hatenablog.com 最近ただの統計勉強ブログと化していてプログラミング全然やってない。 今日は1標本問題と2標本問題について 1標本問題 正規分布の母平均の推定 母分散が既知の時 母分散が未知の時 母分散の区間推定 母比率の推定 2標本…

Study for Statistics Test Level 2 (9)

previous page↓ defpediatric.hatenablog.com Today's study is on "Inferential Statistics". Population and Sample Design of Study Experimental Study Observational Study Methods of Sampling Simple Random Sampling Systematic Sampling Stratified…

統計検定2級の勉強をする話⑧

前回↓ defpediatric.hatenablog.com 今回は2変数の確率分布、標本分布、中心極限定理について 2変数の確率分布 同時確率分布 2つの確率変数の共分散、相関係数 2変量正規分布 標本分布 \( χ^2\)分布 t分布 F分布 大数の法則と中心極限定理 大数の法則(弱法則…

Study for Statistics Test Level 2 (7)

previous page↓ defpediatric.hatenablog.com Today's study is about specific distributions. Discrete probability distributions Bernoulli distribution Binomial distribution Poisson distribution Geometric distribution Continuous probability di…

統計検定2級の勉強をする話⑥

前回 defpediatric.hatenablog.com 統計を勉強し始めてから基本的な数学知識を忘れている(そもそも身につけていない)ことに気づいて、高校の教科書を眺めている。何も思い出せん。 本日は「確率変数と確率分布」 確率変数(random variable) 離散型確率変数 …

Study for Statistics Test Level 2 (5)

previous page↓ defpediatric.hatenablog.com Today's Study: Probability Terms: Definition of Probability: Kolmogorov's Axioms: Specific Definitions: Laplace's Definition of Probability: Frequency-based Definition of Probability: Theorems of …

統計検定2級の勉強をする話④

前回↓ defpediatric.hatenablog.com 今回は日本語で。 「時系列データ」の話。 時系列データの扱い 指数化 比で変化を見る方法 変動分解 TCtの抽出 Stの計算 自己相関 時系列データの扱い ある時刻 t → t+1 におけるyの変化を見る方法は 差を見る(yt+1 - yt …

Study for Statistics Test Level 2 (3)

previous page defpediatric.hatenablog.com Today's study is about 'dealing with qualitative data' and 'statistics and summary of double variable data'. Dealing with qualitative data Statistics and summary of double variable data Scatter dia…

Rを触ってみる話②

前回↓ defpediatric.hatenablog.com 今回はパッケージについて。 なんか意外とRがPythonの知識で動かせて嬉しい。 パッケージのダウンロード、インストール 今回は'ggplot2'をインストールする。matplotlib的なやつか? install.packages("ggplot2")でインス…

Study for Statistics Test Level 2 (2)

previous page defpediatric.hatenablog.com I've forgotten to translate the title into English. Today's study is about 'Indicators of Distribution'. Using Indicators of Distribution is a method of showing the features of a distribution. Mean…

統計検定2級の勉強をする話①

I have participated in Kaggle competitions twice. Then, I thought that my statistical skills were not enough to do EDA. So, I decided to study statistics. My goal is to obtain a second-level license in statistics. Classification of Variabl…