A Stochastic Strategy for Optimizing the Cost of Systematic Screening of Some Diseases in a Situation of Insufficient Equipment

Abstract

In this work, we show that when there is insufficient equipment for detecting a disease whose prevalence is t% in a sub-population of size N, it is optimal to divide the N samples into n groups of size r each and then, the value allows systematic screening of all N individuals by performing less than N tests (In this expression, represents the floor function1 of x ∈ R). Based on this result and on certain functions of the R software, we subsequently propose a probabilistic strategy capable of optimizing the screening tests under certain conditions.

Share and Cite:

Biguru, L. (2020) A Stochastic Strategy for Optimizing the Cost of Systematic Screening of Some Diseases in a Situation of Insufficient Equipment. Applied Mathematics, 11, 1253-1274. doi: 10.4236/am.2020.1112086.

1. Introduction

1.1. An Introductory Example

Some authors, (see [1] for example), report the problem according to which in 1945, when the American authorities were preparing to repatriate a thousand soldiers from a foreign village where they had just stayed for several months, it was learned that a dangerous disease affected 1% of the inhabitants of this village.

Systematic screening of these 1000 soldiers was necessary while various technical and logistical constraints limited the real capacity of screening tests to a few hundred.

The teams on site took the risk of grouping the 1000 soldiers into one hundred (100) groups of ten (10) people each and mixing the samples from each group to have only 100 samples instead of 1000. For each of the 100 samples obtained, they had the names of the 10 soldiers who made it up.

Their procedure was summarized as follows:

· If the test of one of these 100 samples obtained turns out to be negative, we deduce that the 10 soldiers who constitute it are negative and in that case, a saving of nine tests will be made for this group…

· If the test of one of these 100 samples, on the other hand, turns out to be positive, they are then obliged to test each of the 10 individuals that constitute it in order to determine the health status of each of them.

In this second case, the cost of a test was wasted by carrying out eleven screenings (that of the group and that of each of the 10 soldiers who constitute it) in order to determine the health status of 10 individuals.

Various approaches make it possible to justify that for this introductory problem, the value r = 10 soldiers per group was optimal and led to significantly less than 1000 tests to precisely determine the health situation of these 1000 individuals.

1.2. Generalization of the Problem

Starting from this very particular introductory problem, we have considered (in [2] ) a more general formulation with the aim of finding a solution that is applicable to various situations when the screening capacity is clearly lower than the number of individuals test but there is a need for systematic screening.

More concretely, we consider the problem of finding the optimal value x = r of the number of individuals that each group must include when we are preparing to carry out the systematic screening of N individuals for a disease whose general prevalence is t% and we also decide to divide the N samples into n groups of size r each (in this case N = r n ).

Remark 1. For the rest of this work, we will designate this technique described in this problem by the expression method of grouping of samples.

2. Building an Optimal Solution

2.1. Preliminary Notions and Tools

2.1.1. Binomial Distribution

Definition 1 (Bernoulli Trial):

A Bernoulli trial is an experiment that results in two outcomes: success (S) and failure ( S ¯ )

The set of possible outcomes (fundamental set) of a Bernoulli trial is Ω = { S , S ¯ } and it allows to define Bernoulli random variable.

Definition 2 (Bernoulli random variable):

Given a Bernoulli trial whose fundamental set is Ω = { S , S ¯ } , Bernoulli random variable is the map X : Ω { 0,1 } such as X ( S ) = 1 and X ( S ¯ ) = 0 .

Remark 2. In a Bernoulli trial, we define the probability of success p = P ( S ) and the probability of failure q = 1 p .

The probability mass function of a Bernoulli random variable is then given by:

