文件名称:LEPSTEST:线性误差概率空间分数测试-matlab开发
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-21 10:38:18
matlab
LEPSTEST [lepss] = lepstest(cumclimate,xo,xf,refprob) 此代码计算 LEPS 分数LEPS:线性误差概率空间(Ward 和 Folland,1991 年) lepss - 线性误差概率空间分数xo - 测量值:列向量或标量xf - 预测值:列向量或标量cumclimate - 长期累积气候数据值refprob - 参考概率,通常中位数 = 0.5 例子 : 参考概率 = 0.5 ; rand('种子',931316785); cumclimate = weibrnd(0.0269,1.99,10000,1); xo = rand(5000,1) .* (max(cumclimate)-min(cumclimate))... + 分钟(兼气候); xf = rand(length(xo),1) .* (1.5-0.5) + .5; [lep
【文件预览】:
lepstest.zip