stata - Exponential Stochastic Shock -


i have model presents multicollinearity 2 variables because 1 of them it's proxy. thing thinking add stochastic shock proxy variable avoid that. moment i've been able using gen aux=uniform() creates random variable between 0 , 1, it's uniform distribution , variable doesn't uniform distribution, it's more exponential. wondering if it's possible create negative exponential random variable between 0 , 1.

something this


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -