Logarithmic convolution

In mathematics, the scale convolution of two functions and , also known as their logarithmic convolution is defined as the function

when this quantity exists.

Results

The logarithmic convolution can be related to the ordinary convolution by changing the variable from to :

Define and and let , then

This article incorporates material from logarithmic convolution on PlanetMath, which is licensed under the Creative Commons Attribution/Share-Alike License.

gollark: ```lualocal func_mt = {}debug.setmetatable(function() end, func_mt)function func_mt.__sub(lhs, rhs) return function(...) return lhs(rhs(...)) endendfunction func_mt.__add(lhs, rhs) return function(...) return rhs(lhs(...)) endend```
gollark: No clue what `..`, unary `-`, `/`, `*` or `^` should do.
gollark: `+` is right-to-left compose, `-` is left-to-right compose.
gollark: We could add that as their tostring method instead.
gollark: What should we do with functions? Composition?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.