|
Algorithm 1: Generation Procedure of Distribution and Distribution
|
| 1: |
Input: The detection probability set and the false alarm probability set . |
| 2: |
Output: The detection probability distribution
|
|
|
The false alarm probability distribution . |
|
|
The detection probability distribution generation: |
| 1: |
Sort the detection probability in ascending order and constitute the sorted sequence as . |
| 2: |
, for and . |
| 3: |
Divide interval into equal subintervals, i.e., . |
| 4: |
for
do
|
| 5: |
. |
| 6: |
Calculate the number of the detection probabilities within subinterval denoted by . |
| 7: |
Calculate the probability . |
| 8: |
end for |
| 9: |
Return:
. |
|
|
The false alarm probability distribution generation: |
| 1: |
Sort the false alarm probability in ascending order and constitute the sorted sequence as . |
| 2: |
, for and . |
| 3: |
Divide interval into equal subintervals, i.e., . |
| 4: |
for
do
|
| 5: |
. |
| 6: |
Calculate the number of the false alarm probabilities within subinterval denoted by . |
| 7: |
Calculate the probability . |
| 8: |
end for |
| 9: |
Return:
. |