LambertW(spatstat)
LambertW()所属R语言包:spatstat
Lambert's W Function
兰伯特的W功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes Lambert's W-function.
计算兰伯特W-功能。
用法----------Usage----------
LambertW(x)
参数----------Arguments----------
参数:x
Vector of nonnegative numbers.
向量的非负数。
Details
详细信息----------Details----------
Lambert's W-function is the inverse function of f(y) = y * exp(y). That is, W is the function such that
兰伯特的W-函数的逆函数f(y) = y * exp(y)。也就是说,W是函数,使得
This command LambertW computes W(x) for each entry in the argument x. If the library gsl has been installed, then the function lambert_W0 in that library is invoked. Otherwise, values of the W-function are computed by root-finding, using the function uniroot.
此命令LambertW计算W(x)中的每个条目的说法x。如果库gsl已安装,则该函数lambert_W0在该库中调用。否则,在W-函数的值计算出根发现,使用的功能uniroot。
Computation using gsl is about 100 times faster.
计算使用gsl是快100倍。
值----------Value----------
Numeric vector.
数字矢量。
(作者)----------Author(s)----------
Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
and Rolf Turner
<a href="mailto:r.turner@auckland.ac.nz">r.turner@auckland.ac.nz</a>
参考文献----------References----------
On the Lambert W function. Computational Mathematics, 5, 325–359.
Lambert W function. In Olver, F, Lozier, D and Boisvert, R (eds.), NIST Handbook of Mathematical Functions, Cambridge University Press.
实例----------Examples----------
LambertW(exp(1))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|