|
3206 | 3206 | }
|
3207 | 3207 | ]
|
3208 | 3208 | },
|
| 3209 | + { |
| 3210 | + "id" : "pkg_statistics", |
| 3211 | + "type" : "package", |
| 3212 | + "level": 0, |
| 3213 | + "name" : "Statistics", |
| 3214 | + "path" : "visualpython - statistics", |
| 3215 | + "desc" : "Statistics modules", |
| 3216 | + "open" : true, |
| 3217 | + "grid" : true, |
| 3218 | + "item" : [ |
| 3219 | + { |
| 3220 | + "id" : "stats_probDist", |
| 3221 | + "type" : "function", |
| 3222 | + "level": 1, |
| 3223 | + "name" : "Prob. Distribution", |
| 3224 | + "tag" : "PROBABILITY DISTRIBUTION,STATS,STATISTICS", |
| 3225 | + "path" : "visualpython - statistics - probabilitiy distribution", |
| 3226 | + "desc" : "Probability distribution", |
| 3227 | + "file" : "m_stats/ProbDist", |
| 3228 | + "apps" : { |
| 3229 | + "color": 15, |
| 3230 | + "icon": "apps/apps.svg" |
| 3231 | + } |
| 3232 | + }, |
| 3233 | + { |
| 3234 | + "id" : "stats_descStats", |
| 3235 | + "type" : "function", |
| 3236 | + "level": 1, |
| 3237 | + "name" : "Descriptive Statistics", |
| 3238 | + "tag" : "DESCRIPTIVE STATISTICS,STATS,STATISTICS", |
| 3239 | + "path" : "visualpython - statistics - descriptive statistics", |
| 3240 | + "desc" : "Descriptive statistics", |
| 3241 | + "file" : "m_stats/DescStats", |
| 3242 | + "apps" : { |
| 3243 | + "color": 15, |
| 3244 | + "icon": "apps/apps.svg" |
| 3245 | + } |
| 3246 | + }, |
| 3247 | + { |
| 3248 | + "id" : "stats_normTest", |
| 3249 | + "type" : "function", |
| 3250 | + "level": 1, |
| 3251 | + "name" : "Normality test", |
| 3252 | + "tag" : "NORMALITY TEST,STATS,STATISTICS", |
| 3253 | + "path" : "visualpython - statistics - normality test", |
| 3254 | + "desc" : "Normality test", |
| 3255 | + "file" : "m_stats/NormTest", |
| 3256 | + "apps" : { |
| 3257 | + "color": 15, |
| 3258 | + "icon": "apps/apps.svg" |
| 3259 | + } |
| 3260 | + }, |
| 3261 | + { |
| 3262 | + "id" : "stats_equalVarTest", |
| 3263 | + "type" : "function", |
| 3264 | + "level": 1, |
| 3265 | + "name" : "Equal Var. test", |
| 3266 | + "tag" : "EQUAL VARIANCE TEST,STATS,STATISTICS", |
| 3267 | + "path" : "visualpython - statistics - equal variance test", |
| 3268 | + "desc" : "Equal Variance test", |
| 3269 | + "file" : "m_stats/EqualVarTest", |
| 3270 | + "apps" : { |
| 3271 | + "color": 15, |
| 3272 | + "icon": "apps/apps.svg" |
| 3273 | + } |
| 3274 | + }, |
| 3275 | + { |
| 3276 | + "id" : "stats_corrAnalysis", |
| 3277 | + "type" : "function", |
| 3278 | + "level": 1, |
| 3279 | + "name" : "Correlation Analysis", |
| 3280 | + "tag" : "CORRELATION ANALYSIS,STATS,STATISTICS", |
| 3281 | + "path" : "visualpython - statistics - correlation analysis", |
| 3282 | + "desc" : "Correlation analysis", |
| 3283 | + "file" : "m_stats/CorrAnalysis", |
| 3284 | + "apps" : { |
| 3285 | + "color": 16, |
| 3286 | + "icon": "apps/apps.svg" |
| 3287 | + } |
| 3288 | + }, |
| 3289 | + { |
| 3290 | + "id" : "stats_reliabAnalysis", |
| 3291 | + "type" : "function", |
| 3292 | + "level": 1, |
| 3293 | + "name" : "Reliability Analysis", |
| 3294 | + "tag" : "RELIABILITY ANALYSIS,STATS,STATISTICS", |
| 3295 | + "path" : "visualpython - statistics - reliability analysis", |
| 3296 | + "desc" : "Reliability analysis", |
| 3297 | + "file" : "m_stats/ReliabAnalysis", |
| 3298 | + "apps" : { |
| 3299 | + "color": 16, |
| 3300 | + "icon": "apps/apps.svg" |
| 3301 | + } |
| 3302 | + }, |
| 3303 | + { |
| 3304 | + "id" : "stats_chi2test", |
| 3305 | + "type" : "function", |
| 3306 | + "level": 1, |
| 3307 | + "name" : "Chi-square test", |
| 3308 | + "tag" : "CHI-SQUARE TEST,STATS,STATISTICS", |
| 3309 | + "path" : "visualpython - statistics - chisquare test", |
| 3310 | + "desc" : "Chi-square test of independence", |
| 3311 | + "file" : "m_stats/Chi2test", |
| 3312 | + "apps" : { |
| 3313 | + "color": 16, |
| 3314 | + "icon": "apps/apps.svg" |
| 3315 | + } |
| 3316 | + }, |
| 3317 | + { |
| 3318 | + "id" : "stats_studentstTest", |
| 3319 | + "type" : "function", |
| 3320 | + "level": 1, |
| 3321 | + "name" : "Student's t-test", |
| 3322 | + "tag" : "STUDENTS T-TEST,STATS,STATISTICS", |
| 3323 | + "path" : "visualpython - statistics - students ttest", |
| 3324 | + "desc" : "Student's t-test", |
| 3325 | + "file" : "m_stats/StudentstTest", |
| 3326 | + "apps" : { |
| 3327 | + "color": 16, |
| 3328 | + "icon": "apps/apps.svg" |
| 3329 | + } |
| 3330 | + }, |
| 3331 | + { |
| 3332 | + "id" : "stats_anova", |
| 3333 | + "type" : "function", |
| 3334 | + "level": 1, |
| 3335 | + "name" : "ANOVA", |
| 3336 | + "tag" : "ANOVA,ONE-WAY ANOVA,TWO-WAY ANOVA,ANCOVA,STATS,STATISTICS", |
| 3337 | + "path" : "visualpython - statistics - anova", |
| 3338 | + "desc" : "ANOVA", |
| 3339 | + "file" : "m_stats/Anova", |
| 3340 | + "apps" : { |
| 3341 | + "color": 17, |
| 3342 | + "icon": "apps/apps.svg" |
| 3343 | + } |
| 3344 | + }, |
| 3345 | + { |
| 3346 | + "id" : "stats_regression", |
| 3347 | + "type" : "function", |
| 3348 | + "level": 1, |
| 3349 | + "name" : "Regression", |
| 3350 | + "tag" : "REGRESSION,HIERARCHICAL LINEAR REGRESSION,MODERATED LINEAR REGRESSION,MEDIATED LINEAR REGRESSION,DUMMY VARIABLE LINEAR REGRESSION,STATS,STATISTICS", |
| 3351 | + "path" : "visualpython - statistics - regression", |
| 3352 | + "desc" : "Regression", |
| 3353 | + "file" : "m_stats/Regression", |
| 3354 | + "apps" : { |
| 3355 | + "color": 17, |
| 3356 | + "icon": "apps/apps.svg" |
| 3357 | + } |
| 3358 | + }, |
| 3359 | + { |
| 3360 | + "id" : "stats_factorAnalysis", |
| 3361 | + "type" : "function", |
| 3362 | + "level": 1, |
| 3363 | + "name" : "Factor Analysis", |
| 3364 | + "tag" : "FACTOR ANALYSIS,STATS,STATISTICS", |
| 3365 | + "path" : "visualpython - statistics - factor analysis", |
| 3366 | + "desc" : "Factor analysis", |
| 3367 | + "file" : "m_stats/FactorAnalysis", |
| 3368 | + "apps" : { |
| 3369 | + "color": 17, |
| 3370 | + "icon": "apps/apps.svg" |
| 3371 | + } |
| 3372 | + } |
| 3373 | + ] |
| 3374 | + }, |
3209 | 3375 | {
|
3210 | 3376 | "id" : "pkg_ml",
|
3211 | 3377 | "type" : "package",
|
|
0 commit comments