Assess - Significance methods
Significance calculation can be based on different methods available on the shelves in Datama Assess
Datama Assess is based on multiples methods to compute significance anomalies :
Frequentist Bernoulli
In the Bernoulli frequentist approach, the outcome has to be binary (1 or 0, e.g. Transactions). As long as this is true, any aggregation of the data can be used. The resulting chart shows the probability of distribution of the average value of the considered KPI.

Behind the scenes: A frequentist Welch t-test is computed to test whether the mean outcome is significantly different between the Start and the End values of your comparison. The standard deviation used in the test is derived from the properties of the Bernoulli distribution. See also: wikipedia Test data: Gsheet
Bayesian Bernoulli
In the Bernoulli frequentist approach, the outcome also has to be binary (1 or 0, e.g. Transactions). As long as this is true, any aggregation of the data can be used. The resulting chart shows the probability than the end ratio outperform the start one and vice-versa.

Behind the scenes: We model the ratios with beta laws that we parameterize using the data provided. From this modeling we obtain the probabilities that in the long term one will outperform the other one.
See also : wikipedia Test data: Gsheet
Volatility
Volatility test applies when you compare two periods of time with the same number of days, and you have other historical data in your data source to compare the variation you have between your two periods vs. historical variations between same time ranges.
For instance, in a given year, you want to assess the significance of the variation of Revenues/ Sessions from week 45 to week 46. A good way to do this is is to look at previous variations from one week to the next (ie. week 43 to 44, week 41 to 42 etc), and compare those variations to the one of the week 45 to 46. If the variation from week 45 to 46 is outside the distribution of previous variations, then it can be considered as a significant, abnormal variation.
Datama uses normal distribution quantiles to identify outliers and spot “abnormal variation”. It is possible to adjust sensitivity using the “Confidence interval” slider in “Settings”.

Behind the scenes: Datama Impact chooses the ETS or STLM model which best fits the Start period data, taking seasonality into account, and then computes predictions for the End period. This allows us to test whether realized (a posteriori) values significantly differ from what could be expected a priori.
See also: wikipedia Test data: Gsheet