crps.circ(verification)
crps.circ()所属R语言包:verification
CRPS Statistics for circular data
CRPS循环数据统计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the circular CRPS when the verifying direction is 'x' and the probabilistic forecast is a von Mises distribution on the circle with mean 'mu' and
计算圆形CRPS时,验证方向是x和概率预报是一个von Mises分布在圆上,平均亩“,
用法----------Usage----------
crps.circ(x, mu, kappa )
参数----------Arguments----------
参数:x
A single direction in angles (0 <= x < 2 pi)
一个单一的方向的角度(0 <= x <2的圆周率)
参数:mu
A single direction in angles (0 <= mu < 2 pi)
一个单一的方向的角度(0 <=亩<2π)
参数:kappa
A single positive number (kappa >= 0)
一个单一的正数(κ> = 0)
值----------Value----------
参数:crps.circ
Circular crps
通函CRPS
(作者)----------Author(s)----------
Nick Johnson<nickaj@gmail.com>
参考文献----------References----------
(2006). The continuous ranked probability score for circular variables and its application to mesoscale forecast ensemble verification. , 132, pp. 1-17, Q.J.R. Meteorolo. Soc..
实例----------Examples----------
x <- pi/3
mu <- pi/3.2
kappa <- 10000
ES.VM.Comp2.Max.Kappa <- 1500
crps.circ( x = pi/3, mu = pi/3.2, kappa = 10000)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|