I have two distinct data samples($A$ and $B$), and to each one a gaussian is fitted. I then evaluate the product $S = \sigma_A * \sigma_B$ ($\sigma_A$ and $\sigma_B$ and their errors are obtained from fit procedure).
If I assume $\sigma_A$ and $\sigma_B$ are uncorrelated, I can easily propagated the error on the product ($S$) based on the estimates of $\sigma_A$ and $\sigma_B$ errors.
But what would be the correct way to propagate the error to include a possible correlation between $\sigma_A$ and $\sigma_B$?