Re: ListCorrelate and Powers
- To: mathgroup at smc.vnet.net
 - Subject: [mg116271] Re: ListCorrelate and Powers
 - From: Emil Hedevang <emilhedevang at gmail.com>
 - Date: Wed, 9 Feb 2011 02:10:37 -0500 (EST)
 - Reply-to: comp.soft-sys.math.mathematica at googlegroups.com
 
ListCorrelate[{1, 2, 3, 4}, {a, b, c, d, e}, {1, -1}, 0, #2^#1 &, Plus]
As described in the documentation of ListCorrelate, you can replace Time and Plus in the correlation with any function you desire.
Best regards,
Emil Hedevang