@dssp/dkpi 1.0.0-alpha.10 → 1.0.0-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist-client/tsconfig.tsbuildinfo +1 -1
  2. package/dist-server/index.d.ts +1 -0
  3. package/dist-server/index.js +4 -0
  4. package/dist-server/index.js.map +1 -1
  5. package/dist-server/migrations/1752188906708-SeedKpiCategory.d.ts +5 -0
  6. package/dist-server/migrations/1752188906708-SeedKpiCategory.js +53 -0
  7. package/dist-server/migrations/1752188906708-SeedKpiCategory.js.map +1 -0
  8. package/dist-server/migrations/1752190849681-SeedKpi.d.ts +5 -0
  9. package/dist-server/migrations/1752190849681-SeedKpi.js +255 -0
  10. package/dist-server/migrations/1752190849681-SeedKpi.js.map +1 -0
  11. package/dist-server/migrations/1752192090123-add-grades-to-kpi.d.ts +7 -0
  12. package/dist-server/migrations/1752192090123-add-grades-to-kpi.js +51 -0
  13. package/dist-server/migrations/1752192090123-add-grades-to-kpi.js.map +1 -0
  14. package/dist-server/migrations/grade-data/x11-performance-table.json +962 -0
  15. package/dist-server/migrations/grade-data/x12-performance-table.json +611 -0
  16. package/dist-server/migrations/grade-data/x14-performance-table.json +42 -0
  17. package/dist-server/migrations/grade-data/x21-performance-table.json +889 -0
  18. package/dist-server/migrations/grade-data/x22-performance-table.json +1064 -0
  19. package/dist-server/migrations/grade-data/x23-performance-table.json +42 -0
  20. package/dist-server/migrations/grade-data/x31-performance-table.json +644 -0
  21. package/dist-server/migrations/grade-data/x32-performance-table.json +993 -0
  22. package/dist-server/migrations/grade-data/x33-performance-table.json +195 -0
  23. package/dist-server/migrations/grade-data/x34-performance-table.json +12 -0
  24. package/dist-server/migrations/grade-data/x35-performance-table.json +42 -0
  25. package/dist-server/migrations/grade-data/x41-performance-table.json +825 -0
  26. package/dist-server/migrations/grade-data/x42-performance-table.json +786 -0
  27. package/dist-server/migrations/grade-data/x43-performance-table.json +12 -0
  28. package/dist-server/migrations/grade-data/x44-performance-table.json +42 -0
  29. package/dist-server/migrations/grade-data/x51-performance-table.json +924 -0
  30. package/dist-server/migrations/grade-data/x52-performance-table.json +42 -0
  31. package/dist-server/migrations/grade-data/x61-performance-table.json +261 -0
  32. package/dist-server/migrations/grade-data/x62-performance-table.json +42 -0
  33. package/dist-server/migrations/index.d.ts +1 -0
  34. package/dist-server/migrations/index.js +12 -0
  35. package/dist-server/migrations/index.js.map +1 -0
  36. package/dist-server/tsconfig.tsbuildinfo +1 -1
  37. package/package.json +3 -3
  38. package/schema.graphql +30 -181
