Hey,
1. The vth0=0.07 line means model vth0 as a Gaussian with 1sigma variation = 70mV.
2. The equation for vth sigma is roughly P/sqrt(W * L), where W and L are width and length and P is a process dependent parameter. They also include M since it's a multiplier on W and L I guess. So yes, for your BSIM 50nm process you will have to calculate P.
Calculating P is kind of a pain, you're a bit on your own for that. There are a couple equations out there that you can use. Here's one of them:
σ_vth = ((4 * q³ * ε_si * θ_B)¼ / 2) * (T_ox / ε_ox) * (N)¼ / (W * L)½
where
θ_B = 2 * k_B * T * ln(N/n_i)
and
q = charge of an electron
k_B = boltzmann's constant
T = temperature
n_i = intrinsic carrier concentration
ε_si = permittivity of silicon
T_ox = gate oxide thickness
ε_ox = permittivity of gate oxide
N = channel dopant concentation
W = width
L = length
Kind of a pain to write out but there it is. You're going to have to try to pull some of those numbers out of your model. If you are familiar with the BSIM model it shouldn't be that bad. If not, well, good luck! For a reference on where this equation came from see "Modeling Statistical Dopant Fluctuations in MOS Transistors", Stolk et al.
I've now done my good deed for the day