#include "Qdos.h"#include "qplug_if.h"#include "qdutil.h"#include "GenericMinVar.h"#include "GenericResidue.h"Functions | |
| QdRMatrix_var | Q_MVAB_calc (QdRMatrixSeq_var B, QdRMatrixSeq_var V, QdRMatrix_var U, QdRMatrixSeq_var Valf, QdRScalarSeq_var N, double *wl, double *cc, int nestsize, bool doHT) |
| Calculates the covariance matrix of the magnetic field. | |
| QdRMatrix_var | V_HofTel (QdRMatrixSeq_var B, QdRMatrixSeq_var V, int nestsize) |
| Returns the DeHoffmann-Teller velocity for the given magnetic field and plasma velocity. The electric field used in the calculation is taken from the proxy E = - V x B. | |
| double | slope (QdRMatrixSeq_var X_in, QdRMatrixSeq_var Y_in, int n) |
| calculates the regression line | |
| double | correlationCoeff (QdRMatrixSeq_var X_in, QdRMatrixSeq_var Y_in, int n) |
| calculates the correlation coefficient between two 3 element vectors | |
| double correlationCoeff | ( | QdRMatrixSeq_var | X_in, | |
| QdRMatrixSeq_var | Y_in, | |||
| int | n | |||
| ) |
| QdRMatrix_var Q_MVAB_calc | ( | QdRMatrixSeq_var | B, | |
| QdRMatrixSeq_var | V, | |||
| QdRMatrix_var | U, | |||
| QdRMatrixSeq_var | Valf, | |||
| QdRScalarSeq_var | N, | |||
| double * | wl, | |||
| double * | cc, | |||
| int | nestsize, | |||
| bool | doHT | |||
| ) |
Calculates the covariance matrix of the magnetic field.
| double slope | ( | QdRMatrixSeq_var | X_in, | |
| QdRMatrixSeq_var | Y_in, | |||
| int | n | |||
| ) |
| QdRMatrix_var V_HofTel | ( | QdRMatrixSeq_var | B, | |
| QdRMatrixSeq_var | V, | |||
| int | nestsize | |||
| ) |
Returns the DeHoffmann-Teller velocity for the given magnetic field and plasma velocity. The electric field used in the calculation is taken from the proxy E = - V x B.
1.5.7