Processing math: 88%

    Home          Downloads          SPD on the web          Links

[← Arai plot statistics]     [↑ SPD on the web]      [pTRM check statistics →]

4 Directional statistics

Statistic: Dec and Inc
Report to 1 d.p.

The declination (Dec) and the inclination (Inc) of NRM direction of the paleointensity data over the same range of points used for the paleointensity estimates. Dec and Inc are calculated using the principal component analysis (PCA) method of Kirschvink (1980) and may be obtained from either a free-floating or anchored fit.

The method of applying PCA to paleomagnetic data is as follows. Let X1,i, X2,i, and X3,i denote the x, y, and z Cartesian coordinates of the NRM vector of the selected points (i=startend). The center of mass of the data is given by the ordinates ¯X1, ¯X2, and ¯X3. ¯X1=endi=startX1,in;   ¯X2=endi=startX2,in;   ¯X3=endi=startX3,in

The coordinates of the NRM vector are then transformed to be centered about ¯X1, ¯X2, and ¯X3. X1,i=X1,i¯X1;   X2,i=X2,i¯X2;   X3,i=X3,i¯X3, where X1,i, X2,i, and X3,i are the transformed coordinates. A fit anchored to the origin of the component diagram can be obtained by setting [¯X1, ¯X2, ¯X3] to [0, 0, 0].

The orientation tensor, T, of the transformed NRM data is defined as: T=(X1,iX1,iX1,iX2,iX1,iX3,iX1,iX2,iX2,iX2,iX2,iX3,iX1,iX3,iX2,iX3,iX3,iX3,i). This orientation tensor is usually constructed within sample or geographic coordinates and consists of six independent elements. Typically, none of these elements zero. When the non-diagonal elements of T are non-zero the vector components described by this coordinate system are not independent, they are correlated. There exists, however, a coordinate system in which the orientation tensor can be expressed in terms of three independent orthogonal components. The axes of this coordinates system are known as the eigenvectors of the matrix and can be expressed in linear algebra form as: TV=τV, where V is a matrix that contains the three eigenvectors (also know as principal axes) and τ is a diagonal matrix that contains the three eigenvalues. When ranked by τ, such that τ3<τ2<τ1, the principal axis (i.e., V1=[V1,x,V1,y,V1,z]) corresponds to axis of the characteristic paleomagnetic direction.

Numerical Tip...
PCA is a widely used technique and numerous programming languages have inbuilt PCA functions. In MATLAB, for example, the command [V, tau]=eig(T) returns V and τ. The equivalent in Python is tau,V=numpy.linalg.eig(T).

It should be noted, however, that paleomagnetic direction may be either parallel or anti-parallel to V1 and the sense of direction must be established. To do this, we define a reference vector (R) defined as the difference between the first and last NRM vector measurements: R=Xi=startXi=end=[X1,startX1,end,X2,startX2,end,X3,startX3,end].

The vector dot product of V1 and R is then determined. dot=V1R=V1,x×Rx+V1,y×Ry+V1,z×Rz

The range of dot is then truncated to exist only over [-1, 1].

if dot<1 then
    dot=1
else if dot>1 then
    dot=1
end if

