salmon.rate(UsingR)
salmon.rate()所属R语言包:UsingR
Simulated Data on Rate of Recruitment for Salmon
鲑鱼的招聘率的模拟数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The Ricker model is used to model the relationship of recruitment of a salmon species versus the number of spawners. The model has two parameters, a rate of growth at small numbers and a decay rate at large numbers. This data set is simulated data for 83 different recordings using parameters found in a paper by Chen and Holtby.
Ricker子模型是用来模拟一个鲑鱼的产卵数与招聘的关系。该模型有两个参数,一个小的数字的增长速度和衰减率在大量。该数据集是模拟83种不同的录音,使用由陈和霍尔特比在一份文件中的参数数据。
用法----------Usage----------
data(salmon.rate)
格式----------Format----------
The format is: 83 numbers on decay rates.
格式是:83的衰变率。
Details
详细信息----------Details----------
The Ricker model for recruitment modeled by spawner count
招聘Ricker子模型模拟产卵数
The paramter b is a decay rate for large values of S. In the paper by Chen and Holtby, they studied 83 datasets and found that b is log-normally distributed. The data is simulated from their values to illustrate a log normal distribution.
放慢参数b是大值S的衰减率。由陈和霍尔特比在论文中,他们研究了83个数据集和发现,b对数正态分布。模拟数据是从它们的值示出了对数正态分布。
源----------Source----------
These values are from D.G. Chen and L. Blair Holtby, “A regional meta-model for stock recruitment analysis using an empirical Bayesian approach”, found at http://www.iphc.washington.edu/.
这些值是从D.G.陈和L.布莱尔霍尔特比,“A区域的元模型分析股票的招聘使用经验贝叶斯方法”,发现在http://www.iphc.washington.edu/。
实例----------Examples----------
data(salmon.rate)
hist(log(salmon.rate))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|