<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikimd.com/index.php?action=history&amp;feed=atom&amp;title=Cross-correlation</id>
	<title>Cross-correlation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikimd.com/index.php?action=history&amp;feed=atom&amp;title=Cross-correlation"/>
	<link rel="alternate" type="text/html" href="https://wikimd.com/index.php?title=Cross-correlation&amp;action=history"/>
	<updated>2026-04-21T00:15:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikimd.com/index.php?title=Cross-correlation&amp;diff=5623218&amp;oldid=prev</id>
		<title>Prab: CSV import</title>
		<link rel="alternate" type="text/html" href="https://wikimd.com/index.php?title=Cross-correlation&amp;diff=5623218&amp;oldid=prev"/>
		<updated>2024-04-18T01:32:16Z</updated>

		<summary type="html">&lt;p&gt;CSV import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:Comparison_convolution_correlation.svg|Comparison convolution correlation|thumb]] [[File:Cross_correlation_animation.gif|Cross correlation animation|thumb|left]] [[File:Cross_Correlation_Animation.gif|Cross Correlation Animation|thumb|left]] &amp;#039;&amp;#039;&amp;#039;Cross-correlation&amp;#039;&amp;#039;&amp;#039; is a statistical method used to measure the similarity between two [[time series]] by calculating the correlation of one series with another, as one is shifted in time relative to the other. This technique is widely used in various fields such as [[signal processing]], [[time series analysis]], [[finance]], and [[image processing]]. Cross-correlation helps in identifying the time lag between two time-dependent signals, which is essential for understanding the relationship between them.&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
Cross-correlation is defined for two real-valued functions, \(f(t)\) and \(g(t)\), as the integral of the product of \(f(t)\) and a shifted version of \(g(t)\) over all time. Mathematically, the cross-correlation \(R_{fg}(\tau)\) at lag \(\tau\) is given by:&lt;br /&gt;
&lt;br /&gt;
\[ R_{fg}(\tau) = \int_{-\infty}^{\infty} f(t) \cdot g(t + \tau) \, dt \]&lt;br /&gt;
&lt;br /&gt;
where \(t\) represents time, and \(\tau\) represents the lag.&lt;br /&gt;
&lt;br /&gt;
For discrete functions or [[time series]], the cross-correlation is similarly defined as the sum over the product of \(f(t)\) and \(g(t + \tau)\) for all time points, which can be represented as:&lt;br /&gt;
&lt;br /&gt;
\[ R_{fg}(\tau) = \sum_{t} f(t) \cdot g(t + \tau) \]&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
Cross-correlation has a wide range of applications across different domains:&lt;br /&gt;
&lt;br /&gt;
* In [[signal processing]], it is used to find the time delay between two signals, which is crucial for [[echo]] detection and synchronization.&lt;br /&gt;
* In [[time series analysis]], cross-correlation helps in identifying the lead-lag relationships between two time series, which is useful in economic and financial analysis.&lt;br /&gt;
* In [[finance]], it is applied to compare the returns of different [[financial instruments]] or market indices to identify potential [[investment]] opportunities or risks.&lt;br /&gt;
* In [[image processing]], cross-correlation is used for [[template matching]], where a small image or template is located within a larger image.&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
Cross-correlation has several important properties:&lt;br /&gt;
&lt;br /&gt;
* Symmetry: The cross-correlation \(R_{fg}(\tau)\) is not necessarily symmetric; \(R_{fg}(\tau) \neq R_{gf}(\tau)\) in general, which means the cross-correlation of \(f\) with \(g\) is not the same as \(g\) with \(f\) when \(\tau\) is not zero.&lt;br /&gt;
* Normalization: To compare cross-correlations between different pairs of signals, it is often useful to normalize the cross-correlation function, so that the values range between -1 and 1.&lt;br /&gt;
* Maximum at zero lag: If two signals are identical, their cross-correlation will reach its maximum value at zero lag, indicating perfect correlation.&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
While cross-correlation is a powerful tool, it has limitations:&lt;br /&gt;
&lt;br /&gt;
* It assumes linear relationships between the time series and may not capture nonlinear interactions.&lt;br /&gt;
* The presence of noise in the signals can significantly affect the accuracy of the cross-correlation measurement.&lt;br /&gt;
* It does not provide information about the causality between the two time series.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Autocorrelation]]&lt;br /&gt;
* [[Convolution]]&lt;br /&gt;
* [[Correlation coefficient]]&lt;br /&gt;
* [[Signal processing]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Statistics]]&lt;br /&gt;
[[Category:Signal processing]]&lt;br /&gt;
[[Category:Time series analysis]]&lt;br /&gt;
&lt;br /&gt;
{{math-stub}}&lt;/div&gt;</summary>
		<author><name>Prab</name></author>
	</entry>
</feed>