phasecalc(season)
phasecalc()所属R语言包:season
Phase from cosinor estimates
相余弦估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculate the phase given the estimated sine and cosine values from a cosinor model.
计算给出的相位从余弦模型估计的正弦和余弦值。
用法----------Usage----------
phasecalc(cosine, sine)
参数----------Arguments----------
参数:cosine
estimated cosine value from a cosinor model.
从一个余弦模型估计的余弦值。
参数:sine
estimated sine value from a cosinor model.
从一个余弦模型估计的正弦值。
Details
详细信息----------Details----------
Returns the phase in radians, in the range [0,2π). The phase is the peak in the sinusoid.
返回阶段弧度的范围内[0,2π)。阶段是在正弦波的峰值。
值----------Value----------
参数:phaser
Estimated phase in radians.
估计阶段的弧度。
(作者)----------Author(s)----------
Adrian Barnett <a href="mailto:a.barnett<at>qut.edu.au">a.barnett<at>qut.edu.au</a>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|