lnre.fzm(zipfR)
lnre.fzm()所属R语言包:zipfR
The finite Zipf-Mandelbrot (fZM) LNRE Model (zipfR)
有限齐普夫的的曼德尔布罗(FZM)LNRE“模式(zipfR)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The finite Zipf-Mandelbrot (fZM) LNRE model of Evert (2004).
有限齐普夫 - 曼德勃罗(FZM)LNRE模型的埃弗特(2004年)。
The constructor function lnre.fzm is not user-visible. It is invoked implicitly when lnre is called with LNRE model type "fzm".
构造函数lnre.fzm是用户可见的。隐式调用时,lnre被称为LNRE的型号"fzm"。
用法----------Usage----------
lnre.fzm(alpha=.8, A=1e-9, B=.01, param=list())
## user call: lnre("fzm", spc=spc) or lnre("fzm", alpha=.8, A=1e-9, B=.01)
参数----------Arguments----------
参数:alpha
the shape parameter α, a number in the range (0,1)
的形状参数α,一个数字的范围(0,1)
参数:A
the lower cutoff parameter A, a positive number. Note that a valid set of parameters must satisfy 0 < A < B.
较低的截止参数A,一个正数。需要注意的是一组有效的参数必须满足0 < A < B。
参数:B
the upper cutoff parameter B, a positive number (B > 1 is allowed although it is inconsistent with the interpretation of B)
上的截止参数B,正数(B > 1是允许的,但它是不一致的解释B)
参数:param
a list of parameters given as name-value pairs (alternative method of parameter specification)
一个为名称 - 值对的参数列表(参数规格的替代方法)
Details
详细信息----------Details----------
The parameters of the fZM model can either be specified as immediate arguments:
的FZM模型的参数可以被指定为即时论点:
值----------Value----------
A partially initialized object of class lnre.fzm, which is completed and passed back to the user by the lnre function. See lnre for a detailed description of lnre.fzm objects (as a subclass of lnre).
部分初始化类的对象lnre.fzm,完成并传回给用户的lnre功能。见lnre的详细说明lnre.fzm对象(lnre)的一个子类。
数学详情----------Mathematical Details----------
Similar to ZM, the fZM model is a LNRE re-formulation of the Zipf-Mandelbrot law for a population with a finite vocabulary size S, i.e.
类似ZM,的FZM模型是一个LNRE重新制订的齐普夫曼德尔布罗法律的人口与有限的词汇量的大小S,即
for k = 1, …, S. The parameters of the Zipf-Mandelbrot law are a > 1, b ≥ 1 and S (see also Baayen 2001, 101ff). The fZM model is given by the type density function
k = 1, …, S。参数的齐普夫曼德尔布罗法律的a > 1,b ≥ 1和S(Baayen 2001年,101ff)。 FZM型密度函数模型为
for A ≤ π ≤ B (and π = 0 otherwise), and has three parameters 0 < α < 1 and 0 < A < B ≤ 1. The normalizing constant is
A ≤ π ≤ B(π = 0其他方式),并有三个参数0 < α < 1和0 < A < B ≤ 1。标准化常数
and the population vocabulary size is
和人口的词汇量的大小是
See Evert (2004) and the lnre.zm manpage for further details.
埃弗特(2004年)和lnre.zm用户手册以获取进一步详情。
参考文献----------References----------
Dordrecht.
sequences. Proceedings of JADT 2004, 411-422.
参见----------See Also----------
lnre for pointers to relevant methods and functions for objects of class lnre, as well as a complete listing of LNRE models implemented in the zipfR library.
lnre类的对象的指针的相关方法和功能lnre,以及实施LNRE模型在zipfR库的完整列表。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|