RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post
gravatar

leeswijzer

MINAKA Nobuhiro

Recently Published

deviation.R
Calculating various kinds of variations from a data set by Michael J. Crawley 2007, The R Book.
Central Limit Theorem on R
# ーーーーーー【中心極限定理の可視化】ーーーーーーー # #  正規分布・ガンマ分布・一様分布・ベータ分布に #  対して,乱数抽出の個数を増やし,その標本平均 #  に関する中心極限定理の成立を視覚的に理解する. # ーーーーーーーーーーーーーーーーーーーーーーーーー
unbiased.R
既知の母分散(σ=1)をもつ正規母集団からの無作為標本からの分散推定シミュレーション.平方和をデータ数(n)で割った場合と自由度(n-1)で割った場合の推定精度に関する影響を可視化する.
RandomError.R
データのもつ「ばらつき(偶然誤差)」を変化させることにより,観察データを説明するために仮定されるモデルの(心理的)意味について考察する.
Bivariate normal distribution
Random numbers and density functions for different variance-covariance matrices.
deviation.R
Partitioning total deviation into treatment deviation and error deviation.
Analysis of Daphnia data
首都大学東京ならびに横浜国立大学における生物統計学レポートの解説.
F分布のグラフィクス
t分布のグラフィクス
正規分布の棄却域の図示
正規分布のグラフィクス
unbiased.R - variance estimation of standard normal distribution
Variance estimation based using biased and unbiased estimators.
paramerarization.R - an example of location and dispersion parameters
Sampling from standard normal distribution with sample mean and sample sd.
Central Limit Theorem using R
Demonstration of the Central Limit Theorem using R and the TeachingDemos package.