Bayesian Independent Normal Distributions
贝叶斯独立正态分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fit two independent Normal distributions to bivariate data using Bayesian Inference. Uses the function runireg to fit the model to the data.
适合两个独立的正态分布的二元数据,使用贝叶斯推理。使用该函数的runireg,以适应模型的数据。
用法----------Usage----------
bayestwoNorm(xx,yy,R=10^4)
参数----------Arguments----------
参数:xx
A vector containing the x coordinates of the data.
一种向量,含有的x坐标的数据。
参数:yy
A vector containing the y coordinates of the data.
一种向量,含有的y坐标的数据。
参数:R
The number of posterior draws to make. Defaults to 10^4.
后数即将作出。默认为10 ^ 4。
值----------Value----------
参数:b
The posterior draws of the estimated independent means.
后绘制的估计独立的方式。
参数:S
The posterior draws of the estimated independent variances.
后绘制的估计独立的差异。