<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:0cm;
        margin-left:36.0pt;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.Stylwiadomocie-mail17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:1994026017;
        mso-list-type:hybrid;
        mso-list-template-ids:-732284666 68485137 68485145 68485147 68485135 68485145 68485147 68485135 68485145 68485147;}
@list l0:level1
        {mso-level-text:"%1\)";
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;}
ol
        {margin-bottom:0cm;}
ul
        {margin-bottom:0cm;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=PL link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US>There is a strange behavior of \psGaussI function (part of pst-func package). I understood this function was the integral of Gaussian density. Running a simple test below I began to doubt:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>\psset{xunit=2,yunit=20mm}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>\begin{pspicture}(-2,-.5)(2,2)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>\psaxes[Dy=0.25]{->}(0,0)(-2,0)(2,1.25)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US> \uput[-90](6,0){x} \uput[0](0,1){y}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>   \psGaussI[mue=-1.5,sigma=0.2]{-1.7}{1.7}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>   \psGaussI[mue=-1.0,sigma=0.2]{-1.7}{1.7}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>   \psGaussI[mue=-0.5,sigma=0.2]{-1.7}{1.7}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>   \psGaussI[mue=-0.0,sigma=0.2]{-1.7}{1.7}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>   \psGaussI[mue= 0.5,sigma=0.2]{-1.7}{1.7}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>   \psGaussI[mue= 1.0,sigma=0.2]{-1.7}{1.7}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>   \psGaussI[mue= 1.5,sigma=0.2]{-1.7}{1.7}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>\end{pspicture}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Only the plots for mue=-1 and mue=-0.5 look according to my expectation (which might be erroneous). Now,  <o:p></o:p></span></p><p class=MsoListParagraph style='text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span lang=EN-US><span style='mso-list:Ignore'>1)<span style='font:7.0pt "Times New Roman"'>      </span></span></span><![endif]><span lang=EN-US>For mue =-1.5, the plot has a horizontal asymptote at about 0.8. This may show that psGaussI is not the Gaussian distribution function, but rather a running integral of Gausian density, with the left integral bound=-1.7 in my example. Am I right? If so, is it a way to plot a real Gaussian distribution? <o:p></o:p></span></p><p class=MsoListParagraph style='text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span lang=EN-US><span style='mso-list:Ignore'>2)<span style='font:7.0pt "Times New Roman"'>      </span></span></span><![endif]><span lang=EN-US>All plots for mue greater than -0.5 fluctuate, showing a behavior far from the one I would expect from a distribution function, or even from the integral of a density function. Changing Simpson parameter does not change the story. <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>I will be grateful for any help  <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Andrzej Pacut<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Faculty of Electronics and Information Technology<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Warsaw University of Technology<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Warsaw, Poland<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p></div></body></html>