Skip to content

captainzonks/Stisty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STISTY

Test Commands for Stisty CLI

Single Sample t Test

.\stisty.exe -Cc "\path\to\example.csv" -n "X: Single Sample t Test"\
 -d "A Single Sample t Test for X. Population average = 8."\
 -S -c X_column -m population_mean

Paired Sample t Test

.\Stisty.exe -Cc "\path\to\example.csv" -n "X/Y: Paired Samples t Test"\
 -d "A Paired Samples t Test for X and Y."\
 -P -c X_column Y_column

Independent Groups t Test

.\Stisty.exe -Cc "\path\to\example.csv" -n "X/Y: Independent Groups t Test"\
 -d "An Independent Groups t Test for X and Y."\
 -I -n numerical_column -c categorical_column

One Way ANOVA Test

.\Stisty.exe -Cc "\path\to\example.csv" -n "X/Y: One Way ANOVA Test"\
 -d "One Way ANOVA Test comparing X and Y."\
 -A -n numerical_column -c categorical_column

About

stats program built in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages