In this paper, we analyze and study a hybrid model for testing and learning probability distributions.Here, in addition to samples, the testing algorithm is provided with one of two different types of oracles to the unknown distribution D over [n]. More precisely, we define both the dual and cumulative dual access models, in which the algorithm A can both sample from D and respectively, for any i ∈ [n],• query the probability mass D(i) (query access); or • get the total mass of {1, . . . , i}, i.e. i j=1 D(j) (cumulative access) These two models, by generalizing the previously studied sampling and query oracle models, allow us to bypass the strong lower bounds established for a number of problems in these settings, while capturing several interesting aspects of these problems -and providing new insight on the limitations of the models. Finally, we show that while the testing algorithms can be in most cases strictly more efficient, some tasks remain hard even with this additional power.In this work, we consider the power of two natural oracles. The first is a dual oracle, which combines the standard model for distributions and the familiar one commonly assumed for testing Boolean and real-valued functions. In more detail, the testing algorithm is granted access to the unknown distribution D through two independent oracles, one providing samples of the distribution, while the other, on query i in the domain of the distribution, provides the value of the probability density function at i. 1 Definition 1 (Dual access model). Let D be a fixed distribution over [n]= {1, . . . , n}. A dual oracle for D is a pair of oracles (SAMP D , EVAL D ) defined as follows: when queried, the sampling oracle SAMP D returns an element i ∈ [n], where the probability that i is returned is D(i) independently of all previous calls to any oracle; while the evaluation oracle EVAL D takes as input a query element j ∈ [n], and returns the probability weight D(j) that the distribution puts on j.It is worth noting that this type of dual access to a distribution has been considered (under the name combined oracle) in [7] and [19], where they address the task of estimating (multiplicatively) the entropy of the distribution, or the f -divergence between two of them (see Sect. 4 for a discussion of their results).The second oracle that we consider provides samples of the distribution as well as queries to the cumulative distribution function (cdf) at any point in the domain 2 .Definition 2 (Cumulative Dual access model). Let D be a fixed distribution over [n]. A cumulative dual oracle for D is a pair of oracles (SAMP D , CEVAL D ) defined as follows: the sampling oracle SAMP D behaves as before, while the evaluation oracle CEVAL D takes as input a query element j ∈ [n], and returns the probability weight that the distribution puts on [j], that is D(1 Note that in both definitions, one can decide to disregard the corresponding evaluation oracle, which in effect amounts to falling back to the standard sampling model; moreover, for our domain [n], any...