Percentage figures
Your point is well taken. But we still need to know the real numbers as sometimes the reasoning takes you closer to the truth but not exactly the truth. Here I ran the computer calculation for 44 vs 6.
The computer program that I use has 10-parameter counts to reflex the number of cards for each face value card (A,2,3...10). This should theoretically give you the final answer in any combination of cards in the remaining shoe. I ran the following and got some percentage numbers for 104 cards with the following card composition: (the [ ] means the face value of the card, For example, the remaining shoe has 8 cards with face value of Ace.)
[A] = 8, [2] = 7, [3]=7,[4]=7,[5]=7,[6]=8,[7]=8,[8]=8,[9]=8, [10]=36
44 vs 6: (DAS, S17, Push % was divided half for Win and half for Loss)
Hit Win 59.32 Loss 40.68 Net gain +18.64
Double Win 56.16 Loss 43.84
Adjust for double (x2) Win 112.32 Loss 87.68 Net gain + 24.64
Split Win 58.43 Loss 41.57
Adjust for split (x2) Win 116.86 Loss 83.14 Net gain +33.72
Split is more advantageous than Double.
If the rule is DAS, H17, same card composition
44 vs 6: (Push % was divided half for Win and half for Loss)
Hit Win 58.81 Loss 41.19 Net gain +17.62
Double Win 55.90 Loss 44.10
Adjust for double (x2) Win 111.90 Loss 88.20 Net gain + 23.70
Split Win 59.56 Loss 40.44
Adjust for split (x2) Win 119.12 Loss 80.88 Net gain +38.24
Split is still more advantageous than Double even for [Dealer Hit on Soft 17].
I also changed [A] to 6, then changed [A] to 10 (rich in A cards). In both situations, split is also better than double.
I tried 200 different card compositions where Double and/or Split are better than Hit. There is no single instance that Double is better than Split.
The software program is not a simulation program. It uses algebra and recursive function to recalculate after each card dealt. (That's because after each card dealt, the remaining card composition is no longer the same.) It has one drawback. It only counts the first hand of the split. So I have to use x2 for comparison knowing the second hand after split is not identical to the first hand although it may be very close. Anyone, please comment on the above figures.