Using OLS, I've estimated the following equation:
$y_i = \alpha_0 + \alpha_1 X_i + \epsilon_i$
I know that theoretically, the following should be true:
$y_i = a + (1-e^{-\lambda 60}) X_i$
Is there any way, having an estimate of $\alpha_1$ I can translate it to an estimate of $\lambda$?
As a follow up, if this is not possible without some difficulty, If I knew the distribution of $\alpha_1$ was a normal distribution with some mean and variance, is there a way to describe what the form of the distribution of $\lambda$ would be? I feel like it would be a log-linear distribution, but I'm not sure what the mean/variance would be.