Is it the case that the sum of 2 log-normally distributed random variables is also log-normally distributed?
If so, is the difference also log-normally distributed?
And if so, how is the possibly negative value reconciled? By taking the absolute value?
Thank you
Comment continued. If you have a practical application in mind, you might try simulating anticipated kinds of data for a preview of what difficulties might be in store. Whether or not you use R, maybe you can follow my demo below.
The particular case shown (with data arising from a 'seed' based on today's date) is one in which difficulties arise that indicate non-normality.
NaNs/NAs arise from negative differences (simply ignored in normality test and plots). Many simulations with unpredicted seeds encounter no such difficulties.If totals and differences of lognormal data were lognormal, then their logs $T$ and $D$ should be normal.