P X ( x ) = { p if x = 1 , 1 p if x = 0 (1)

Definition 3 (Binomial experiment):

A binomial experiment consists of n repeated and independent Bernoulli trials where the probability p of success in each trial is known.

Definition 4 (Bernoulli random variable):

Given a binomial experiment, the binomial random variable X counts the number k of success.

Then it said that the random variable X has a binomial distribution with parameters n and p, usually written β ( n , p ) .

It’s shown (see [3] and [4] ) that the probability mass function of a binomial random X of parameters n and p is:

p k = P ( X = k ) = C n k p k ( 1 p ) n k for k = 0 , 1 , 2 , , n (2)

Remark 3. Any random variable X with a binomial distribution with parameters n and p is seen as the sum of n independent Bernoulli random variables in which the probability of success is p.

Hence, the expected value E ( X ) and the variance V ( X ) of a binomial random β ( n , p ) are given by:

E ( X ) = n p and V ( X ) = n p ( 1 p ) (3)

Remark 4. For a binomial distribution β ( n , p ) ,

· the probability of obtaining zero success is naturally:

P ( X = 0 ) = C n 0 p 0 ( 1 p ) n = ( 1 p ) n

· Similarly, the probability of obtaining n successes is:

P ( X = n ) = C n n p n ( 1 p ) 0 = p n

Remark 5 (Linear function). It is established that if two variables X and Y are such that Y = a X + b then the expected value and the variance of Y are expressed as a function of those of X by:

E ( Y ) = a E ( X ) and V ( Y ) = a 2 V ( X )

2.1.2. Binomial Distribution with R Software

Let us first specify that the use of the R software in this work results only from our choice and our habits.

Remark 6 (Binomial distribution with R):

As we can see in [5] and [6], R has three in-built functions to generate binomial distribution. They are described below:

· The function dbinom (k, n, p) gives the probability density distribution P ( X = k ) at each point k { 0,1, , n } .

· The function pbinom (k, n, p) gives the cumulative probability P ( X k ) of an event k { 0,1, , n } . It is a single value representing the probability.

· The function qbinom (s, n, p) takes the probability value s and gives a number k { 0,1, , n } whose cumulative value matches the probability value s.

Definition 5 (Floor function). The floor function of a real number x, denoted x , is defined as the greatest integer less than or equal to x.

2.2. Solution to Introductory Example

In this section, we detail a solution of the introductory problem written in such a way that we prepare its generalization.

Let us find the number r of the soldiers who must constitute a group so that the total number of tests necessary to determine the health status of these 1000 soldiers is minimal.

We know in this case that, the prevalence of the disease is given and is equal to 1%.

By noting n the number of groups thus formed we necessarily have n r = 1000 .

· Denote by X the random variable which is equal to the number of soldiers whose test will be negative in a given group. The probability p that the test of a soldier from this population is positive is naturally equal to the prevalence p = 0.01 and in this case, q = 1 p = 0.99 is the probability that a any soldier be tested negative. As in each group there are r soldiers then the variable X is distributed according to a binomial distribution β ( r ,0.99 ) . It then follows from the remark 4 (page 3) that the probability P ( G n ) that a group is negative is then:

P ( G n ) = P ( X = r ) = 0.99 r (4)

Similarly, P ( G p ) = 1 P ( G n ) = 1 0.99 r is the probability that a given group is positive.

· Let us denote by Y the random variable which is equal to the number of groups which will be tested positive among the n. In this case Y is distributed according to the binomial distribution β ( n , P ( G p ) ) = β ( n , 1 0.99 r ) We then obtain that the expected value E ( Y ) and the variance V ( Y ) of the number of positive groups are respectively:

E ( Y ) = n P ( G p ) = n ( 1 0.99 r ) (5)

· Let us denote by Z the number of analyses necessary for the complete determination of the health status of these 1000 soldiers. The number Z of necessary tests is obtained by first performing the n tests corresponding to the n groups and then adding to them, r other tests for each of the Y positive groups. It follows that the random variable Z is written as a linear function of the variable Y according to the relation:

Z = n + r Y (6)

By relying on the remark 5 (page 3), we obtain the expression of the expected value E ( Z ) of the number Z of the necessary tests:

E ( Z ) = E ( n + r Y ) = n + r E ( Y ) a c c o r d i n g t o t h e r e m a r k 5 = n + r [ n ( 1 0.99 r ) ] = n + r n ( 1 0.99 r ) = n + 1000 ( 1 0.99 r ) = n + 1000 [ 1 ( 1 0.01 ) r ] = 1000 r + 1000 [ 1 ( 1 0.01 ) r ]

By considering the approximation ( 1 0.01 ) r 1 0.01 r we obtain:

E ( Z ) 1000 r + 1000 [ 1 ( 1 0.01 r ) ] 1000 r + 1000 ( 0.01 r ) 1000 r + 10 r

Let us denote by N ( r ) = E ( Z ) the function (of variable r) which expresses the average number of tests necessary to perform to determine the health status of the 1000 soldiers.

As N ( r ) = 1000 r + 10 r then:

d N d r = d d r ( 1000 r + 10 r ) = 1000 r 2 + 10 = 10 r 2 1000 r 2 = 10 ( r 2 100 ) r 2 = 10 ( r 10 ) ( r + 10 ) r 2

As r * , it follows from the relation d N d r = 10 ( r 10 ) ( r + 10 ) r 2 that the signs of the derivative d N d r are the same as the signs of ( r 10 ) .

And on the other hand, d N d r = 0 if r = 10 .

We then obtain the following variation table (Table 1):

Table 1. The value r = 10 minimizes the number of tests that are necessary for the introductory problem.

We observe indeed, that for the data of the introductory problem (N = 1000, p = 0.01), the value r = 10 (and n = 100 ) allows to minimize the average number of tests N ( r ) = E ( Z ) = n + r E ( Y ) which then gives:

N min = N ( 10 ) = 1000 10 + 10 E ( Y ) = 100 + 10 [ 100 ( 1 0.99 1 0 ) ] r e l a t i o n 5 = 100 + 1000 ( 1 0.99 1 0 ) 196 t e s t s .

Ultimately, by setting r = 10 the number of soldiers per group, the total number of expected tests is equal to E ( Z ) 196 with a standard deviation equal to:

σ Z = V ( Z ) = V ( n + r Y ) = r 2 V ( Y ) = r σ Y = r n ( 1 0.99 r ) 0.99 r = 10 100 ( 1 0.99 r ) 0.99 r 10 × 2.940666 = 29.40

Illustration 1. note that with this value r = 10 we are almost certain to obtain the health status of these 1000 soldiers by carrying out only less than 300 tests.

Indeed, for this value r = 10 , the probability that Z = n + r Y = 100 + 10 Y is less than 300 is worth:

P ( 100 + 10 Y ) 300 = P ( 10 Y 200 ) = P ( Y 20 )

Using the R syntaxes (see remark 6 page 4), we obtain for this last expression that:

> pbinom (20, 100, 1-0.99^10)

[1] 0.9995506

In other words, with the value r = 10 , there is more than 99.95% chance that the total number of tests P ( Y 20 ) = P ( Z 300 ) required does not exceed 300 to determine the health status of these 1000 soldiers.

As announced, we will be inspired by the solution to this particular problem to build a general solution that can be transposed to various situations.

2.3. Solution to the General Problem

Consider a disease that affects t% of the population.

We have N samples corresponding to N individuals of a given sub population. In the rest of this work, we will speak indiscriminately about an individual or the sample which corresponds to him and no confusion is to be feared.

For various logistical limitations, we do not have enough equipment to perform all the N tests, but there is a need to know the health status of each of the N individuals constituting the sub population.

In the laboratory, they then decide to use the method of grouping samples as described by the remark 1 in the subsection 0.

They then to divide the N samples (it would suffice to take a part of each sample) into n groups of r individuals each and in each group we mix the r samples to run n tests. In this case, N = r n .

At the end of each test, two cases are possible:

· The group is negative and we deduce that all the r individuals that constitute it are negative. In this case, we save r 1 tests for each negative group.

· The group is positive and we are then obliged to systematically test each of the r individuals that constitute it. In this case, we waste a test because we determine the state of health of r individuals after doing r + 1 tests (the positive group test and then the r individuals tests).

How to find the size r of each group to minimize the number of tests that it will be necessary to do to determine, in this way, the health status of all the N individuals?

According to the definition 1 (page 2), an individual’s test is seen as a Bernoulli trial which leads to a success with the probability of t 100 (prevalence) and a failure with the probability 1 t 100 .

Denote by G n the event a group is negative and G p the event a group is positive.

If X denotes the random variable which is equal to the number of negative individuals in a group, the variable X is distributed according to the binomial law of the parameters r and 1 t 100 .

1) Let’s find the probability that a group will test positive.

