Hello everybody,
The generic equation of an asymmetric Gaussian curve is :
y = k * exp[-{(x-x0)^2}/{2*sig^2}] * [1+erf({a*(x-x0)}/{sig*sqrt(2)})].
I need to know the coordinates ("x" and "y") of the top (assuming k>0) of such an asymmetric Gaussian curve, as a function of the asymmetry parameter "a". Does there exist an analytic function that gives this? At least, does there exist such a function for the more specific but also simpler "y = exp[-{x^2}/2] * [1+erf({a*x}/{sqrt(2)})]" (i.e. with k=1, sig=1, x0=0)? Then it would be easy to generalize for any k, sig and x0.
Thank you very much.