On Sat, Oct 14, 2023 at 07:10:28AM +0200, Linus Lüssing wrote: > In the following scenario: > > +-------+ ch.1 +-------+ ch.2 +-------+ ch.2 +-------+ > | Orig0 | <----- | Orig1 | <------ | Orig2 | <------ | Orig3 | > +-------+ 300 +-------+ 30000 +-------+ 110 +-------+ > ^ | > | ch.3 | > +-----------------------------------+ > 100 > > Would the results on Orig2 to Orig1 be these?
Sorry, I ment "on Orig3 to Orig0" here. > - via Orig2: 300*110 / (300+110) = 80.5 > - via Orig1: 100 <- selected > > While it should have been this? > - via Orig2: 30000*110 / (30000+110) = 109.6 <- selected > - via Orig1: 100