The principal paleomagnetic direction (PD=[PDx,PDy,PDz] can be given a sense of direction along V1 as follows.

if arccos(dot)>π2 then
    PD=V1
else
    PD=V1
end if

The declination (Dec) and inclination (Inc) of principal paleomagnetic direction can be calculated.

if PDx<0 then
    Dec=arctan(PDyPDx)+180
else if PDx>0 and PDy0 then
    Dec=arctan(PDyPDx)+360
else
    Dec=arctan(PDyPDx)
end if

<
Inc=arctan(PDzPD2x+PD2y)

Useful Note...
The choice of free-floating or anchored fit should be stated by using subscripts on Dec and Inc. That is, DecFree and IncFree for a free-floating fit and DecAnc. and IncAnc. for an anchored fit.

 

Statistic: MADAnc. and MADFree
Report to 1 d.p.

MADAnc. and MADFree are Maximum Angular Deviation (MAD) of the anchored and free-floating, respectively, directional fits to the paleomagnetic vector on a vector component diagram (Kirschvink, 1980). Determined from the paleointensity demagnetization steps.

MAD is calculated as: MAD=arctan(τ2+τ3τ1), where τ3<τ2<τ1 are the eigenvalues of the PCA matrix.

 

Statistic: α
Report to 1 d.p.

Angular difference between the anchored and free-floating best-fit directions on a vector component diagram.

Numerical Tip...
Most directional parameters are related to the angle between two vectors. The angle between two vectors (denoted a and b) can be calculated by a simple rearrangement of the formulation for the dot product: θ=arccos(ab|a||b|). This approach, however, can be prone to numerical inaccuracies when θ is close to zero or π. For most practical purposes this should not be an issue, but the following alternative formulation can be used to avoid these inaccuracies: θ=arctan(|a×b|ab), where × denotes the vector cross product. The atan2 function in most programing languages can be used to determine the appropriate quadrant. N.B. The above fraction is equivalent to yx in the terminology of most atan2 functions.

 

Statistic: α
Report to 1 d.p.

Angular difference between the anchored best-fit direction from the paleointensity experiment and an independent measure of the paleomagnetic direction (Kissel and Laj, 2004). The independent direction can be derived from a separate demagnetization experiment or from a known reference direction.

 

Statistic: θ
Report to 1 d.p.

The angle between the applied field direction and the ChRM direction of the NRM as determined from the free-floating PCA fit to the selected demagnetization steps of the paleointensity experiment.

 

Statistic: DANG
Report to 1 d.p.

The Deviation ANGle: the angle between the free-floating best-fit direction and the direction between data center of mass [¯X1,¯X2,¯X3] and the origin of the vector component diagram (Tanaka and Kobayashi, 2003; Tauxe and Staudigel, 2004).

 

Statistic: NRMdev
Report to 1 d.p.

The intensity deviation of the free-floating principal component from the origin of the vector component diagram, normalized by the total NRM intensity (YInt.; Tanaka and Kobayashi, 2003). NRMdev=sin(DANG)¯X12+¯X22+¯X32|YInt.|×100

 

Statistic: γ
Report to 1 d.p.

The angle between the pTRM acquired at the last step used for the best-fit segment (i.e., TRMi=end) and the applied field direction (BLab). γ can be used as a quick check to assess if a sample is strongly influenced by anisotropic TRM. See Section 8 for further information of measuring and quantifying anisotropy of TRM.

 

Statistic: CRM(%)
Report to 1 d.p.

To detect the potential acquisition of chemical remanent magnetization (CRM), Coe et al. (1984) proposed CRM(%) to measure the deflection the NRM vector towards the direction of BLab as would be expected during the formation of CRM. A schematic illustration of the quantities involved in the calculation of CRM(%) are shown in Figure 4. To determine CRM(%) the characteristic remanent magnetization (ChRM) direction needs to be known. This must be determined from an independent demagnetization experiment.

Figure 4. Illustration of an NRM vector (NRMi) being deflected from the expected ChRM direction toward the applied field direction (BLab) by the acquisition of CRM during laboratory heating.

First, the magnitude of the CRM vector is determined: CRMi= where \left\|\mathbf{NRM}_i\right\| denotes the length of the \mathbf{NRM}_i vector, which is equivalent to y_i.

CRM(\%) is the maximum value of CRM_i over the selected best-fit Arai segment, normalized by the length of the TRM portion of best-fit Arai line: CRM(\%)=\frac{\max{\left\{CRM_i\right\}}_{i=start, \ldots, end}}{\Delta{x'}}\times{100}.

Useful Note...
In the original work by Coe CRM(\%) was originally called "R". We have renamed this statistic to avoid confusion with the "R"'s related to Arai plot linearity and line-fitting (R_{corr}^2 and R_{det}^2) and the length of the resultant vector when undertaking a Fisher analysis of paleomagnetic directions. It should be noted that some older studies denote CRM(\%) and "R".

 

↑ TOP