Private Functions

Contents

Index

Private Functions

PlateKinematics.CheckCovarianceFunction
CheckCovariance(covMatrix::Array{N, 2}) where {N<:Float64}

Check whether the covariance matrix yields any negative or imaginary eigenvalue.

source
PlateKinematics.CovToMatrixFunction
CovToMatrix(FR::Union{FiniteRotSph, FiniteRotCart})

Converts a Finite Rotations Covariance structure [radians^2] to a 3x3 symmetric Matrix [radians^2].

source
CovToMatrix(EVs::Union{EulerVectorSph, EulerVectorCart})

Convert an Euler Vector Covariance structure [radians²/Myr²] to a 3x3 symmetric Matrix [degrees²/Myr²].

source
PlateKinematics.ReplaceCovariaceEigsFunction
ReplaceCovariaceEigs(covMatrix::Array{N, 2}) where {N<:Float64}

Checks if a covariance-matrix has negative or imaginary eigenvalues, and replace the diagonal elements (variances) with an average of the positive eigenvalues, while the other elements (covariances) are replaced by zeros.

source

Mutate Structs

PlateKinematics.ChangeCovarianceFunction
ChangeCovariance(
    FRs::FiniteRotSph, newCovariance::Union{Covariance, Array{N}}) where {N<:Float64}

Change the ::Covariance (covariance elements) of FRs with newCovariance.

source

Others