fss(verification)
fss()所属R语言包:verification
Fractional Skill Score
技能分数分数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculates the fractional skill score for spatial forecasts and spatial observations.
空间预测和空间观测计算分数的技巧得分。
用法----------Usage----------
fss(obs, pred,w = 0, FUN = mean, ...)
参数----------Arguments----------
参数:obs
A matrix of binomial observed values.
矩阵的二项式观测值。
参数:pred
A matrix of binomial forecasted values
二项式预测值的矩阵
参数:w
Box width. When w = 0, each pixel is considered alone. w = 2 creates a box with a length of 5 units.
包装盒宽度。当w = 0时,每个像素被单独考虑。瓦特= 2创建一个盒子的长度为5个单位。
参数:FUN
Function to be applied to each subgrid. By default, the mean of each box is used to calculate the fraction of each subgrid.
函数被应用到每个子网格。默认情况下,平均每个盒子是用来计算每个子网格的分数。
参数:...
Optional arguments
可选参数
值----------Value----------
Return the fraction skill score.
返回分数的技巧得分。
注意----------Note----------
This function contain several loops and consequently is not particularly fast.
此功能包含几个循环,因此不是特别快。
(作者)----------Author(s)----------
Matt Pocernich <pocernic@rap.ucar.edu>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|