User fido - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-21T13:45:33Zhttp://mathoverflow.net/feeds/user/26446http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/107108/transforming-a-continuous-functionTransforming a Continuous Function Fido2012-09-13T17:10:59Z2012-09-13T17:10:59Z
<p>Hello Everyone,</p>
<p>My math is quite limited so please bear with me. I will get to the point:
Is there a way to transform a continuous function into a discrete one?</p>
<p>In essence I have a normalized Gaussian distribution defined by:</p>
<p>$y = b + \frac{a}{c\sqrt{\frac{\pi}{2}}} \cdot e^{\frac{-2(x-d)^{2}}{c^{2}}}$</p>
<p>I am only interested in values of $y$ for $0 \leq x \leq 500$. a,b,c and d are parameters.</p>
<p>I would like to maintain the ability of the curve to be a normalised probability distribution but only for $0 \leq x \leq 500$.</p>
<p>Is there a way of doing this or am I trying the impossible?</p>
<p>Thanks to anyone that can render assistance.</p>
http://mathoverflow.net/questions/107032/manipulating-a-gaussian-distributionManipulating a Gaussian DistributionFido2012-09-12T17:06:14Z2012-09-12T17:06:14Z
<p>Hello All,</p>
<p>I warn in advance my math skills are quite limited so speaking to me like I am an idiot would be appreciated.</p>
<p>I have a polynomial :</p>
<p>$y = a\cdot e^{\frac{-2(x - x_0)^2}{w^2}}$</p>
<p>Now I know that this is of the form of a Gaussian distribution, here is my issue: </p>
<p>I am only interested on the positive side i.e $x \geq 0$ and $y \geq 0$. I would like to be
able to manipulate the positive side of this equation such that the area below the curve is maintained on that positive side.</p>
<p>In essence I would like to be able to sweep through all curves defined by the above equation using a single control parameter for example $w$. </p>
<p>Is there a way of me deriving from the above equation another equation where I can manipulate the curve using a single parameter and ensure that the area is maintained. (Please keep in mind I am only interested in the positive side of the curve)</p>
<p>Ideally I would like to be able to sweep from an extreme curve such as an exponential decay all the way to a straight line such as a uniform distribution.</p>
<p>I have been told I should look into gamma distributions but when I looked into such I failed to apply it to my work.</p>
<p>Thanks to all that can help in anyway!</p>
http://mathoverflow.net/questions/107032/manipulating-a-gaussian-distributionComment by FidoFido2012-09-13T09:14:22Z2012-09-13T09:14:22ZWill this technique still work if there are other coeficcients to $e$.
So if my equation is:
$y = a \cdot(10 + \frac{A}{x\sqrt{\frac{pi}{2}}}) \cdot e^{-2(x-x_0)^2}/w^2$
Can I calculate the same thing for a and achieve the same effect?