Rate matrix with n states in which each state has an equal probability to change
to any other state. The rate of transition from one state to another is equal to
n / n-1.
Example
# Rate Matrix for DNA
q := fnJC(4)
# Rate Matrix for Amino Acids
q := fnJC(20)
# Binary Character Matrix
q := fnJC(2)