計算均方根誤差
| arrSimulate | Double() | - | 必須 | (無) | 模擬或預測結果之資料陣列 |
| arrObserved | Double() | - | 必須 | (無) | 觀測結果之資料陣列 |
| LowerBound | Integer | 4 | 可省略 | 0 | 資料下標,例如有時索引值 0 的位置為標籤 |
傳回 Double
NAMObjectiveFunction = GetRMSE(ComputerData, CallBackParameter(0))
公式:
| GetRMSE = | ![]() |
Visual Studio .Net 2002 以後相容版本 | Statistic.vb
|
|