This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients achampion, rhettinger
Date 2015-09-21.05:14:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442812498.97.0.311974541533.issue25193@psf.upfronthosting.co.za>
In-reply-to
Content
AFAICT other implementations of accumulators do not have an initializer.  See:

* http://docs.scipy.org/doc/numpy/reference/generated/numpy.ufunc.accumulate.html

* https://stat.ethz.ch/R-manual/R-devel/library/base/html/cumsum.html

* http://microapl.com/apl/apl_concepts_chapter5.html
  \+ 1 2 3 4 5
  1 3 6 10 15

* https://reference.wolfram.com/language/ref/Accumulate.html
History
Date User Action Args
2015-09-21 05:14:59rhettingersetrecipients: + rhettinger, achampion
2015-09-21 05:14:58rhettingersetmessageid: <1442812498.97.0.311974541533.issue25193@psf.upfronthosting.co.za>
2015-09-21 05:14:58rhettingerlinkissue25193 messages
2015-09-21 05:14:58rhettingercreate