Preklad tejto časti do slovenčiny je len čiastočný!


Predtým ako prejdete na túto čast sa uistite, že ste oboznámený so zobrazovaním ukazovateľov.

BellaDati Vám umožňuje aplikovať štatistické funkcie na už existujúce hodnoty.

Dostupné funkcie

V BellaDati sú dostupné nasledujúce funkcie:

  • corr(Y, X) Correlation Coefficient
  • covar_pop(Y, X) Population Covariance
  • covar_sample(Y, X) Sample Covariance
  • regr_avgx(Y, X) Average of the independent variable (sum(X)/N)
  • regr_avgy(Y, X) Average of the dependent variable (sum(Y)/N)
  • regr_count(Y, X) Number of input rows in which both expressions are nonnull
  • regr_intercept(Y, X) y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs
  • regr_r2(Y, X) Square of the correlation coefficient
  • regr_slope(Y, X) slope of the least-squares-fit linear equation determined by the (X, Y) pairs
  • regr_sxx(Y, X) sum(X^2) - sum(X)^2/N ("sum of squares" of the independent variable)
  • regr_sxy(Y, X) sum(X*Y) - sum(X) * sum(Y)/N ("sum of products" of independent times dependent variable)
  • regr_syy(Y, X) sum(Y^2) - sum(Y)^2/N ("sum of squares" of the dependent variable)

Aplikácia funkcií

Pre použitie štatistických funkcií:

  1. prejdite na ukazovatele
  2. vyberte prvý ukazovateľ (Y), ktorý chcete použiť
  3. prejdite na Nastavenia ukazovateľov
  4. v nastavenia agregácie hodnôt vyberte požadovanú štatistickú funkciu
  5. z dostupného zoznamu vyberte druhý ukazovateľ (X)

 

Kam ďalej