For a group to be negative, it is necessary that each of the r individuals that constitute it is tested negative.

So,

P ( G n ) = P ( X = r ) = C r r ( 1 t 100 ) r ( t 100 ) 0 = ( 1 t 100 ) r (7)

We deduce, by using the probability of the opposite event, that the probability P ( G p ) for a group to be positive is equal to:

P ( G p ) = 1 P ( G n ) = 1 ( 1 t 100 ) r (8)

2) Law of the number of positive groups.

As we have n groups then the variable Y which is equal to the number of positive groups is a binomial distribution of the parameters n and

P ( G p ) = 1 ( 1 t 100 ) r

By using the relation 3 (page 3), the expected value of number Y of positive groups and its variance V ( Y ) are, respectively:

E ( Y ) = n P ( G p ) = n [ 1 ( 1 t 100 ) r ] (9)

3) The law of the total number of tests required.

Let us denote by Z the total number of tests to be carried out. It is obvious that for n tests corresponding to n groups we must add r additional tests for each of the positive groups.

It follows that the total number Z of tests is related to the number Y of positive groups by the relation:

Z = n + r Y (10)

According to the remark 5 (page 3), the expected value of Z is:

E ( Z ) = E ( n + r Y ) = n + r E ( Y ) = n + r n [ 1 ( 1 t 100 ) r ] b y u s i n g t h e r e l a t i o n 9 = n + N [ 1 ( 1 t 100 ) r ] b e c a u s e N = n r = N r + N [ 1 ( 1 t 100 ) r ]

Notice that in the expansion of left ( 1 t 100 right ) r the terms of degrees greater than one are more and more negligible, we write:

( 1 t 100 ) r 1 ( t 100 ) r (11)

In that case:

E ( Z ) = N r + N [ 1 ( 1 t 100 ) r ] N r + N [ 1 ( 1 ( t 100 ) r ) ] N r + N ( t 100 ) r N r + N t 100 r N r + N t r 100 N ( 1 r + t r 100 )

