![]() |
| サイトマップ | |
|
トップ | オブジェクト | プロパティ | メソッド | 定数 |
これらは、Regression Wizard パネルのカーブフィットの結果に表示されるステータスおよびエラーメッセージに対応します。一定条件に達したものだけを絞り込んで結果として表示させたい場合に役立ちます。
CFV_ZEROITERATIONS | 0 | No attempt to fit because iterations set to 0. |
CFV_TOOMANYITERATIONS | 1 | Did not converge, exceeded maximum number of iterations. |
CFV_INNERLOOPFAILURE | 2 | Did not converge, inner loop failure. |
CFV_CONVERGENCE | 3 | Converged, tolerance satisfied. |
CFV_NOCHANGECONVERGENCE | 4 | Converged, zero parameter changes. |
CFV_NOPATIENCE | 5 | Terminated by user. |
CFV_DISASTER | 6 | This condition will almost always produce a crash if the Finish method is called. Use this verdict to trap numerical crashes. |
CFV_OVERFLOW | 7 | This condition is likely to produce a crash if the Finish method is called. Use this verdict to trap numerical crashes. |
CFV_NULL | 8 | |
CFV_TRYDIFFERENTPARAMETERS | 9 | No parameters to fit. |
CFV_ARRAYILLCONDITIONED | 10 | Parameters may not be valid. Array ill conditioned on final iteration. |
CFV_ARRAYSINGULAR | 11 | Parameters may not be valid. Array numerically singular on final iteration. |
CFV_PARTIALDERIVATIVEOVERFLOW | 12 | Parameters may not be valid. Overflow in partial derivatives. |
CFV_FLAKYCONSTRAINTS | 13 | Bad constraint. |
CFV_UNEXPECTEDRESULT | 14 |