pdens(smoothmest)
pdens()所属R语言包:smoothmest
Auxiliary functions for pitman
辅助功能为必文
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Auxiliary functions for pitman.
辅助功能pitman。
用法----------Usage----------
pdens(z, x, dfunction, ...)
sdens(z, x, dfunction, ...)
dens(x, dfunction, ...)
参数----------Arguments----------
参数:z
numeric vector.
数字矢量。
参数:x
numeric vector.
数字矢量。
参数:dfunction
a density function defining the distribution for which the Pitman estimator is computed.
皮特曼估计计算的密度函数定义的分布。
参数:...
further arguments to be passed on to the density function dfunction.
进一步的参数传递的密度函数dfunction。
Details
详细信息----------Details----------
densproduct of density values at x.
densproduct密度值在x。
pdensvector of z*dens(x-z).
pdensvector的z*dens(x-z)。
sdensvector of dens(x-z).
sdensvector的dens(x-z)。
值----------Value----------
Numeric value (dens) or vector.
数值(dens)或矢量。
(作者)----------Author(s)----------
Christian Hennig
<a href="mailto:chrish@stats.ucl.ac.uk">chrish@stats.ucl.ac.uk</a>
<a href="http://www.homepages.ucl.ac.uk/~ucakche/">http://www.homepages.ucl.ac.uk/~ucakche/</a>
参考文献----------References----------
Pitman, E.J. (1939) The estimation of the location and scale parameters of a continuous population of any given form. Biometrika 30, 391-421.
参见----------See Also----------
pitman
pitman
实例----------Examples----------
dens(1:5,dcauchy)
pdens(1:5,0,dcauchy)
sdens(1:5,0:2,dcauchy)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|