By writing E ( Z ) = N ( 1 r + t r 100 ) where the number of individuals N and the prevalence t are known, we see that the expected value E ( Z ) of the total number Z of tests to be performed is a function of the variable r which is the size of each group and its variation is the same as that of f ( r ) = ( 1 r + t r 100 ) as we have:

E ( Z ) = N f ( r ) (12)

4) Minimum value of E(Z)

d f d r = d d r ( 1 r + t r 100 ) = 1 r 2 + t 100 = 100 + t r 2 100 r 2 = ( r t 10 ) ( r t + 10 ) 100 r 2

Since 100 r 2 and ( r t + 10 ) are positive, then the signs of d f d r = ( r t 10 ) ( r t + 10 ) 100 r 2 depend only on those of ( r t 10 ) which vanishes for r = 10 t .

Noting that:

f ( 10 t ) = 10 t + 10 t t 100 = t 10 + t 10 = t 5 (13)

We deduce the following variation table (Table 2):

Ultimately, we deduce from the above that the optimal value of r is the divisor of N as close as possible to 10 t where t% is the prevalence of the disease in the sub population of N individuals.

In this case, by mixing the samples from r individuals of each group, the number of tests necessary for the complete determination of the state of health of N individuals is a random variable Z = N r + r Y whose expected value is:

E ( Z ) = N t 5 (14)

Then (see the definition 5 on page 4), we take r 0 = 10 t and in this case we will denote n 0 = N r 0 the optimal number of groups corresponding to the value r 0 .

In the same way, it follows from the relation 9 that the random variable Y0 corresponding to the number of positive groups is distributed according to a

Table 2. The optimal value of individuals per group for the general problem.

binomial law of the parameters n 0 and probability of success p 0 = 1 ( 1 t 100 ) r 0 .

To these data corresponds the optimal variable Z 0 which is equal to the total number of tests (see 10) and which is defined by:

Z 0 = n 0 + r 0 Y 0 avec E ( Z 0 ) = E min ( Z ) = N t 5 (15)

3. Towards an Optimal Strategy

In this section, we gradually establish the elements on which the optimal strategy will be based.

3.1. Preconditions

Ascertainment 1 (Low prevalence disease). The reliability of the general solution increases as the prevalence decreases.

It should be noted directly, from the expression E ( Z 0 ) = N t 5 of the expected value of the the total number Z of tests, that its value is less than the number N of individuals only if the prevalence does not exceed 25%.

On the other hand, the lower the prevalence t, the lower the number E ( Z 0 ) = N t 5 of expected tests than N.

Also, from a numerical point of view, the validity of the approximation approximation ( 1 t 100 ) r 1 t r 100 (relation 11, page 9) increases with the smallness of the prevalence t.

3.2. A Measure of the Risk of Method Failure

We propose thereafter, a succession of the syntaxes of the R software which make it possible to decide on the use of the solution to the general problem as presented in subsection 2.3.

Remark 7 (Possible values of Z0). Note first that even when the prevalence t is very low, the value E ( Z 0 ) = N t 5 is only an expected value of the random variable Z 0 = n 0 + r 0 Y 0 whose set of possible values is

{ n 0 , n 0 + 1, n 0 + 2, , N , N + 1, N + 2, , N + n 0 } where the value n 0 = N r 0

corresponds to the first extreme case where there are no positive individuals and all the n 0 groups are then negative while the value N + n 0 corresponds to the extremely undesirable case where all n 0 groups are all positive.

As the objective of the strategy is to perform significantly less than N tests, the risk of failure can be measured by the probability R = P ( Z 0 N ) that the variable Z 0 takes a value which is not less than N.

So:

1) if R is substantially close to zero, we are in the case where the strategy is recommended and it will be more reliable as the risk R is close to zero.

2) if, on the other hand, R non-negligible, the strategy is contraindicated.

R = P ( Z 0 N ) = P ( N r 0 + r 0 Y 0 N ) = P ( r 0 Y 0 N N r 0 ) = P ( r 0 Y 0 N ( r 0 1 ) r 0 ) = P ( Y 0 N ( r 0 1 ) r 0 2 ) = 1 P ( Y 0 < N ( r 0 1 ) r 0 2 ) = 1 P ( Y 0 N ( r 0 1 ) r 0 2 1 )

As the distribution Y 0 (number of positive groups for r 0 = 10 t ) is binomial of the parameters n 0 = N r 0 (the total number of groups) and p 0 = 1 ( 1 t 100 ) r 0 (the probability for a given group to be positive) then from the relation R = 1 P ( Y 0 N ( r 0 1 ) r 0 2 1 ) we can deduce a succession of the syntaxes of the software R, in accordance with the remark 6 (page 4):

First, we load the size of the sub population in the variable N and the prevalence in the variable t. We then introduce the succession of the following syntaxes:

> r0=trunc(10/sqrt(t))

