mu.mblalc(SampleSizeMeans)
mu.mblalc()所属R语言包:SampleSizeMeans
Bayesian sample size determination for estimating a single normal mean using the Mixed Bayesian/Likelihood Average Length Criterion
贝叶斯估计一个单一的标准平均使用混合贝叶斯/可能性平均长度标准样品大小决定
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function mu.mblalc returns the required sample size
函数mu.mblalc返回所需的样本大小
用法----------Usage----------
mu.mblalc(len, alpha, beta, level = 0.95)
参数----------Arguments----------
参数:len
The desired average length of the posterior credible interval for the mean
后的可信的时间间隔的平均值所需要的平均长度
参数:alpha
First prior parameter of the Gamma density for the precision (reciprocal of the variance)
第一现有参数的精度(方差的倒数)的伽玛密度
参数:beta
Second prior parameter of the Gamma density for the precision (reciprocal of the variance)
第二现有参数的精度(方差的倒数)的伽玛密度
参数:level
The desired fixed coverage probability of the posterior credible interval (e.g., 0.95)
所需的固定后的可信区间(例如,0.95)的覆盖概率
Details
详细信息----------Details----------
Assume that a sample will be collected in order to estimate the mean of a normally distributed random variable. Assume that the precision (reciprocal of the variance) of this random variable is unknown, but has prior information in the form of a Gamma(alpha, beta) density. The function mu.mblalc returns the required sample size to attain the desired average length len for the posterior credible interval of fixed coverage probability level for the unknown mean.<br><br> This function uses a Mixed Bayesian/Likelihood (MBL) approach. MBL approaches use the prior information to derive the predictive distribution of the data, but use only the likelihood function for final inferences.
假设将被收集的样品,以估计的正态分布的随机变量的平均值。随机变量的方差的倒数)的精度(在此假设是未知的,但有先验信息的形式的γ-(α,β)的密度。的功能mu.mblalc返回所需的样本量,以达到所需的平均长度为len后的置信区间的固定覆盖概率水平对未知的平均值。<BR> <BR>该函数使用一个混合的贝叶斯/似然法(MBL )的方法。 MBL方法使用的先验信息,得到的预测分布的数据,但只使用似然函数为最终推断。
值----------Value----------
The required sample size given the inputs to the function.
所需的样本量输入的功能。
注意----------Note----------
The sample size returned by this function is exact.
这个函数返回的样本量是准确的。
(作者)----------Author(s)----------
Lawrence Joseph <a href="mailto:lawrence.joseph@mcgill.ca">lawrence.joseph@mcgill.ca</a> and Patrick Belisle
参考文献----------References----------
Bayesian sample size determination for Normal means and differences between Normal means<br>
参见----------See Also----------
mu.mblacc, mu.mblmodwoc, mu.mbl.varknown, mu.acc, mu.alc, mu.modwoc, mu.varknown, mu.freq, mudiff.mblacc, mudiff.mblalc, mudiff.mblmodwoc, mudiff.mblacc.equalvar, mudiff.mblalc.equalvar, mudiff.mblmodwoc.equalvar, mudiff.mbl.varknown, mudiff.acc, mudiff.alc, mudiff.modwoc, mudiff.acc.equalvar, mudiff.alc.equalvar, mudiff.modwoc.equalvar, mudiff.varknown, mudiff.freq
mu.mblacc,mu.mblmodwoc,mu.mbl.varknown,mu.acc,mu.alc,mu.modwoc,mu.varknown,mu.freq,mudiff.mblacc,mudiff.mblalc,mudiff.mblmodwoc,mudiff.mblacc.equalvar,mudiff.mblalc.equalvar,mudiff.mblmodwoc.equalvar,mudiff.mbl.varknown,mudiff.acc,mudiff.alc ,mudiff.modwoc,mudiff.acc.equalvar,mudiff.alc.equalvar,mudiff.modwoc.equalvar,mudiff.varknown,mudiff.freq
实例----------Examples----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|