@@ -0,0 +1,1064 @@
1
+ {
2
+ "kpiName": "설계변경에 따른 공사비 증감률",
3
+ "version": 1,
4
+ "description": "x22값 기반 등급 테이블 - x22값 -0.0075부터 0.03까지 0.00025 단위로 증가하는 값에 대한 성과값 매핑",
5
+ "grades": [
6
+ {
7
+ "name": "0.999999",
8
+ "minValue": -0.0075,
9
+ "maxValue": -0.00725,
10
+ "score": 0.999999,
11
+ "description": "x22값 -0.0075~-0.00725"
12
+ },
13
+ {
14
+ "name": "0.986253557",
15
+ "minValue": -0.00725,
16
+ "maxValue": -0.007,
17
+ "score": 0.986253557,
18
+ "description": "x22값 -0.00725~-0.007"
19
+ },
20
+ {
21
+ "name": "0.972508114",
22
+ "minValue": -0.007,
23
+ "maxValue": -0.00675,
24
+ "score": 0.972508114,
25
+ "description": "x22값 -0.007~-0.00675"
26
+ },
27
+ {
28
+ "name": "0.958762672",
29
+ "minValue": -0.00675,
30
+ "maxValue": -0.0065,
31
+ "score": 0.958762672,
32
+ "description": "x22값 -0.00675~-0.0065"
33
+ },
34
+ {
35
+ "name": "0.945017229",
36
+ "minValue": -0.0065,
37
+ "maxValue": -0.00625,
38
+ "score": 0.945017229,
39
+ "description": "x22값 -0.0065~-0.00625"
40
+ },
41
+ {
42
+ "name": "0.931271786",
43
+ "minValue": -0.00625,
44
+ "maxValue": -0.006,
45
+ "score": 0.931271786,
46
+ "description": "x22값 -0.00625~-0.006"
47
+ },
48
+ {
49
+ "name": "0.917731773",
50
+ "minValue": -0.006,
51
+ "maxValue": -0.00575,
52
+ "score": 0.917731773,
53
+ "description": "x22값 -0.006~-0.00575"
54
+ },
55
+ {
56
+ "name": "0.904191759",
57
+ "minValue": -0.00575,
58
+ "maxValue": -0.0055,
59
+ "score": 0.904191759,
60
+ "description": "x22값 -0.00575~-0.0055"
61
+ },
62
+ {
63
+ "name": "0.890651746",
64
+ "minValue": -0.0055,
65
+ "maxValue": -0.00525,
66
+ "score": 0.890651746,
67
+ "description": "x22값 -0.0055~-0.00525"
68
+ },
69
+ {
70
+ "name": "0.877111732",
71
+ "minValue": -0.00525,
72
+ "maxValue": -0.005,
73
+ "score": 0.877111732,
74
+ "description": "x22값 -0.00525~-0.005"
75
+ },
76
+ {
77
+ "name": "0.863571719",
78
+ "minValue": -0.005,
79
+ "maxValue": -0.00475,
80
+ "score": 0.863571719,
81
+ "description": "x22값 -0.005~-0.00475"
82
+ },
83
+ {
84
+ "name": "0.851545043",
85
+ "minValue": -0.00475,
86
+ "maxValue": -0.0045,
87
+ "score": 0.851545043,
88
+ "description": "x22값 -0.00475~-0.0045"
89
+ },
90
+ {
91
+ "name": "0.839518367",
92
+ "minValue": -0.0045,
93
+ "maxValue": -0.00425,
94
+ "score": 0.839518367,
95
+ "description": "x22값 -0.0045~-0.00425"
96
+ },
97
+ {
98
+ "name": "0.827491691",
99
+ "minValue": -0.00425,
100
+ "maxValue": -0.004,
101
+ "score": 0.827491691,
102
+ "description": "x22값 -0.00425~-0.004"
103
+ },
104
+ {
105
+ "name": "0.815465015",
106
+ "minValue": -0.004,
107
+ "maxValue": -0.00375,
108
+ "score": 0.815465015,
109
+ "description": "x22값 -0.004~-0.00375"
110
+ },
111
+ {
112
+ "name": "0.803438339",
113
+ "minValue": -0.00375,
114
+ "maxValue": -0.0035,
115
+ "score": 0.803438339,
116
+ "description": "x22값 -0.00375~-0.0035"
117
+ },
118
+ {
119
+ "name": "0.78976075",
120
+ "minValue": -0.0035,
121
+ "maxValue": -0.00325,
122
+ "score": 0.78976075,
123
+ "description": "x22값 -0.0035~-0.00325"
124
+ },
125
+ {
126
+ "name": "0.776083161",
127
+ "minValue": -0.00325,
128
+ "maxValue": -0.003,
129
+ "score": 0.776083161,
130
+ "description": "x22값 -0.00325~-0.003"
131
+ },
132
+ {
133
+ "name": "0.762405573",
134
+ "minValue": -0.003,
135
+ "maxValue": -0.00275,
136
+ "score": 0.762405573,
137
+ "description": "x22값 -0.003~-0.00275"
138
+ },
139
+ {
140
+ "name": "0.748727984",
141
+ "minValue": -0.00275,
142
+ "maxValue": -0.0025,
143
+ "score": 0.748727984,
144
+ "description": "x22값 -0.00275~-0.0025"
145
+ },
146
+ {
147
+ "name": "0.735050395",
148
+ "minValue": -0.0025,
149
+ "maxValue": -0.00225,
150
+ "score": 0.735050395,
151
+ "description": "x22값 -0.0025~-0.00225"
152
+ },
153
+ {
154
+ "name": "0.720400093",
155
+ "minValue": -0.00225,
156
+ "maxValue": -0.002,
157
+ "score": 0.720400093,
158
+ "description": "x22값 -0.00225~-0.002"
159
+ },
160
+ {
161
+ "name": "0.705749791",
162
+ "minValue": -0.002,
163
+ "maxValue": -0.00175,
164
+ "score": 0.705749791,
165
+ "description": "x22값 -0.002~-0.00175"
166
+ },
167
+ {
168
+ "name": "0.691099488",
169
+ "minValue": -0.00175,
170
+ "maxValue": -0.0015,
171
+ "score": 0.691099488,
172
+ "description": "x22값 -0.00175~-0.0015"
173
+ },
174
+ {
175
+ "name": "0.676449186",
176
+ "minValue": -0.0015,
177
+ "maxValue": -0.00125,
178
+ "score": 0.676449186,
179
+ "description": "x22값 -0.0015~-0.00125"
180
+ },
181
+ {
182
+ "name": "0.661798883",
183
+ "minValue": -0.00125,
184
+ "maxValue": -0.001,
185
+ "score": 0.661798883,
186
+ "description": "x22값 -0.00125~-0.001"
187
+ },
188
+ {
189
+ "name": "0.646858381",
190
+ "minValue": -0.001,
191
+ "maxValue": -0.00075,
192
+ "score": 0.646858381,
193
+ "description": "x22값 -0.001~-0.00075"
194
+ },
195
+ {
196
+ "name": "0.631917879",
197
+ "minValue": -0.00075,
198
+ "maxValue": -0.0005,
199
+ "score": 0.631917879,
200
+ "description": "x22값 -0.00075~-0.0005"
201
+ },
202
+ {
203
+ "name": "0.616977377",
204
+ "minValue": -0.0005,
205
+ "maxValue": -0.00025,
206
+ "score": 0.616977377,
207
+ "description": "x22값 -0.0005~-0.00025"
208
+ },
209
+ {
210
+ "name": "0.602036875",
211
+ "minValue": -0.00025,
212
+ "maxValue": 0,
213
+ "score": 0.602036875,
214
+ "description": "x22값 -0.00025~0"
215
+ },
216
+ {
217
+ "name": "0.587096372",
218
+ "minValue": 0,
219
+ "maxValue": 0.00025,
220
+ "score": 0.587096372,
221
+ "description": "x22값 0~0.00025"
222
+ },
223
+ {
224
+ "name": "0.572460189",
225
+ "minValue": 0.00025,
226
+ "maxValue": 0.0005,
227
+ "score": 0.572460189,
228
+ "description": "x22값 0.00025~0.0005"
229
+ },
230
+ {
231
+ "name": "0.557824006",
232
+ "minValue": 0.0005,
233
+ "maxValue": 0.00075,
234
+ "score": 0.557824006,
235
+ "description": "x22값 0.0005~0.00075"
236
+ },
237
+ {
238
+ "name": "0.543187822",
239
+ "minValue": 0.00075,
240
+ "maxValue": 0.001,
241
+ "score": 0.543187822,
242
+ "description": "x22값 0.00075~0.001"
243
+ },
244
+ {
245
+ "name": "0.528551639",
246
+ "minValue": 0.001,
247
+ "maxValue": 0.00125,
248
+ "score": 0.528551639,
249
+ "description": "x22값 0.001~0.00125"
250
+ },
251
+ {
252
+ "name": "0.513915456",
253
+ "minValue": 0.00125,
254
+ "maxValue": 0.0015,
255
+ "score": 0.513915456,
256
+ "description": "x22값 0.00125~0.0015"
257
+ },
258
+ {
259
+ "name": "0.500041473",
260
+ "minValue": 0.0015,
261
+ "maxValue": 0.00175,
262
+ "score": 0.500041473,
263
+ "description": "x22값 0.0015~0.00175"
264
+ },
265
+ {
266
+ "name": "0.486167491",
267
+ "minValue": 0.00175,
268
+ "maxValue": 0.002,
269
+ "score": 0.486167491,
270
+ "description": "x22값 0.00175~0.002"
271
+ },
272
+ {
273
+ "name": "0.472293509",
274
+ "minValue": 0.002,
275
+ "maxValue": 0.00225,
276
+ "score": 0.472293509,
277
+ "description": "x22값 0.002~0.00225"
278
+ },
279
+ {
280
+ "name": "0.458419526",
281
+ "minValue": 0.00225,
282
+ "maxValue": 0.0025,
283
+ "score": 0.458419526,
284
+ "description": "x22값 0.00225~0.0025"
285
+ },
286
+ {
287
+ "name": "0.444545544",
288
+ "minValue": 0.0025,
289
+ "maxValue": 0.00275,
290
+ "score": 0.444545544,
291
+ "description": "x22값 0.0025~0.00275"
292
+ },
293
+ {
294
+ "name": "0.431743483",
295
+ "minValue": 0.00275,
296
+ "maxValue": 0.003,
297
+ "score": 0.431743483,
298
+ "description": "x22값 0.00275~0.003"
299
+ },
300
+ {
301
+ "name": "0.418941423",
302
+ "minValue": 0.003,
303
+ "maxValue": 0.00325,
304
+ "score": 0.418941423,
305
+ "description": "x22값 0.003~0.00325"
306
+ },
307
+ {
308
+ "name": "0.406139362",
309
+ "minValue": 0.00325,
310
+ "maxValue": 0.0035,
311
+ "score": 0.406139362,
312
+ "description": "x22값 0.00325~0.0035"
313
+ },
314
+ {
315
+ "name": "0.393337302",
316
+ "minValue": 0.0035,
317
+ "maxValue": 0.00375,
318
+ "score": 0.393337302,
319
+ "description": "x22값 0.0035~0.00375"
320
+ },
321
+ {
322
+ "name": "0.380535241",
323
+ "minValue": 0.00375,
324
+ "maxValue": 0.004,
325
+ "score": 0.380535241,
326
+ "description": "x22값 0.00375~0.004"
327
+ },
328
+ {
329
+ "name": "0.368979723",
330
+ "minValue": 0.004,
331
+ "maxValue": 0.00425,
332
+ "score": 0.368979723,
333
+ "description": "x22값 0.004~0.00425"
334
+ },
335
+ {
336
+ "name": "0.357424205",
337
+ "minValue": 0.00425,
338
+ "maxValue": 0.0045,
339
+ "score": 0.357424205,
340
+ "description": "x22값 0.00425~0.0045"
341
+ },
342
+ {
343
+ "name": "0.345868686",
344
+ "minValue": 0.0045,
345
+ "maxValue": 0.00475,
346
+ "score": 0.345868686,
347
+ "description": "x22값 0.0045~0.00475"
348
+ },
349
+ {
350
+ "name": "0.334313168",
351
+ "minValue": 0.00475,
352
+ "maxValue": 0.005,
353
+ "score": 0.334313168,
354
+ "description": "x22값 0.00475~0.005"
355
+ },
356
+ {
357
+ "name": "0.322757649",
358
+ "minValue": 0.005,
359
+ "maxValue": 0.00525,
360
+ "score": 0.322757649,
361
+ "description": "x22값 0.005~0.00525"
362
+ },
363
+ {
364
+ "name": "0.312513637",
365
+ "minValue": 0.00525,
366
+ "maxValue": 0.0055,
367
+ "score": 0.312513637,
368
+ "description": "x22값 0.00525~0.0055"
369
+ },
370
+ {
371
+ "name": "0.302269625",
372
+ "minValue": 0.0055,
373
+ "maxValue": 0.00575,
374
+ "score": 0.302269625,
375
+ "description": "x22값 0.0055~0.00575"
376
+ },
377
+ {
378
+ "name": "0.292025612",
379
+ "minValue": 0.00575,
380
+ "maxValue": 0.006,
381
+ "score": 0.292025612,
382
+ "description": "x22값 0.00575~0.006"
383
+ },
384
+ {
385
+ "name": "0.2817816",
386
+ "minValue": 0.006,
387
+ "maxValue": 0.00625,
388
+ "score": 0.2817816,
389
+ "description": "x22값 0.006~0.00625"
390
+ },
391
+ {
392
+ "name": "0.271537588",
393
+ "minValue": 0.00625,
394
+ "maxValue": 0.0065,
395
+ "score": 0.271537588,
396
+ "description": "x22값 0.00625~0.0065"
397
+ },
398
+ {
399
+ "name": "0.262589166",
400
+ "minValue": 0.0065,
401
+ "maxValue": 0.00675,
402
+ "score": 0.262589166,
403
+ "description": "x22값 0.0065~0.00675"
404
+ },
405
+ {
406
+ "name": "0.253640745",
407
+ "minValue": 0.00675,
408
+ "maxValue": 0.007,
409
+ "score": 0.253640745,
410
+ "description": "x22값 0.00675~0.007"
411
+ },
412
+ {
413
+ "name": "0.244692323",
414
+ "minValue": 0.007,
415
+ "maxValue": 0.00725,
416
+ "score": 0.244692323,
417
+ "description": "x22값 0.007~0.00725"
418
+ },
419
+ {
420
+ "name": "0.235743902",
421
+ "minValue": 0.00725,
422
+ "maxValue": 0.0075,
423
+ "score": 0.235743902,
424
+ "description": "x22값 0.00725~0.0075"
425
+ },
426
+ {
427
+ "name": "0.22679548",
428
+ "minValue": 0.0075,
429
+ "maxValue": 0.00775,
430
+ "score": 0.22679548,
431
+ "description": "x22값 0.0075~0.00775"
432
+ },
433
+ {
434
+ "name": "0.21907251",
435
+ "minValue": 0.00775,
436
+ "maxValue": 0.008,
437
+ "score": 0.21907251,
438
+ "description": "x22값 0.00775~0.008"
439
+ },
440
+ {
441
+ "name": "0.21134954",
442
+ "minValue": 0.008,
443
+ "maxValue": 0.00825,
444
+ "score": 0.21134954,
445
+ "description": "x22값 0.008~0.00825"
446
+ },
447
+ {
448
+ "name": "0.203626571",
449
+ "minValue": 0.00825,
450
+ "maxValue": 0.0085,
451
+ "score": 0.203626571,
452
+ "description": "x22값 0.00825~0.0085"
453
+ },
454
+ {
455
+ "name": "0.195903601",
456
+ "minValue": 0.0085,
457
+ "maxValue": 0.00875,
458
+ "score": 0.195903601,
459
+ "description": "x22값 0.0085~0.00875"
460
+ },
461
+ {
462
+ "name": "0.188180631",
463
+ "minValue": 0.00875,
464
+ "maxValue": 0.009,
465
+ "score": 0.188180631,
466
+ "description": "x22값 0.00875~0.009"
467
+ },
468
+ {
469
+ "name": "0.181580724",
470
+ "minValue": 0.009,
471
+ "maxValue": 0.00925,
472
+ "score": 0.181580724,
473
+ "description": "x22값 0.009~0.00925"
474
+ },
475
+ {
476
+ "name": "0.174980817",
477
+ "minValue": 0.00925,
478
+ "maxValue": 0.0095,
479
+ "score": 0.174980817,
480
+ "description": "x22값 0.00925~0.0095"
481
+ },
482
+ {
483
+ "name": "0.168380911",
484
+ "minValue": 0.0095,
485
+ "maxValue": 0.00975,
486
+ "score": 0.168380911,
487
+ "description": "x22값 0.0095~0.00975"
488
+ },
489
+ {
490
+ "name": "0.161781004",
491
+ "minValue": 0.00975,
492
+ "maxValue": 0.01,
493
+ "score": 0.161781004,
494
+ "description": "x22값 0.00975~0.01"
495
+ },
496
+ {
497
+ "name": "0.155181097",
498
+ "minValue": 0.01,
499
+ "maxValue": 0.01025,
500
+ "score": 0.155181097,
501
+ "description": "x22값 0.01~0.01025"
502
+ },
503
+ {
504
+ "name": "0.149586262",
505
+ "minValue": 0.01025,
506
+ "maxValue": 0.0105,
507
+ "score": 0.149586262,
508
+ "description": "x22값 0.01025~0.0105"
509
+ },
510
+ {
511
+ "name": "0.143991426",
512
+ "minValue": 0.0105,
513
+ "maxValue": 0.01075,
514
+ "score": 0.143991426,
515
+ "description": "x22값 0.0105~0.01075"
516
+ },
517
+ {
518
+ "name": "0.138396591",
519
+ "minValue": 0.01075,
520
+ "maxValue": 0.011,
521
+ "score": 0.138396591,
522
+ "description": "x22값 0.01075~0.011"
523
+ },
524
+ {
525
+ "name": "0.132801756",
526
+ "minValue": 0.011,
527
+ "maxValue": 0.01125,
528
+ "score": 0.132801756,
529
+ "description": "x22값 0.011~0.01125"
530
+ },
531
+ {
532
+ "name": "0.12720692",
533
+ "minValue": 0.01125,
534
+ "maxValue": 0.0115,
535
+ "score": 0.12720692,
536
+ "description": "x22값 0.01125~0.0115"
537
+ },
538
+ {
539
+ "name": "0.122495289",
540
+ "minValue": 0.0115,
541
+ "maxValue": 0.01175,
542
+ "score": 0.122495289,
543
+ "description": "x22값 0.0115~0.01175"
544
+ },
545
+ {
546
+ "name": "0.117783657",
547
+ "minValue": 0.01175,
548
+ "maxValue": 0.012,
549
+ "score": 0.117783657,
550
+ "description": "x22값 0.01175~0.012"
551
+ },
552
+ {
553
+ "name": "0.113072025",
554
+ "minValue": 0.012,
555
+ "maxValue": 0.01225,
556
+ "score": 0.113072025,
557
+ "description": "x22값 0.012~0.01225"
558
+ },
559
+ {
560
+ "name": "0.108360393",
561
+ "minValue": 0.01225,
562
+ "maxValue": 0.0125,
563
+ "score": 0.108360393,
564
+ "description": "x22값 0.01225~0.0125"
565
+ },
566
+ {
567
+ "name": "0.103648762",
568
+ "minValue": 0.0125,
569
+ "maxValue": 0.01275,
570
+ "score": 0.103648762,
571
+ "description": "x22값 0.0125~0.01275"
572
+ },
573
+ {
574
+ "name": "0.099702262",
575
+ "minValue": 0.01275,
576
+ "maxValue": 0.013,
577
+ "score": 0.099702262,
578
+ "description": "x22값 0.01275~0.013"
579
+ },
580
+ {
581
+ "name": "0.095755762",
582
+ "minValue": 0.013,
583
+ "maxValue": 0.01325,
584
+ "score": 0.095755762,
585
+ "description": "x22값 0.013~0.01325"
586
+ },
587
+ {
588
+ "name": "0.091809262",
589
+ "minValue": 0.01325,
590
+ "maxValue": 0.0135,
591
+ "score": 0.091809262,
592
+ "description": "x22값 0.01325~0.0135"
593
+ },
594
+ {
595
+ "name": "0.087862762",
596
+ "minValue": 0.0135,
597
+ "maxValue": 0.01375,
598
+ "score": 0.087862762,
599
+ "description": "x22값 0.0135~0.01375"
600
+ },
601
+ {
602
+ "name": "0.083916262",
603
+ "minValue": 0.01375,
604
+ "maxValue": 0.014,
605
+ "score": 0.083916262,
606
+ "description": "x22값 0.01375~0.014"
607
+ },
608
+ {
609
+ "name": "0.080625194",
610
+ "minValue": 0.014,
611
+ "maxValue": 0.01425,
612
+ "score": 0.080625194,
613
+ "description": "x22값 0.014~0.01425"
614
+ },
615
+ {
616
+ "name": "0.077334127",
617
+ "minValue": 0.01425,
618
+ "maxValue": 0.0145,
619
+ "score": 0.077334127,
620
+ "description": "x22값 0.01425~0.0145"
621
+ },
622
+ {
623
+ "name": "0.07404306",
624
+ "minValue": 0.0145,
625
+ "maxValue": 0.01475,
626
+ "score": 0.07404306,
627
+ "description": "x22값 0.0145~0.01475"
628
+ },
629
+ {
630
+ "name": "0.070751992",
631
+ "minValue": 0.01475,
632
+ "maxValue": 0.015,
633
+ "score": 0.070751992,
634
+ "description": "x22값 0.01475~0.015"
635
+ },
636
+ {
637
+ "name": "0.067460925",
638
+ "minValue": 0.015,
639
+ "maxValue": 0.01525,
640
+ "score": 0.067460925,
641
+ "description": "x22값 0.015~0.01525"
642
+ },
643
+ {
644
+ "name": "0.06472632",
645
+ "minValue": 0.01525,
646
+ "maxValue": 0.0155,
647
+ "score": 0.06472632,
648
+ "description": "x22값 0.01525~0.0155"
649
+ },
650
+ {
651
+ "name": "0.061991715",
652
+ "minValue": 0.0155,
653
+ "maxValue": 0.01575,
654
+ "score": 0.061991715,
655
+ "description": "x22값 0.0155~0.01575"
656
+ },
657
+ {
658
+ "name": "0.05925711",
659
+ "minValue": 0.01575,
660
+ "maxValue": 0.016,
661
+ "score": 0.05925711,
662
+ "description": "x22값 0.01575~0.016"
663
+ },
664
+ {
665
+ "name": "0.056522505",
666
+ "minValue": 0.016,
667
+ "maxValue": 0.01625,
668
+ "score": 0.056522505,
669
+ "description": "x22값 0.016~0.01625"
670
+ },
671
+ {
672
+ "name": "0.0537879",
673
+ "minValue": 0.01625,
674
+ "maxValue": 0.0165,
675
+ "score": 0.0537879,
676
+ "description": "x22값 0.01625~0.0165"
677
+ },
678
+ {
679
+ "name": "0.051522362",
680
+ "minValue": 0.0165,
681
+ "maxValue": 0.01675,
682
+ "score": 0.051522362,
683
+ "description": "x22값 0.0165~0.01675"
684
+ },
685
+ {
686
+ "name": "0.049256824",
687
+ "minValue": 0.01675,
688
+ "maxValue": 0.017,
689
+ "score": 0.049256824,
690
+ "description": "x22값 0.01675~0.017"
691
+ },
692
+ {
693
+ "name": "0.046991286",
694
+ "minValue": 0.017,
695
+ "maxValue": 0.01725,
696
+ "score": 0.046991286,
697
+ "description": "x22값 0.017~0.01725"
698
+ },
699
+ {
700
+ "name": "0.044725748",
701
+ "minValue": 0.01725,
702
+ "maxValue": 0.0175,
703
+ "score": 0.044725748,
704
+ "description": "x22값 0.01725~0.0175"
705
+ },
706
+ {
707
+ "name": "0.04246021",
708
+ "minValue": 0.0175,
709
+ "maxValue": 0.01775,
710
+ "score": 0.04246021,
711
+ "description": "x22값 0.0175~0.01775"
712
+ },
713
+ {
714
+ "name": "0.040587802",
715
+ "minValue": 0.01775,
716
+ "maxValue": 0.018,
717
+ "score": 0.040587802,
718
+ "description": "x22값 0.01775~0.018"
719
+ },
720
+ {
721
+ "name": "0.038715394",
722
+ "minValue": 0.018,
723
+ "maxValue": 0.01825,
724
+ "score": 0.038715394,
725
+ "description": "x22값 0.018~0.01825"
726
+ },
727
+ {
728
+ "name": "0.036842986",
729
+ "minValue": 0.01825,
730
+ "maxValue": 0.0185,
731
+ "score": 0.036842986,
732
+ "description": "x22값 0.01825~0.0185"
733
+ },
734
+ {
735
+ "name": "0.034970578",
736
+ "minValue": 0.0185,
737
+ "maxValue": 0.01875,
738
+ "score": 0.034970578,
739
+ "description": "x22값 0.0185~0.01875"
740
+ },
741
+ {
742
+ "name": "0.03309817",
743
+ "minValue": 0.01875,
744
+ "maxValue": 0.019,
745
+ "score": 0.03309817,
746
+ "description": "x22값 0.01875~0.019"
747
+ },
748
+ {
749
+ "name": "0.031553722",
750
+ "minValue": 0.019,
751
+ "maxValue": 0.01925,
752
+ "score": 0.031553722,
753
+ "description": "x22값 0.019~0.01925"
754
+ },
755
+ {
756
+ "name": "0.030009274",
757
+ "minValue": 0.01925,
758
+ "maxValue": 0.0195,
759
+ "score": 0.030009274,
760
+ "description": "x22값 0.01925~0.0195"
761
+ },
762
+ {
763
+ "name": "0.028464827",
764
+ "minValue": 0.0195,
765
+ "maxValue": 0.01975,
766
+ "score": 0.028464827,
767
+ "description": "x22값 0.0195~0.01975"
768
+ },
769
+ {
770
+ "name": "0.026920379",
771
+ "minValue": 0.01975,
772
+ "maxValue": 0.02,
773
+ "score": 0.026920379,
774
+ "description": "x22값 0.01975~0.02"
775
+ },
776
+ {
777
+ "name": "0.025375931",
778
+ "minValue": 0.02,
779
+ "maxValue": 0.02025,
780
+ "score": 0.025375931,
781
+ "description": "x22값 0.02~0.02025"
782
+ },
783
+ {
784
+ "name": "0.024104053",
785
+ "minValue": 0.02025,
786
+ "maxValue": 0.0205,
787
+ "score": 0.024104053,
788
+ "description": "x22값 0.02025~0.0205"
789
+ },
790
+ {
791
+ "name": "0.022832175",
792
+ "minValue": 0.0205,
793
+ "maxValue": 0.02075,
794
+ "score": 0.022832175,
795
+ "description": "x22값 0.0205~0.02075"
796
+ },
797
+ {
798
+ "name": "0.021560296",
799
+ "minValue": 0.02075,
800
+ "maxValue": 0.021,
801
+ "score": 0.021560296,
802
+ "description": "x22값 0.02075~0.021"
803
+ },
804
+ {
805
+ "name": "0.020288418",
806
+ "minValue": 0.021,
807
+ "maxValue": 0.02125,
808
+ "score": 0.020288418,
809
+ "description": "x22값 0.021~0.02125"
810
+ },
811
+ {
812
+ "name": "0.01901654",
813
+ "minValue": 0.02125,
814
+ "maxValue": 0.0215,
815
+ "score": 0.01901654,
816
+ "description": "x22값 0.02125~0.0215"
817
+ },
818
+ {
819
+ "name": "0.017970507",
820
+ "minValue": 0.0215,
821
+ "maxValue": 0.02175,
822
+ "score": 0.017970507,
823
+ "description": "x22값 0.0215~0.02175"
824
+ },
825
+ {
826
+ "name": "0.016924474",
827
+ "minValue": 0.02175,
828
+ "maxValue": 0.022,
829
+ "score": 0.016924474,
830
+ "description": "x22값 0.02175~0.022"
831
+ },
832
+ {
833
+ "name": "0.015878441",
834
+ "minValue": 0.022,
835
+ "maxValue": 0.02225,
836
+ "score": 0.015878441,
837
+ "description": "x22값 0.022~0.02225"
838
+ },
839
+ {
840
+ "name": "0.014832409",
841
+ "minValue": 0.02225,
842
+ "maxValue": 0.0225,
843
+ "score": 0.014832409,
844
+ "description": "x22값 0.02225~0.0225"
845
+ },
846
+ {
847
+ "name": "0.013786376",
848
+ "minValue": 0.0225,
849
+ "maxValue": 0.02275,
850
+ "score": 0.013786376,
851
+ "description": "x22값 0.0225~0.02275"
852
+ },
853
+ {
854
+ "name": "0.012927012",
855
+ "minValue": 0.02275,
856
+ "maxValue": 0.023,
857
+ "score": 0.012927012,
858
+ "description": "x22값 0.02275~0.023"
859
+ },
860
+ {
861
+ "name": "0.012067649",
862
+ "minValue": 0.023,
863
+ "maxValue": 0.02325,
864
+ "score": 0.012067649,
865
+ "description": "x22값 0.023~0.02325"
866
+ },
867
+ {
868
+ "name": "0.011208285",
869
+ "minValue": 0.02325,
870
+ "maxValue": 0.0235,
871
+ "score": 0.011208285,
872
+ "description": "x22값 0.02325~0.0235"
873
+ },
874
+ {
875
+ "name": "0.010348921",
876
+ "minValue": 0.0235,
877
+ "maxValue": 0.02375,
878
+ "score": 0.010348921,
879
+ "description": "x22값 0.0235~0.02375"
880
+ },
881
+ {
882
+ "name": "0.009489558",
883
+ "minValue": 0.02375,
884
+ "maxValue": 0.024,
885
+ "score": 0.009489558,
886
+ "description": "x22값 0.02375~0.024"
887
+ },
888
+ {
889
+ "name": "0.008784174",
890
+ "minValue": 0.024,
891
+ "maxValue": 0.02425,
892
+ "score": 0.008784174,
893
+ "description": "x22값 0.024~0.02425"
894
+ },
895
+ {
896
+ "name": "0.008078789",
897
+ "minValue": 0.02425,
898
+ "maxValue": 0.0245,
899
+ "score": 0.008078789,
900
+ "description": "x22값 0.02425~0.0245"
901
+ },
902
+ {
903
+ "name": "0.007373405",
904
+ "minValue": 0.0245,
905
+ "maxValue": 0.02475,
906
+ "score": 0.007373405,
907
+ "description": "x22값 0.0245~0.02475"
908
+ },
909
+ {
910
+ "name": "0.006668021",
911
+ "minValue": 0.02475,
912
+ "maxValue": 0.025,
913
+ "score": 0.006668021,
914
+ "description": "x22값 0.02475~0.025"
915
+ },
916
+ {
917
+ "name": "0.005962637",
918
+ "minValue": 0.025,
919
+ "maxValue": 0.02525,
920
+ "score": 0.005962637,
921
+ "description": "x22값 0.025~0.02525"
922
+ },
923
+ {
924
+ "name": "0.005384059",
925
+ "minValue": 0.02525,
926
+ "maxValue": 0.0255,
927
+ "score": 0.005384059,
928
+ "description": "x22값 0.02525~0.0255"
929
+ },
930
+ {
931
+ "name": "0.004805481",
932
+ "minValue": 0.0255,
933
+ "maxValue": 0.02575,
934
+ "score": 0.004805481,
935
+ "description": "x22값 0.0255~0.02575"
936
+ },
937
+ {
938
+ "name": "0.004226904",
939
+ "minValue": 0.02575,
940
+ "maxValue": 0.026,
941
+ "score": 0.004226904,
942
+ "description": "x22값 0.02575~0.026"
943
+ },
944
+ {
945
+ "name": "0.003648326",
946
+ "minValue": 0.026,
947
+ "maxValue": 0.02625,
948
+ "score": 0.003648326,
949
+ "description": "x22값 0.026~0.02625"
950
+ },
951
+ {
952
+ "name": "0.003069748",
953
+ "minValue": 0.02625,
954
+ "maxValue": 0.0265,
955
+ "score": 0.003069748,
956
+ "description": "x22값 0.02625~0.0265"
957
+ },
958
+ {
959
+ "name": "0.002595461",
960
+ "minValue": 0.0265,
961
+ "maxValue": 0.02675,
962
+ "score": 0.002595461,
963
+ "description": "x22값 0.0265~0.02675"
964
+ },
965
+ {
966
+ "name": "0.002121174",
967
+ "minValue": 0.02675,
968
+ "maxValue": 0.027,
969
+ "score": 0.002121174,
970
+ "description": "x22값 0.02675~0.027"
971
+ },
972
+ {
973
+ "name": "0.001646886",
974
+ "minValue": 0.027,
975
+ "maxValue": 0.02725,
976
+ "score": 0.001646886,
977
+ "description": "x22값 0.027~0.02725"
978
+ },
979
+ {
980
+ "name": "0.001172599",
981
+ "minValue": 0.02725,
982
+ "maxValue": 0.0275,
983
+ "score": 0.001172599,
984
+ "description": "x22값 0.02725~0.0275"
985
+ },
986
+ {
987
+ "name": "0.000698311",
988
+ "minValue": 0.0275,
989
+ "maxValue": 0.02775,
990
+ "score": 0.000698311,
991
+ "description": "x22값 0.0275~0.02775"
992
+ },
993
+ {
994
+ "name": "0.000558649",
995
+ "minValue": 0.02775,
996
+ "maxValue": 0.028,
997
+ "score": 0.000558649,
998
+ "description": "x22값 0.02775~0.028"
999
+ },
1000
+ {
1001
+ "name": "0.000418987",
1002
+ "minValue": 0.028,
1003
+ "maxValue": 0.02825,
1004
+ "score": 0.000418987,
1005
+ "description": "x22값 0.028~0.02825"
1006
+ },
1007
+ {
1008
+ "name": "0.000279324",
1009
+ "minValue": 0.02825,
1010
+ "maxValue": 0.0285,
1011
+ "score": 0.000279324,
1012
+ "description": "x22값 0.02825~0.0285"
1013
+ },
1014
+ {
1015
+ "name": "0.000139662",
1016
+ "minValue": 0.0285,
1017
+ "maxValue": 0.02875,
1018
+ "score": 0.000139662,
1019
+ "description": "x22값 0.0285~0.02875"
1020
+ },
1021
+ {
1022
+ "name": "0",
1023
+ "minValue": 0.02875,
1024
+ "maxValue": 0.029,
1025
+ "score": 0,
1026
+ "description": "x22값 0.02875~0.029"
1027
+ },
1028
+ {
1029
+ "name": "0",
1030
+ "minValue": 0.029,
1031
+ "maxValue": 0.02925,
1032
+ "score": 0,
1033
+ "description": "x22값 0.029~0.02925"
1034
+ },
1035
+ {
1036
+ "name": "0",
1037
+ "minValue": 0.02925,
1038
+ "maxValue": 0.0295,
1039
+ "score": 0,
1040
+ "description": "x22값 0.02925~0.0295"
1041
+ },
1042
+ {
1043
+ "name": "0",
1044
+ "minValue": 0.0295,
1045
+ "maxValue": 0.02975,
1046
+ "score": 0,
1047
+ "description": "x22값 0.0295~0.02975"
1048
+ },
1049
+ {
1050
+ "name": "0",
1051
+ "minValue": 0.02975,
1052
+ "maxValue": 0.03,
1053
+ "score": 0,
1054
+ "description": "x22값 0.02975~0.03"
1055
+ },
1056
+ {
1057
+ "name": "0",
1058
+ "minValue": 0.03,
1059
+ "maxValue": 0.035,
1060
+ "score": 0,
1061
+ "description": "x22값 0.03~0.035"
1062
+ }
1063
+ ]
1064
+ }