> n0=trunc(N/r0)

> p0=1-((1-(t/100))^r0)

> k=N*((r0-1)/(r0^2))

> R=1-pbinom(k-1,n0,p0)

> R

1) For the above syntaxes;

a) r0 comes from the formula r 0 = ε ( 10 t ) . The trunc function calculates, for software R, the ceilling of its argument.

b) n0 comes from the formula n 0 = ε ( N r 0 ) . The trunc function guarantees the loading in the variable n 0 of an integer because r 0 may not be a divisor of N;

c) p0 comes from the formula p 0 = 1 ( 1 t 100 ) r 0

d) k comes from the value N ( r 0 1 r 0 2 ) which appears in the risk expression R = 1 P ( Y 0 N ( r 0 1 ) r 0 2 1 ) established in the subsection 0.

e) in the end, this last expression gives rise to the syntax R.

2) After compiling these syntaxes, the software will give the value of the risk R. If this value is zero, the strategy can be used.

Illustration 2 (Return to the introductory example in 1.1):

According to the data of the introductory example in 1.1 (page 1), the size of the sub population is 1000 soldiers while the prevalence is 1%.

Using the criterion gives:

> N=1000

> t=1

> r0=trunc(10/sqrt(t))

> n0=trunc(N/r0)

> p0=1-((1-(t/100))^r0)

> k=N*((r0-1)/(r0^2))

> R=1-pbinom(k-1,n0,p0)

> R

[1] 0

As in this case the risk of error is zero, the strategy is recommended for these data of the introductory example.

1) By calling the variables we ultimately obtain:

> N=1000

> t=1

> r0=trunc(10/sqrt(t))

> n0=trunc(N/r0)

> p0=1-((1-(t/100))^r0)

> k=N*((r0-1)/(r0^2))

> R=1-pbinom(k-1,n0,p0)

> R

[1] 0

> r0

[1] 10

> n0

[1] 100

> E=(N*sqrt(t))/5

> E

[1] 200

In this case, each group will actually have 10 samples, the total number of groups will be 100 and the expected value of the total number of tests to be performed is 200.

2) We can call other loaded variables, like for example p 0 and n 0 and get:

> p0

[1] 0.09561792

> n0

[1] 100

Thus, the number of positive groups Y 0 = β ( n 0 , p 0 ) is in this introductory example, a binomial variable of the parameters n 0 = 100 and p 0 = 0.09561792 the probability that one any of the 100 groups is positive.

Illustration 3 (Contraindication). Consider the situation of a sub population of 2000 individuals for which the prevalence of a disease is 30%.

By measuring the risk of strategy failure we obtain:

> N=2000

> t=30

> r0=trunc(10/sqrt(t))

> n0=trunc(N/r0)

> p0=1-((1-(t/100))^r0)

> k=N*((r0-1)/(r0^2))

> R=1-pbinom(k-1,n0,p0)

> R

[1] 1

>

So R = 1 means that at 100% the method will fail.

3.3. Effectiveness of the Method

By exploiting the illustration made above on various values of the prevalence, we note that this method exposed in (3) can only be used when the prevalence does not exceedt = 25%, a case in which it is almost impossible for the method to lead to more tests than the N samples.

