Lerch transcendent function
Is the Lerch transcendent function available in scipy or python? http://en.wikipedia.org/wiki/Lerch_zeta_function#Definition capital phi http://mathworld.wolfram.com/LerchTranscendent.html (used for moments of Weibull-geometric distribution) Josef
On Tue, Nov 1, 2011 at 4:28 PM, <josef.pktd@gmail.com> wrote:
Is the Lerch transcendent function available in scipy or python?
http://en.wikipedia.org/wiki/Lerch_zeta_function#Definition capital phi http://mathworld.wolfram.com/LerchTranscendent.html
(used for moments of Weibull-geometric distribution)
Josef
mpmath has it: http://mpmath.googlecode.com/svn/trunk/doc/build/functions/zeta.html#lerch-t... Fredrik
Hi Josef, I was planning to work on something related (polylog), and I started some groundwork : https://github.com/johannct/scipy/tree/polylog But it recently stalled, due to overburden. Also I would like to start with a complete implementation of the zeta function (analytic continuation) as in mpmath..... best, Johann On 11/01/2011 04:28 PM, josef.pktd@gmail.com wrote:
Is the Lerch transcendent function available in scipy or python?
http://en.wikipedia.org/wiki/Lerch_zeta_function#Definition capital phi http://mathworld.wolfram.com/LerchTranscendent.html
(used for moments of Weibull-geometric distribution)
Josef _______________________________________________ SciPy-User mailing list SciPy-User@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-user
Hi Josef, I was planning to work on something related (polylog), and I started some groundwork : https://github.com/johannct/scipy/tree/polylog But it recently stalled, due to overburden. Also I would like to start with a complete implementation of the zeta function (analytic continuation) as in mpmath..... best, Johann On 11/01/2011 04:28 PM, josef.pktd@gmail.com wrote:
Is the Lerch transcendent function available in scipy or python?
http://en.wikipedia.org/wiki/Lerch_zeta_function#Definition capital phi http://mathworld.wolfram.com/LerchTranscendent.html
(used for moments of Weibull-geometric distribution)
Josef _______________________________________________ SciPy-User mailing list SciPy-User@scipy.org http://mail.scipy.org/mailman/listinfo/scipy-user
participants (4)
-
Fredrik Johansson
-
Johann Cohen-Tanugi
-
Johann Cohen-Tanugi
-
josef.pktd@gmail.com