![]() |
Ginan
|
Functions | |
| double | round_perr (double dx, double var) |
| Probability of error (assuming normal distribution) | |
| int | simple_round (Trace &trace, GinAR_mtx &mtrx, GinAR_opt opt) |
| Simple integer Rounding. | |
| int | interat_round (Trace &trace, GinAR_mtx &mtrx, GinAR_opt &opt) |
| Iterative Rounding. | |
| bool | LTDL_factorization (GinAR_mtx &mtrx) |
| int | Ztrans_reduction (Trace &trace, GinAR_mtx &mtrx) |
| Lambda decorrelation (trough Z transform) | |
| int | integer_bootst (Trace &trace, GinAR_mtx &mtrx, GinAR_opt &opt) |
| Integer bootstrapping. | |
| int | lambda_search (Trace &trace, GinAR_mtx &mtrx, GinAR_opt opt) |
| Lambda algorithm and its variations (ILQ, Common set, BIE) | |
| int | GNSS_AR (Trace &trace, GinAR_mtx &mtrx, GinAR_opt opt) |
| Ambiguity resolution function for Ginan. | |
Ambiguity resolution function for Ginan.
| trace | Debug trace |
| mtrx | Reference to structure containing float values and covariance |
| opt | Object containing processing options |
Integer bootstrapping.
| trace | Debug trace |
| mtrx | Reference to structure containing float values and covariance |
| opt | Object containing processing options |
Iterative Rounding.
| trace | Debug trace |
| mtrx | Reference to structure containing float values and covariance |
| opt | Object containing processing options |
Lambda algorithm and its variations (ILQ, Common set, BIE)
| trace | Debug trace |
| mtrx | Reference to structure containing float values and covariance |
| opt | Object containing processing options |
| bool LTDL_factorization | ( | GinAR_mtx & | mtrx | ) |
| mtrx | Reference to structure containing float values and covariance |
| double round_perr | ( | double | dx, |
| double | var ) |
Probability of error (assuming normal distribution)
| dx | Distance between value and mean |
| var | Variance |
Simple integer Rounding.
| trace | Debug trace |
| mtrx | Reference to structure containing float values and covariance |
| opt | Object containing processing options |