The iterative proportional fitting algortihm adjust a matrix to given margins. It is known that the estimates converge to the maximum likelihood estimate. My question is as follows.
I have a matrix with cells representing a sample and further, I have the population margins. If I start the algorithm instead of using the sample with a Identitiy matrix, does this affect the interpretation of the results?
As, I read the literature IPF converges to the maximum likelihood estimates for any positive matrix. Yet, I also read that the initial values have some effect on the results, which are vanishing after each iteration of IPF. My initial thought would be that the resulting values if I start with an identity matrix represent the unbiased MLE values.