質問編集履歴
1
問題点の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -80,4 +80,41 @@
|
|
80
80
|
4 0.255489022 0.261818182 0.123076923 0.638722555
|
81
81
|
5 0.399201597 0.409090909 0.192307692 0.998003992
|
82
82
|
```
|
83
|
-
よろしくおねがいします.
|
83
|
+
よろしくおねがいします.
|
84
|
+
|
85
|
+
追記
|
86
|
+
エラーはこのようなログになっております.
|
87
|
+
```
|
88
|
+
iter chisq delta/lim lambda a1 b1 c1
|
89
|
+
0 5.1425794360e-04 0.00e+00 1.23e-01 1.593898e-02 -6.804573e-04 2.558984e-03
|
90
|
+
* 5.1425794360e-04 3.79e-10 1.23e+00 1.593898e-02 -6.804573e-04 2.558984e-03
|
91
|
+
* 5.1425794360e-04 1.48e-10 1.23e+01 1.593898e-02 -6.804573e-04 2.558984e-03
|
92
|
+
* 5.1425794360e-04 8.43e-11 1.23e+02 1.593898e-02 -6.804573e-04 2.558984e-03
|
93
|
+
* 5.1425794360e-04 8.43e-11 1.23e+03 1.593898e-02 -6.804573e-04 2.558984e-03
|
94
|
+
1 5.1425794360e-04 0.00e+00 1.23e+02 1.593898e-02 -6.804573e-04 2.558984e-03
|
95
|
+
iter chisq delta/lim lambda a1 b1 c1
|
96
|
+
|
97
|
+
After 1 iterations the fit converged.
|
98
|
+
final sum of squares of residuals : 0.000514258
|
99
|
+
rel. change during last iteration : 0
|
100
|
+
|
101
|
+
degrees of freedom (FIT_NDF) : 8
|
102
|
+
rms of residuals (FIT_STDFIT) = sqrt(WSSR/ndf) : 0.00801762
|
103
|
+
variance of residuals (reduced chisquare) = WSSR/ndf : 6.42822e-05
|
104
|
+
|
105
|
+
Final set of parameters Asymptotic Standard Error
|
106
|
+
======================= ==========================
|
107
|
+
a1 = 0.015939 +/- 0.0002737 (1.717%)
|
108
|
+
b1 = -0.000680457 +/- 0.0007645 (112.3%)
|
109
|
+
c1 = 0.00255898 +/- 0.003652 (142.7%)
|
110
|
+
|
111
|
+
correlation matrix of the fit parameters:
|
112
|
+
a1 b1 c1
|
113
|
+
a1 1.000
|
114
|
+
b1 0.000 1.000
|
115
|
+
c1 -0.750 -0.000 1.000
|
116
|
+
iter chisq delta/lim lambda a2 b2 c2
|
117
|
+
0 5.0932431001e-05 0.00e+00 1.26e-01 1.636364e-02 1.000000e+00 -1.039415e-08
|
118
|
+
1 5.0932431001e-05 0.00e+00 1.26e-02 1.636364e-02 1.000000e+00 -1.039415e-08
|
119
|
+
"Electric1.plt" line 29: Singular matrix in Invert_RtR
|
120
|
+
```
|