Descriptive statistics, regression models, and hypothesis tests. All commands accept lists in {1,2,3} syntax.
Mittelwert({1, 2, 3, 4, 5}) β 3
Mittelwert({10, 20, 30}) β 20Median({1, 3, 5, 7, 9}) β 5
Median({1, 2, 3, 4}) β 2.5Modalwert({1, 2, 2, 3, 3, 3}) β 3Standardabweichung({2, 4, 4, 4, 5, 5, 7, 9}) β 2StichprobenStandardabweichung({1,2,3,4,5}) β 1.5811Varianz({2, 4, 4, 4, 5, 5, 7, 9}) β 4Stichprobenvarianz({1, 2, 3, 4, 5}) β 2.5GeometrischerMittelwert({1, 2, 4, 8}) β 2.828HarmonischerMittelwert({1, 2, 4}) β 1.714Effektivwert({3, 4, 5, 3, 2, 3, 4}) β 3.559Q1({1, 2, 3, 4, 5, 6, 7}) β 2
Q3({1, 2, 3, 4, 5, 6, 7}) β 6Perzentil({1, 2, 3, 4}, 25) β 1.25
Perzentil({1, 2, 3, 4}, 75) β 3.25Summe({1, 2, 3, 4, 5}) β 15
Produkt({1, 2, 3, 4, 5}) β 120KorrelationsKoeffizient({1,2,3},{2,4,5}) β 0.9819Kovarianz({1,2,3}, {1,3,7}) β 2RQuadrat({1,2,3}, {2,4,5}) β 0.9641Spearman({1,2,3,4,5}, {5,6,7,8,7}) β 0.82Sxx({1, 2, 3, 4, 5}) β 10Trend({1,2,3,4,5}, {2,4,5,4,5})
β y = 0.7000x + 1.5000TrendPoly({1,2,3,4}, {1,4,9,16}, 2) β Degree-2 polynomialTrendExp({1,2,3,4}, {2.7,7.4,20,55})
β y = 1.0003Β·e^(1.0001x)TrendLog({1,2,3,4}, {1,1.7,2.1,2.4})
β y = 0.010 + 1.197Β·ln(x)TrendPot({1,2,3,4}, {1,4,9,16})
β y = 1.000Β·x^2.000TrendSin({0,1,2,3,4}, {1,3,1,-1,1})
β A=2.0000, k=1.0000GaussTest(5, 2, {4, 5, 6, 5, 4})
β z = -0.3536, p = 0.7236TTest(5, {4, 5, 6, 5, 4})
β t(4) = -0.4082, p = 0.7024TTest2({4,5,6,5}, {7,8,9,8})
β t(6.0) = -5.6569, p = 0.0013ChiQuadratTest({25,30,20,25}, {25,25,25,25})
β ΟΒ²(3) = 2.0000, p = 0.5724Seite: "<", ">" or "!=".TTestGepaart({10,12,14}, {11,13,16}, "!=") β {p-value, t-stat}ANOVA({1,2,3}, {4,5,6}, {7,8,9}) β {p-value, F}Niveau = confidence level (e.g. 0.95).GaussSchaetzer({1,2,3,4,5}, 1, 0.95) β {lower, upper}TMittelwertSchaetzer({1,2,3,4,5}, 0.95) β {lower, upper}GaussAnteilTest(0.45, 200, 0.5, "!=") β {p-value, z} GaussAnteilSchaetzer(0.45, 200, 0.95) β {lower, upper}
GebundenerRang({3, 2, 2, 1}) β {4, 2.5, 2.5, 1}
OrdinalRang({3, 2, 2, 1}) β {4, 2, 3, 1}