Transfer functions¶
It is possible to calculate out the transfer function for each window (and evaluation frequency). Whilst the geoelectric and geomagnetic fields may vary with time, the components of the transfer function should stay constant through time. Calculating out transfer function components on an evaluation frequency basis for each window allows the study of the variation in transfer function components over time and the identification of noisy windows which should be removed from further analysis.
Note
Currently, the only transfer function calculated out by statistics is the impedance tensor
Important
The resistics name for the transfer function statistic is: transferFunction.
The components of the transfer function statistic are:
Ex Hx Real
Ex Hx Imag
Ex Hy Real
Ex Hy Imag
Ey Hx Real
Ey Hx Imag
Ey Hy Real
Ey Hy Imag
An example of window-by-window transfer function esimates over time is shown below.
Standard linear regression methods are maximum likelihood estimators for Gaussian distributed data. In situations where the regression data does not meet this criteria, linear regression can give poor results (hence the need for robust regression methods). A useful way to view the transfer function statistic is as a histogram to see how well the windows meet the Gaussian distribution assumption.
Note
Using robust statistical methods to calculate out total impedance tensors does mitigate against both input and output outliers. However, removing these completely by excluding the windows from solution is even better protection.
This dataset does appear to be quite well distributed. Another useful way to look at the data is using crossplots. This will plot the transfer function estimates on the complex plane.
Crossplots are simply scatter plots. If there are many points on scatter plots, it is not usually possible to see where the majority are. Therefore, density plots like the one below can be useful to see where the majority of the data is located.
A second set of plots for 128 Hz sampled data is shown below. In general, the below dataset is less noisy, though there are some very large outliers.