models_dawson(wasim)
models_dawson()所属R语言包:wasim
Synthetic peak errors from Dawson 2007
2007年从道森的合成峰值误差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A number of synthetic peak errors used for testing performance measures and similar
许多用于性能测试措施和类似的合成峰值误差
用法----------Usage----------
data(models_dawson)
格式----------Format----------
A data frame with 160 observations on the following 5 variables.
160以下5个变量的观察与数据框。
Observed a numeric vector
Observed一个数值向量
Model.A...Naive a numeric vector
Model.A...Naive一个数值向量
Model.B...Low.Flow a numeric vector
Model.B...Low.Flow一个数值向量
Model.C...Noisy a numeric vector
Model.C...Noisy一个数值向量
Model.D...High.Flow a numeric vector
Model.D...High.Flow一个数值向量
源----------Source----------
https://co-public.lboro.ac.uk/cocwd/HydroTest/index.html
参考文献----------References----------
实例----------Examples----------
data(models_dawson)
plot(models_dawson[,1])
lines(models_dawson[,2])
diagnostic_dawson(modelled=models_dawson[,2], measured=models_dawson[,1], use_qualV=TRUE)
do.call(rbind,lapply(models_dawson,FUN=diagnostic_dawson, measured=models_dawson[,1]))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|