This function helps calculating the number of possible designs for Delta given by nB!/(nB-nLinks)! Needed to compute the log likelihood of the linkage matrix.
Usage
logPossibleConfig(Brecords, sumD)
Value
The sum of logs of the vector going from nB - nLinks + 1 to nB.
Arguments
Brecords
Number of records in data source B (the largest).
sumD
Number of linked records (at a specific time point of the algorithm).