Suppose one has some data that looks exponentially distributed. Most, if not all, numerical subroutines can make the fit using least squares fitting of the function
\begin{equation} A\exp(-Bx), \end{equation}
where $A,B$ are the parameters of the fit. What happens if instead one has to fit
\begin{equation} A\exp(-B|x|), \end{equation}
and the empirical data is not symmetric about zero? Is it correct to say that there exists two sets of fitting parameters for $x\geq0$ and $x<0$?