It should be noted, from the illustrations above that the risk R that the method leads to more tests than samples, almost coincides with the function f : ] 0,100 [ [ 0,1 ] and defined by:

R ( t ) f ( t ) = { f ( t ) 0 si t 25 % f ( t ) 1 si t > 25 % (16)

From the syntax t = seq(1,30,0.1) of software R we take, for the introductory example, all the values of the prevalence ranging from 1% to 30% with an increment of 0.1% and by executing the syntax below we obtain the graphical representation of the variation of the risk of failure R according to the prevalence:

> t=seq(1,30,0.1)

> r0=trunc(10/sqrt(t))

> N=1000

> n0=trunc(N/r0)

> p0=1-((1-(t/100))^r0)

> k=N*((r0-1)/(r0^2))

> R=1-pbinom(k-1,n0,p0)

> plot(t,R)

The compilation of these commands gives graphical representation (Figure 1).

Figure 1. Represents the probability R of the failure of the method as a function of the prevalence t which is expressed as a percentage.

Considering the fact that the manipulations (mixing of samples, storage, …) Required by the method present a certain cost, it is not sufficient to establish that for small values of the prevalence of less than 25%, the method will be efficient.

Depending on certain specificities of the test and the nature of the samples, the method could lead to slightly less than N tests without the cost of the difference in the tests compensating for the cost of handling and using the method.

There then arises the need for another indicator of the effectiveness of this method.

Remark 8 (Effectiveness of the strategy). Beyond the risk R established as almost zero for t < 25 % , we consider that the method is effective when it leads to a number of tests well below half N/2 of the total number samples.

In order to develop syntaxes R making it possible to decide on the efficiency E of the proposed strategy, within the meaning of the remark above, let’s calculate E = P ( Z 0 < N / 2 ) , the probability that the total number of tests is less than half of the number of samples.

E = P ( Z 0 < N 2 ) = P ( N r 0 + r 0 Y 0 < N 2 ) = P ( r 0 Y 0 < r 0 N 0 2 N 2 r 0 ) = P ( r 0 Y 0 < N ( r 0 2 ) 2 r 0 ) = P ( Y 0 < N ( r 0 2 ) 2 r 0 2 ) = P ( Y 0 N ( r 0 2 ) 2 r 0 2 1 )

From the relation E = P ( Y 0 N ( r 0 2 ) 2 r 0 2 1 ) where Y 0 is a binomial distribution of the parameters n 0 and p 0 we deduce, from the remark 6, (page 4), that this efficiency can be calculated directly by the syntax pbinom(l-1, n0, p0) with l = N ( r 0 2 ) 2 r 0 2 on condition that all the values prior to loading l are already saved in the R environment.

Illustration 4 (Conditions of effectiveness of the introductory example). Returning to the introductory example in 0, the prevalence is equal to t = 1 % and N = 1000 , we obtain the efficiency using the following commands:

> t=1

> N=1000

> r0=trunc(10/sqrt(t))

> n0=trunc(N/r0)

> p0=1-((1-(t/100))^r0)

> l=N*((r0-2)/(2*r0^2))

> E=pbinom(l-1,n0,p0)

> E

[1] 1

As for this introductory example (see 1.1), E = 1 , we deduce that by taking r 0 = 10 and n 0 = 100 , the probability of performing less than 500 tests and appreciably close to 1. The method is therefore effective for this case.

Illustration 5 (Effectiveness of the method as a function of prevalence). With the command t = seq(1,25,0.1) we load all the prevalences between 1% and 25% and using the commands below we call the graphical representation of the

efficiency E ( t ) = P ( Z 0 < N 2 ) as a function of the prevalence t.

> t=seq(1,25,0.1)

> N=1000

> r0=trunc(10/sqrt(t))

> n0=trunc(N/r0)

> p0=1-((1-(t/100))^r0)

> l=N*((r0-2)/(2*r0^2))

> E=pbinom(l-1,n0,p0)

> plot(t,E)

The execution of these commands gives the Figure 2.

By extracting some values from the function E ( t ) (the command E [i] on R gives the ith component of the vector E) we notice that:

Table 3 confirms that for the introductory problem, the efficiency of the method is almost certain as long as the prevalence t does not exceed 5% and it decreases as t increases.

Table 3. Efficiency of the method for the introductory problem.

Figure 2. Represents the efficiency E of the proposed method as a function of the prevalence t which is expressed as a percentage.

From what precedes we deduce the following statement:

Ascertainment 2 (Conclusion of the introductory example): For the N = 1000 individuals of the introductory example, the method could be applied with guarantee of determining the health status of all 1000 individuals by performing less than 500 tests provided that the prevalence t does not exceed 5%.

4. Optimal Strategy

4.1. Specific Objectives of the Strategy

When using the method of grouping samples (see remark 1, page 2), the objective of our strategy is to provide test practitioners with a concrete approach that should enable them, in various circumstances, to:

· determine the optimal size of each group as done on 2.3,

· measure the risk of failure of this method as done on 3.2,

· measure the effectiveness of the method and as done on 3.3,

· find the limit value of the number of tests that the use of the method will not exceed.

The combination of these informations will allow to decide whether or not to use the method of grouping the samples.

At this level it is, in fact, possible to compare the cost entailed by the use of the method of grouping samples with that of the N Z max tests that the method saves.

4.2. Foundations of the Strategy

4.2.1. Main ingredients

· In subsection 2.3, we have established that by taking r = 10 t , the method

consisting of dividing the N samples into n groups of r individuals each makes it possible to minimize the expected value E ( Z ) of the random variable Z which is equal to the total number of tests necessary to determine the health status of all the N individuals.

· In 3.1 and 3.2 we have specified that as long as the prevalence t of the disease does not exceed 25% the risk R of failure of this method is almost zero but that low prevalence values are most recommended.

· In 3.3, we denote by E ( t ) the probability that the method leads to less than N 2 tests, a probability that we have assimilated to a indicator of efficiency of the method.

It is on the basis of these results that we identify the optimal strategy of using the method of grouping samples as described in the subsection 1.2 (page 2).

At this stage only the calculation of Z max is missing.

4.2.2. Determination of Zmax

Let us calculate the limit value Z max of the number of tests that we will not exceed.

To calculate the limit value Z max that the random variable Z (the total number of tests) will not exceed, it is necessary to first fix the error level η (or the reliability 1 η ) with which the limit value z will be determined.

In practice, the risk of error η must be so low (we can take for example η 1 10000 ) that we are almost certain that in fact, Z Z max .

It’s important to note that in subsection 0.0.2 we deduced from the relation 10 that , for the optimal value r 0 , the total number of tests Z 0 is written in the form Z 0 = n 0 + r 0 Y 0 where Y 0 is is the number of positive groups and Y 0 is a binomial distribution β ( n 0 , p 0 ) .

After having fixed a very low value of the error η we have:

P ( Z 0 Z max ) = 1 η P ( n 0 + r 0 Y 0 Z max ) = 1 η P ( Y 0 Z max n 0 r 0 ) = 1 η (17)

By exploiting the relation 17:

l = Z max n 0 r 0 Z max = n 0 + r 0 l (18)

we obtain that:

P ( Y 0 l ) = 1 η where Y 0 β ( n 0 , p 0 ) is a binomial distribution. (19)

According to the third in-built function of the R software (see 2.1.2) we deduce from relation 19 that:

l = q b i n o m ( 1 η , n 0 , p 0 ) and then from 18 we have: (20)

Z max = n 0 + r 0 l = n 0 + r 0 q b i n o m ( 1 η , n 0 , p 0 ) (21)

Illustration 6 (Maximum number of tests of the introductory example):

The introductory example presented in 0 we have a prevalence t = 1 % for a sub population of size N = 1000 .

As we established in subsection 3.2, the optimal parameters of the sample grouping method are loaded into the R software as follows:

> N=1000

> t=1

> r0=trunc(10/sqrt(t))

> n0=trunc(N/r0)

> p0=1-((1-(t/100))^r0)

If we fix, for example, a risk of error η = 1 10000 , we can use the syntax of relation 21:

> eta=1/10000

> Zmax=n0+r0*(qbinom(1-eta, n0, p0))

By executing all of these syntaxes in the R software environment we ultimately obtain:

> N=1000

> t=1

> r0=trunc(10/sqrt(t))

> n0=trunc(N/r0)

> p0=1-((1-(t/100))^r0)

> eta=1/10000

> Zmax=n0+r0*(qbinom(1-eta , n0, p0))

> Zmax

[1] 320

We interpret this result by asserting that for the introductory example, there are 9999 out of 10,000 chances, i.e. 99.99%, that using the parameter r 0 = 10 (and in this case n = 100 ) will lead to a total number of tests that does not exceed 320 for all the 1000 samples.

4.3. Summary of the Optimal Strategy

4.3.1. Descriptive Steps of the Optimal Strategy

Given the need to perform a systematic screening of a disease with a prevalence of t% within a sub population of size N, the application of the optimal strategy to the method of grouping samples as described by the remark 1 (page 2) consists of the following four steps:

Step 1 (Determination of method parameters). At this level we determine the size r 0 of each group on which depend the parameters of the random variable Y 0 which is equal to the number of positive groups among all the n 0 groups.

1) Y 0 is a binomial random variables of parameters n 0 and

p 0 = 1 ( 1 t 100 ) r 0 ;

2) The random variable Z 0 which is equal to the total number of tests to be performed is related to Y 0 by the relation: Z 0 = n 0 + r 0 Y 0

