Two weeks have passed... and imo its time to tell here what was being tested - the actual description of it is within spoiler tags so should you still want to make the test.
That is... First test the builds and post the answer and only after that read what exactly you were testing to avoid having your existing opinions affecting the actual results.
Or just keep reading...
Ok.. so here is actually what was being tested...
First couple of definitions
pct = (float, 0 .. 1) amount of stick movement from measured from the edge of the deadzone(s)
pct final = (float, 0 .. 1) actual turning multiplier applied to the 'max rotation' to get the desired rotation
sensitivity = (integer, 0 .. 9) the number of the sensitivity 'lights' in options screen - 1
sensitivity pct = (float, 0 .. 1) amount the current sensitivity setting is from the max sensitivity (ie. sensitivity / 9 )
Then the actual descriptions in mathematical formula.
413 - pct final = pct ^ ( 3.0 - ( sensitivity / 4.5 ) )
552 - pct final = ( pct * sensitivity pct ) + ( 1 - sensitivity pct ) * pct ^ 5
717 - pct final = pct ^ ( 4.0 - ( sensitivity / 3.0 ) )
979 - pct final = ( pct * sensitivity pct ) + ( 1 - sensitivity pct ) * pct ^ 3
Of the used joystick sensitivity settings the 552 is the same as the one currently in use in the FS Open. Sorta like control.
On graphs... the x-axis is the 'pct' and y-axis is 'pct final'. And they should reveal what was being tested... It should be rather obvious that with sensitivity setting used on 552 and 979 getting good fine control seems to be much more difficult than on the other types.
Also i locked the voting but comments - and additional opinions on the test - are welcome.
[attachment stolen by Slimey Goober]