Hi everyone,

I need to calculate a variable as the standard deviation of another variable scaled by yet another variable, requiring at least 3 years of data.
This is how I calculate the standard deviation:

egen cfv = sd(oibdp)

But then I don't know how to proceed to scale the variable as explained above. Can anyone help me?

Thank you in advance!