Step 2 (Measurement of the risk of method failure). R = P ( Z 0 > N ) R is the probability that this method leads to more tests than samples.

· If R 0 then the method can be used.

· If R 0 then the method cannot be used.

Step 3 (A measure of the effectiveness of the method). E = P ( Z 0 N 2 ) E is

the probability that the total number of tests carried out by the method does not exceed half of the total number of samples.

· If R 0 and E 1 then the use of the method is strongly recommended.

· If R 0 and E 1 then the final decision will be taken by comparing the total cost of using the method of grouping of samples with the cost of N Z max tests that will be saved by the method.

At this level it only lacks the calculation of the maximum number Z max of tests that the method will not exceed.

Step 4 (determination of Z max ). As shown in 4.2.2, a syntax of R software makes it possible to determine Z max with a desired precision 1 η (or with a risk η of error).

4.3.2. Expression of the Strategy in the R Software Environment

1) To perform the first step we use the following syntax:

> r0=trunc(10/sqrt(t))

> n0=trunc(N/r0)

2) To perform the second step we use the following syntax (see 3.2):

> p0=1-((1-(t/100))^r0)

> k=N*((r0-1)/(r0^2))

> R=1-pbinom(k-1,n0,p0)

> R

3) To carry out the third step we use the following syntax (see 3.3):

> l=N*((r0-2)/(2*r0^2))

> E=pbinom(l-1,n0,p0)

> E

4) To carry out the fourth step we use the following syntax:

If we fix a risk of error η , we can use the syntax of relation 21:

> eta=v

> Zmax=n0+r0*(qbinom(1-eta, n0, p0))

> Zmax

4.3.3. Examples

Example 1. Let consider a disease with a prevalence of 5% in a subpopulation of 5000 individuals.

