MOOS 0.2375
|
#include <MOOSGenLib/MOOSGenLibGlobalHelper.h>
#include "MOOSNavLibGlobalHelper.h"
#include <sstream>
#include <iomanip>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | MOOSMatrixTrace (const Matrix &Mat, const string &sStr) |
double | MOOS_WRAP_ANGLE (double d, bool Radians) |
bool | MOOSGetJacobian (Matrix &J, const Matrix &XAbout, int nOut, int nIn, bool(*pfn)(Matrix &XOut, Matrix &XIn, void *pParam), void *pParam) |
bool | MOOSChiSquaredTest (Matrix &Innovation, Matrix &Cov, bool bAlreadyInverted) |
double MOOS_WRAP_ANGLE | ( | double | d, |
bool | Radians | ||
) |
Definition at line 74 of file CMOOSNavLibGlobalHelper.cpp.
this performs an n degree of freedom Chi squared test in the vector Innovation given its covariance matrix Cov. The degrees of freedom is ROWS(Innovation)
Definition at line 152 of file CMOOSNavLibGlobalHelper.cpp.
bool MOOSGetJacobian | ( | Matrix & | J, |
const Matrix & | XAbout, | ||
int | nOut, | ||
int | nIn, | ||
bool(*)(Matrix &XOut, Matrix &XIn, void *pParam) | pfn, | ||
void * | pParam | ||
) |
Definition at line 100 of file CMOOSNavLibGlobalHelper.cpp.
void MOOSMatrixTrace | ( | const Matrix & | Mat, |
const string & | sStr | ||
) |
Definition at line 40 of file CMOOSNavLibGlobalHelper.cpp.