I have recently seen a paper about the Boeing approach that replaces the "normal" Stdev in the BS formula with the Stdev
\begin{equation} \sigma'=\sqrt{\frac{ln(1+\frac{\sigma}{\mu})^{2}}{t}} \end{equation}
$\sigma$ and $\mu$ being the "normal" Stdev and Mean, respectively. (Both in absolute values, resulting from a simulation of the pay-offs.)
Since it is about real options, it sounds reasonable to have the volatility decrease approaching the execution date of a project, but why design the volatility like this? I have plotted the function here via Wolframalpha.com. Even though the volatility should be somewhere around 10% in this example, it never assumes that value. Why does that make sense?
I've run a simulation and compared the values. Since the volatility changes significantly, the option value changes, of course, are significant.
Here some equivalent expressions. Maybe it reminds somebody of something that might help?
$\Longleftrightarrow t\sigma'^{2}=ln(1+\frac{\sigma}{\mu})^{2}$
$\Longleftrightarrow\sqrt{exp(t\sigma'^{2})}-1=\frac{\sigma}{\mu}$
$\Longleftrightarrow\sigma=\mu\left[\sqrt{exp(t\sigma'^{2})}-1\right]$
It somehow looks similar to the arithmetic moments of the log-normal distribution, but it does not fit 100%.