|
3328 | 3328 | }
|
3329 | 3329 | }
|
3330 | 3330 | ]
|
| 3331 | + }, |
| 3332 | + { |
| 3333 | + "id" : "pkg_stat", |
| 3334 | + "type" : "package", |
| 3335 | + "level": 0, |
| 3336 | + "name" : "Statistics", |
| 3337 | + "path" : "visualpython - statistics", |
| 3338 | + "desc" : "Statistics modules", |
| 3339 | + "open" : true, |
| 3340 | + "grid" : true, |
| 3341 | + "item" : [ |
| 3342 | + { |
| 3343 | + "id" : "stat_descriptive", |
| 3344 | + "type" : "function", |
| 3345 | + "level": 1, |
| 3346 | + "name" : "Descriptive Stat", |
| 3347 | + "tag" : "DESCRIPTIVE,STATISTICS,STAT", |
| 3348 | + "path" : "visualpython - statistics - descriptive", |
| 3349 | + "desc" : "Descriptive Stat", |
| 3350 | + "file" : "m_stat/DescriptiveStat", |
| 3351 | + "apps" : { |
| 3352 | + "color": 6, |
| 3353 | + "icon": "apps/apps_dataset.svg" |
| 3354 | + } |
| 3355 | + }, |
| 3356 | + { |
| 3357 | + "id" : "stat_analysis", |
| 3358 | + "type" : "function", |
| 3359 | + "level": 1, |
| 3360 | + "name" : "Stat Analysis", |
| 3361 | + "tag" : "ANALYSIS,STATISTICS,STAT", |
| 3362 | + "path" : "visualpython - statistics - analysis", |
| 3363 | + "desc" : "Analysis", |
| 3364 | + "file" : "m_stat/Analysis", |
| 3365 | + "apps" : { |
| 3366 | + "color": 6, |
| 3367 | + "icon": "apps/apps_datasplit.svg" |
| 3368 | + } |
| 3369 | + }, |
| 3370 | + { |
| 3371 | + "id" : "stat_test", |
| 3372 | + "type" : "function", |
| 3373 | + "level": 1, |
| 3374 | + "name" : "Test", |
| 3375 | + "tag" : "TEST,STATISTICS,STAT", |
| 3376 | + "path" : "visualpython - statistics - test", |
| 3377 | + "desc" : "Test", |
| 3378 | + "file" : "m_stat/Test", |
| 3379 | + "apps" : { |
| 3380 | + "color": 6, |
| 3381 | + "icon": "apps/apps_dataprep.svg" |
| 3382 | + } |
| 3383 | + } |
| 3384 | + ] |
3331 | 3385 | }
|
3332 | 3386 | ]
|
3333 | 3387 | }
|
|
0 commit comments