1) Using the first step we get:

> N=5000

> t=5

> r0=trunc(10/sqrt(t))

> n0=trunc(N/r0)

> r0

[1] 4

> n0

[1] 1250

>

It is therefore optimal to mix 4 samples for each of the 1250 groups.

2) Using the second step we get:

> p0=1-((1-(t/100))^r0)

> k=N*((r0-1)/(r0^2))

> R=1-pbinom(k-1,n0,p0)

> R

[1] 0

>

As R = 0 then the method can be used.

3) Using the third step we get:

> l=N*((r0-2)/(2*r0^2))

> E=pbinom(l-1,n0,p0)

> E

[1] 1

>

As E = 1, it is certain that the method will lead to a number of tests which does not exceed half of the samples. The method is strongly recommended.

Using the fourth step we have by choosing, for example η = 1 10000 :

> eta=1/10000

> Zmax=n0+r0*(qbinom(1-eta, n0, p0))

> Zmax

[1] 2386

>

We conclude this example by asserting that the value r 0 = 4 is optimal.

· As E = 1 it is certain that the method will lead to a number of tests which does not exceed 2500.

· As Z max = 2386 for η = 1 10000 , we affirm, with a probability of 0.9999, that

the value r 0 = 4 will allow systematic screening of these 5000 individuals by performing a number of tests which does not exceed 2386.

and in this case there is a probability of 99.99% that the total number of tests does not exceed 434.

Example 2. Consider a disease with a prevalence of 10% in a sub population of 600 individuals.

1) Using the first step we get:

> N=600

> r0=trunc(10/sqrt(t))

> n0=trunc(N/r0)

> r0

[1] 3

> n0

[1] 200

It is therefore optimal to mix three samples for each of the 200 groups.

2) Using the second step we get:

> p0=1-((1-(t/100))^r0)

> k=N*((r0-1)/(r0^2))

> R=1-pbinom(k-1,n0,p0)

> R

[1] 0

>

As R = 0 then the method can be used.

3) Using the third step we get:

> l=N*((r0-2)/(2*r0^2))

> E=pbinom(l-1,n0,p0)

> E

[1] 1

>

In this case (E≈ 0), even if the risk of failure is zero but it is almost impossible that the method leads us to less than 300 tests.

4) Using the fourth step we have by choosing, for example η = 1 10000 :

> eta=1/10000

> Zmax=n0+r0*(qbinom(1-eta, n0, p0))

> Zmax

[1] 434

>

We conclude this example by asserting that the value r 0 = 3 is optimal and in this case there is a probability of 99.99% that the total number of tests does not exceed 434.

5. Conclusions and Perspectives

The strategy proposed in this work responds to the need to carry out systematic screening when logistical resources are not sufficient.

The conditions of use (low prevalence) of this strategy are frequent in practice. In this period when humanity is facing the COVID-19 pandemic, there is almost everywhere a lack of screening equipment.

Unfortunately, we cannot yet recommend our strategy in the case of covid-19 because, on the one hand, the prevalence is generally not known and, on the other hand, the screening tests and the nature of the samples considered must still progress.

In terms of perspectives, we will focus the rest of this research on a double project:

· From a mathematical point of view, we will try to integrate the estimation of the prevalence in this strategy in order to be able to apply it to diseases whose prevalence is not known.

· Regarding applications, we would like to increase the number of exchanges with epidemiology researchers in order to determine the diseases and tests for which the type of sample allows this strategy to be applied.

Acknowledgements

This work was born from studious discussions that I led with some colleagues from the Faculty of Sciences of the Catholic University of Bukavu (UCB) as well as those of the Faculty of Sciences and Applied Sciences of the Official University of Bukavu (UOB). This article gives me the best opportunity to express my gratitude to them.

NOTES

1Which is defined as the greatest integer less than or equal to x.

Conflicts of Interest

The author declares no conflicts of interest regarding the publication of this paper.

References

[1] Audry, D. and Maths Terminale, S. (2002) Enseignement Obligatoire. Centre National d’Enseignement à Distance (CNED), Institut de Rennes, Rennes.
[2] Zihindula Biguru, L. (2010) Une optimisation stochastique du cout de dépistage de certaines maladies rares dans une population donnée. Annale des Sciences de l’Université officielle de Bukavu, Vol. 2, Bukavu.
[3] Florescu, I. and Tudor, C. (2013) Handbook of Probability. Wiley.
https://doi.org/10.1002/9781118593103
[4] Ross, S. (2007) A First Course in Probability. Academic Press.
[5] Core Team, R. (2017) R: A Language and Environment for Statistical Computing. R Foundation for Statistical Computing, Vienna.
[6] Dolores Ugarte, M., Militino, A. and Arnholt, A. (2015) Probability and Statistics with R. 2nd Edition, CRC Press.
https://doi.org/10.1201/b18682

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.