fnHKY - The Hasegawa-Kishino-Yano (1985) nucleotide rate matrix
| kappa : | RealPos (pass by const reference) |
| The transition-transversion rate ratio. | |
| baseFrequencies : | Simplex (pass by const reference) |
| The stationary frequencies. |
# the ratio between rates of transitions and transversions
kappa ~ dnLognormal(0,1)
# the base frequencies
pi ~ dnDirichlet( v(1,1,1,1) )
# create an HKY rate matrix
Q := fnHKY(kappa,pi)