help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Location of probability PDF's and CDF's in gnuplot?


From: Dmitri A. Sergatskov
Subject: Re: Location of probability PDF's and CDF's in gnuplot?
Date: Fri, 26 Aug 2005 22:40:47 -0600


On Aug 26, 2005, at 9:15 PM, Henry F. Mollet wrote:


gnuplot> plot logistic(x)
         undefined function: logistic


logistic defined in stat.inc in the demo directory of gnuplot.
You can do just:

load 'stat.inc'
plot logistic(X)

'stat.inc' is just a script file which you can examine in a text editor.

Regards,

Dmitri.
--



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]