ruge(VGAM)
ruge()所属R语言包:VGAM
Rutherford-Geiger Polonium Data
卢瑟福 - 盖革钋资料
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Decay counts of polonium recorded by Rutherford and Geiger (1910).
卢瑟福和盖格(1910)录得的钋的衰变计数。
用法----------Usage----------
data(ruge)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
counts a numeric vector, counts or frequencies
一个数字矢量计数,计数或频率
number a numeric vector, the number of decays
数一个数值向量,数量的衰变
Details
详细信息----------Details----------
These are the radioactive decay counts of polonium recorded by Rutherford and Geiger (1910) representing the number of scintillations in 2608 1/8 minute intervals. For example, there were 57 frequencies of zero counts. The counts can be thought of as being approximately Poisson distributed.
这些钋的放射性衰变计数的记录卢瑟福和盖革(1910)2608 1/8分钟的时间间隔闪烁。例如,有57零计数的频率。计数可以被认为是作为近似泊松分布。
源----------Source----------
Rutherford, E. and Geiger, H. (1910) The Probability Variations in the Distribution of alpha Particles, Philosophical Magazine, 20, 698–704.
卢瑟福,E.和盖革,H.(1910)的概率分布的α粒子,哲学杂志,20,698-704的变化。
实例----------Examples----------
lambdahat = with(ruge, weighted.mean(number, w=counts))
(N = with(ruge, sum(counts)))
with(ruge, cbind(number, counts,
fitted=round(N * dpois(number, lam=lambdahat))))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|