-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metrics for computation #18
Comments
Fitness: Yes, I mean bigram. Right now every character that the program uses can be typed with a single keystroke, unless it's a shifted character. Shifted characters are counted separately. Distance: I really use effort here, not distance, although distance approximates effort (more distant keys have higher penalties, but the relationship is not linear). Rolls: You are correct about how these work, except that the two keys do have to be adjacent to count as a roll. If you look at Same Finger: This counts any time when you use the same finger twice in a row, even on different places on the keyboard. A lot of the rest are similar to metrics used by Michael Capewell. You can see his page for more info.
Do you have a freely-available link to Alec Martin's 1972 paper? I can't find one. |
@michaeldickens Should I email it to the gmail account in the help section of the application? |
@HughP Yes, that works fine, thanks. |
Just curious: is the thinking that led to Workman factored in anywhere? So I'm trying to think outside the box (or slab), but now need a way to evaluate a given non-standard design (and if the program is smart enough to suggest improvements, then yes please). I feel that an analysis program needs to work with physical measurements, both of the keyboard and keys and placements, and the user's hand size. Or is that just too complex? |
|
@michaeldickens You might remember me form some previous comments, issues #16 and my recent pull request. I am posting again because if nothing else it seems that your work here could be an academic publication presenting your model (so I also include some citations to academic publications in this comment). But beyond that I have an interests in your stats model for my work. I see several statistics in your blogposts. I went through some of the inline comments in your code. And found that /doc/Fitness.txt was helpful to an extent. That is, I am trying to compare your work here in this repo with other sets of metrics and methods of evaluation used in academic publications (PDFs available of all citations on request) such as those listed below using Ant Colony Algorithm and the Cyber Swarm method:
Ant Colony:
Cyber Swarm/GKAP
Let me run down your list of metrics and explain what I understand then hopefully you can comment and make suggestions.
HANDS
FINGERS
Both of these metrics seem to be standard part of the discussion since Dvorak made his famous claims.
These first two metrics are pretty standard and strait forward (and are also mentioned here):
FITNESS
I did read your three lines about fitness computation in fitness.txt but it wasn't very clear, I mean: How from a list of digraphs is this really computed? I know what a digraph is in a language like English, but would it be better to articulate this as 'keys needed to create and orthographic set'? I mean on standard OS X QWERTY if one wants to type an umlaut < u > one must hold
alt
then presse
and then pressu
. So would this be considered a "digraph"? There are other keyboards in the world which use dead keys, so for instance if I wanted to type < é > in some African languages I might type;
followed bye
... does that become a "digraph" in this computational model? It doesn't seem that Fitness is a measure of reach strain. Or by "digraph" to you really mean "Bigram" (aka an n-gram with 2 values)?DISTANCE
How is distance really computed? in Fitness.txt you talk about both distance and effort. I wonder if these should be more clearly discussed? I don't see any reference to concrete figures. My Apple wireless keyboard with 15mm2 keys have center point values and can be measured, so in your app is the distance measure tied to a concrete measure or is it more abstract, and if abstract how so? I would imagine that keyboards with larger keys have an impact on distance too.
As a side note about distance, I did read an interesting article about the spacing between the keys affecting things link reach strain.
ROLLS
asdf
orpoiu
) but the second key hit is on the inside (These key need not be concurrently located but must occur in the same row.)jkl
) but the second key hit is on the outside (These key need not be concurrently located but must occur in the same row.)I buy the validity of rolls. I don't see Wagner et al. citing anyone for their validity but the following papers seem to confirm the general notion:
RHYTHM BREAKS
Measuring the same hand and the same finger seem pretty strait forward. (However, is same finger include movement of the index finger from
h
andy
on the QWERTY keyboard? or does the same finger only apply tott
oree
kinds of situations?) Dvorak and others argues for the validity of rhythm in the following (however what I don't see is a tap and hold measure which OS X introduced about 10.7):The following metrics are still a bit confusing to me.
In the academic literature there are also other keyboards you might be interested in. For instance a modification of Dvorak (for the list of modified keyboards):
The text was updated successfully, but these errors were encountered: