-
Notifications
You must be signed in to change notification settings - Fork 3
/
curve-fitting-strings_en.json
83 lines (83 loc) · 1.4 KB
/
curve-fitting-strings_en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"adjustableFit": {
"value": "Adjustable fit"
},
"bestFit": {
"value": "Best fit"
},
"cubic": {
"value": "Cubic"
},
"curve": {
"value": "Curve"
},
"curve-fitting.title": {
"value": "Curve Fitting"
},
"deviations": {
"value": "Deviations"
},
"equation": {
"value": "Equation"
},
"linear": {
"value": "Linear"
},
"undefined": {
"value": "undefined"
},
"fEqualsNumberOfParametersPattern": {
"value": "{{fSymbol}} = number of parameters in fit (e.g. {{fSymbol}} = 4, for a cubic fit)"
},
"nEqualsNumberOfDataPointsPattern": {
"value": "{{nSymbol}} = number of data points"
},
"deltaEqualsPattern": {
"value": "\u0394<sub>{{y}}</sub> = {{deltaValue}}"
},
"pointCoordinatesPattern": {
"value": "({{xCoordinate}}, {{yCoordinate}})"
},
"theReducedChiSquaredStatisticIs": {
"value": "The reduced chi-squared statistic is:"
},
"quadratic": {
"value": "Quadratic"
},
"residuals": {
"value": "Residuals"
},
"values": {
"value": "Values"
},
"aSymbol": {
"value": "a"
},
"bSymbol": {
"value": "b"
},
"cSymbol": {
"value": "c"
},
"dSymbol": {
"value": "d"
},
"fSymbol": {
"value": "f"
},
"nSymbol": {
"value": "N"
},
"xSymbol": {
"value": "x"
},
"ySymbol": {
"value": "y"
},
"rSymbol": {
"value": "r"
},
"chiSymbol": {
"value": "X"
}
}