powered by
Calculates the alpha parameter from a QG model
QG.alpha(pars)
A bayou formatted parameter list with parameters h2 (heritability), P (phenotypic variance) and w2 (width of adaptive landscape)
An alpha value according to the equation alpha = h2*P/(P+w2+P).
alpha = h2*P/(P+w2+P)