Skip to content

Commit 17afced

Browse files
committed
통개 모듈 > 기술통계/분석/검정 기능 구현을 위해 libraries.json 구성,
분석(analysis), 검정(test) js, html 파일구성 및 주석(TODO) 추가
1 parent ffd95be commit 17afced

File tree

6 files changed

+1424
-0
lines changed

6 files changed

+1424
-0
lines changed

data/libraries.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3328,6 +3328,60 @@
33283328
}
33293329
}
33303330
]
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+
]
33313385
}
33323386
]
33333387
}

0 commit comments

Comments
 (0)