Next Article in Journal
On the Mistaken Use of the Chi-Square Test in Benford’s Law
Next Article in Special Issue
Robust Fitting of a Wrapped Normal Model to Multivariate Circular Data and Outlier Detection
Previous Article in Journal
Fiducial Inference on the Right Censored Birnbaum–Saunders Data via Gibbs Sampler
Previous Article in Special Issue
fsdaSAS: A Package for Robust Regression for Very Large Datasets Including the Batch Forward Search
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Analysis of ‘Pre-Fit’ Datasets of gLAB by Robust Statistical Techniques

by
Maria Teresa Alonso
1,†,
Carlo Ferigato
2,*,†,
Deimos Ibanez Segura
1,†,
Domenico Perrotta
2,†,
Adria Rovira-Garcia
1,† and
Emmanuele Sordini
2,†
1
Research Group of Astronomy and GEomatics (gAGE), Universitat Politecnica de Catalunya—UPC, C/. Jordi Girona 1-3, Campus Nord, 08034 Barcelona, Spain
2
European Commission, Joint Research Centre—JRC, via Enrico Fermi, 2749 21027 Ispra, Italy
*
Author to whom correspondence should be addressed.
The authors contributed equally to this work.
Stats 2021, 4(2), 400-418; https://doi.org/10.3390/stats4020026
Submission received: 15 April 2021 / Revised: 14 May 2021 / Accepted: 15 May 2021 / Published: 24 May 2021
(This article belongs to the Special Issue Robust Statistics in Action)

Abstract

:
The GNSS LABoratory tool (gLAB) is an interactive educational suite of applications for processing data from the Global Navigation Satellite System (GNSS). gLAB is composed of several data analysis modules that compute the solution of the problem of determining a position by means of GNSS measurements. The present work aimed to improve the pre-fit outlier detection function of gLAB since outliers, if undetected, deteriorate the obtained position coordinates. The methodology exploits robust statistical tools for regression provided by the Flexible Statistics and Data Analysis (FSDA) toolbox, an extension of MATLAB for the analysis of complex datasets. Our results show how the robust analysis FSDA technique improves the capability of detecting actual outliers in GNSS measurements, with respect to the present gLAB pre-fit outlier detection function. This study concludes that robust statistical analysis techniques, when applied to the pre-fit layer of gLAB, improve the overall reliability and accuracy of the positioning solution.

1. Introduction

The Global Navigation Satellite System (GNSS) provides positioning, velocity and timing (PVT) services to users equipped with appropriate hardware (i.e., an antenna and a receiver) [1]. There are four GNSS constellations that allow users to compute their PVT on a global basis (i.e., worldwide), two of which have already declared their full operational capability (FOC). Namely, the Global Positioning System (GPS, US Air Force), completed in 1994; the Global Navigation Satellite System (GLONASS, Russian Federal Space Agency) completed in 1995 (and restored in 2011). Two additional constellations are being completed and thus have not reached FOC: the BeiDou Navigation Satellite System (BDS, China National Space Administration) and Galileo (European Union). The Multi-GNSS Experiment (MGEX) [2] of the International GNSS Service (IGS) [3] monitors the rapid development of GNSS constellations. The processing of GNSS data is an essential part of PVT determination [4]. Once the receiver has acquired and demodulated the radio frequency GNSS signals from the antenna, it generates the code and carrier-phase measurements (the so-called observables). Then, these observables undergo a series of processing steps so that they can be used to estimate the PVT of the GNSS receiver by means of least squares (LS) or the Kalman filter [5], among other methods. Several software packages exist that are capable of processing GNSS data automatically.
The GNSS LABoratory tool (gLAB) is an advanced educational multi-purpose software used for processing and analyzing GNSS data [6]. The research group of Astronomy and Geomatics (gAGE) started developing gLAB in 2009, in the context of the European Space Agency (ESA) educational program on satellite navigation (EDUNAV). After one decade of evolution, gLAB capabilities include the most common GNSS navigation modes: stand-alone positioning, differential-mode, and augmented positioning with integrity. gLAB is open source and allows to fully control its internal processing through its many configuration options. This is a great advantage with respect to proprietary GNSS data processing programs produced by receiver manufacturers, which do not allow any modification and hence, from the user/scientific point of view, are black boxes. The processing core of gLAB is structured in five highly configurable modules. These modules mimic the aforementioned processing steps, being quite standard in commercial software receiver packages. For completeness, those modules are briefly summarized as follows:
  • The INPUT module: interfaces with the standard input files and the rest of the program. It implements all the reading capabilities and stores the data in the memory structures of gLAB, that contain, as minimum, the raw measurements and the pseudo-Keplerian elements that allow computing the GNSS satellite position and its clock offset.
  • The PREPROCESSING module: checks and selects the read data to be further processed. It detects cycle-slips (i.e., discontinuities) in the carrier-phase measurements, decimates the input data to a lower processing rate (if required) and selects which satellites and which constellations are used in the following modules, among other functions.
  • The MODELLING module: provides an accurate model of the measurements from the receiver to each tracked satellite. In this regard, the pseudorange measurements P r e c s a t can be written according to [4] as
    P r e c s a t = ρ r e c s a t + c ( δ t r e c δ t s a t ) + T r o p r e c s a t + I o n r e c s a t + I F B s a t + ε r e c s a t ; s a t = 1 , , n
    where ρ r e c s a t is the geometric distance between the receiver and the satellite, c stands for the velocity of light, δ t r e c and δ t s a t are the receiver and satellite clock offsets, T r o p r e c s a t and I o n r e c s a t are the propagation delays occurring at the troposphere and ionosphere respectively, I F B s a t is the satellite inter-frequency biases (IFB), and ε r e c s a t accounts for the measurement noise. The output of the MODELLING module are the pre-fit residuals, i.e., the difference between the preprocessed measurements and the sum of the model terms:
    p r e f i t r e c s a t = P r e c s a t P m o d e l r e c s a t ; s a t = 1 , , n
    Considering the model terms described in the standard point positioning (SPP) [7], the pre-fit residuals result in:
    p r e f i t r e c s a t = ρ r e c s a t + c δ t r e c + ε r e c s a t ; s a t = 1 , , n
    where Equation (3) contains four unknowns: three receiver coordinates in the geometric distance ρ r e c s a t = ( ( x r e c x s a t ) 2 + ( y r e c y s a t ) 2 + ( z r e c z s a t ) 2 ) and the time offset of the receiver clock offset δ t r e c , with respect to GNSS time.
  • The FILTER module: implements an extended Kalman filter to obtain the estimations of the receiver PVT from the pre-fit residuals. The filter outputs the values of the estimated unknowns together with its co-variance, as a measure of the uncertainty in the estimation process.
  • The OUTPUT module: is in charge of printing intermediate and final results in a structured manner. This allows extracting useful and complete information at any point in the GNSS data processing chain.
Both in gLAB and in commercial software packages, PVT estimation can be deteriorated by outliers. Outliers can be intuitively defined as elements of a sample qualitatively distinct as ‘bad’ compared to the majority of the sample considered as ‘good’. Note that it is not said that outliers are ‘wrong’ data; they are data needing a ‘careful look’, since their ‘being distinct’ from the majority could lead to unreliable estimates. Outlier detection, by a comparative or quantitative evaluation of their quality of ‘being distinct’, is a central component of PVT estimation.
The aim of the present work was to improve the outlier detection capabilities of gLAB by working at the intermediate step between the MODELLING and the FILTER modules. To this aim, we considered as basic dataset the pre-fit residuals as in Equation (2) above. In this GNSS context, outliers can be more precisely defined as pre-fit residual values from a particular satellite that are too different from the pre-fit residuals median (computed including all satellites). Note that by pre-fit residuals we mean something distinct from residuals in regression theory; the different use of the word residuals should be clear from the context. The most common reason for the presence of outliers in the pre-fit residuals is the multipath effect, when GNSS signals from low-elevation satellites reach the antenna along multiple paths, following a reflection in the ground or surrounding structure. Other outlier sources are the malfunctioning of the receiver or satellite hardware. For the latter, the ground segment (GS) of each constellation constantly monitors the status of its satellites using a worldwide distribution of permanent stations. Thus, the GS can inform users of satellite anomalies by means of the healthy flag broadcast in the navigation message that is typically refreshed every two hours. In contrast, anomalies at one particular isolated receiver are more difficult to detect, as there is no redundancy of measurements. In this case, receiver autonomous integrity monitoring (RAIM) must be applied, following [8]. In the simplest form of position computation, as described in standard point positioning (SPP) [7], the pre-fit residuals of all satellites in view are fit by ordinary least squares, OLS, to three coordinates and one time-offset unknowns in an over-determined system of equations. The severity of outlier mis-detection depends on the magnitude of the outlier, on satellite geometry and on the user application. Safety of life (SoL) applications such as civil aviation or autonomous driving require specialized techniques to ensure positioning integrity (i.e., the measure of trust that can be placed in the correctness of the information supplied by a navigation system).
The qualitative distinction of outliers from the majority of the sample is immediately remarked when values are graphically represented in an appropriate way. For example, with reference to Figure 1, the ‘V-shaped’ set of points in the lower-left part is promptly perceived as ‘distinct from the majority of the sample’; the appropriate graphical representation of data remains today, when possible, an instrument for outlier detection by visual screening. When visual screening is not possible, or a fine-drawn decision has to be taken, automated techniques must be used. George Edward Pelham Box, in 1953, coined the term robust in relation to this need, but this (certainly older) concept was formalized in a proper discipline only later, starting from the mid-1960s. Roughly speaking, robust statistics can now be seen as an operational approach to the treatment of outliers; treatment that can range from the detection and elimination of outliers from the sample to some degree of mitigation of their effects on the choice and computation of estimators. The standard example of resistance to outliers of an estimator is given by comparing the effect of a single diverging value y on the sample mean and the sample median: the mean being immediately influenced by this value of y, while the median is resistant. The degree of resistance to the outliers of an estimator is represented by a parameter called breakdown point. The breakdown point of the sample mean is 0 % while the breakdown point for the median is 50 % since it can tolerate up to 50 % of ‘gross errors’ in data before diverging.
The use of robust statistics techniques for GNSS positioning is a growing field both in applications and in methodological aspects. Examples of the applications of robust statistics to positioning problems can be found in artificial intelligence [9] and geodesy [10]. Concerning the methodological aspects, an example of improvement of the SPP algorithm by using Huber M-estimators can be found in [11] while in [12] a form of robust Kalman filtering is used in the kinematic positioning component. These two methodological aspects can be referred to the MODELLING and FILTER modules of gLAB. To our knowledge, there are no other attempts in the literature to improve the position solution with robust statistics by exploiting the pre-fit residuals, i.e., by working at the connection between the MODELLING and the FILTER modules, as in the gLAB architecture.
The Flexible Statistics and Data Analysis (FSDA) toolbox [13] is a MATLAB module gathering a comprehensive set of statistical functions for the analysis of data. The original aim of this library of functions was to extend the MATLAB Statistics Toolbox with forward search analysis [14]. FSDA was subsequently extended and now includes all the main robust multivariate and regression tools, complemented by instruments for robust transformations and the interactive graphical exploration of data; it is available for Windows, Unix and MacOS platforms. (FSDA is copyright of the European Commission and the University of Parma. It is protected under European Union Public Licence (EUPL) [15], which is a free software licence granting recipients rights to modify and redistribute the code. FSDA is distributed through GitHub https://github.com/UniprJRC/FSDA—accessed on 15 May 2021— and the MATLAB community https://www.mathworks.com/matlabcentral/fileexchange/72999-fsda (accessed on 15 May 2021). A complete documentation with examples, datasets and tutorials is available at http://rosa.unipr.it/FSDA (accessed on 15 May 2021). A version of the suite with selected functionalities is also available in R at https://cran.r-project.org/web/packages/fsdaR/index.html (accessed on 15 May 2021) and in SAS, upon request to the JRC co-authors.) The analysis of pre-fit datasets reported in this article can be considered as our first attempt to apply robust statistical techniques as provided by the FSDA toolbox to PVT estimation.
After a description of the typical data and the problems to be faced in Section 2, with a first essay employing the traditional robust estimator least median of squares (LMS), we proceeded with the use of other FSDA functions for outlier detection still applied to relatively large samples of data. We did not use the full potential of FSDA, however, with the aim of comparing the results obtained at the beginning of Section 2 with LMS, we exploited least trimmed squares (LTS) and forward search (FS). In Section 3, a more precise analysis is done by considering samples whose cardinality is coherent with practical use: relatively short time windows of ten samples. In Section 4, the results of our analysis are summarized together with an indication of the directions of future work.

2. Structure of the Dataset and Preliminary Analysis

In this section, our study uses actual and publicly available data collected by a Javad ‘TRE_G3TH’ receiver, installed at a permanent station named KIR0 in Sweden. This is a standard geodetic-grade receiver as those usually found in the IGS network. (IGS data can be downloaded from the URL https://www.igs.org/data/—accessed on 15 May 2021.) The day of the experiment is the day of the year (DoY) 203 of 2018 (i.e., November 4th). Code pseudorange C1C measurements are logged with a period of 30 s, i.e., the sampling frequency is 1 / 30 Hz, so we have 2880 epochs for the entire day. Each epoch contains a record, as in Table 1, for each satellite ‘visible’ and ‘tracked’ by the receiver.
Figure 1 illustrates the dataset which contains 24 h of pre-fit residuals, the output of the gLAB MODELLING module. This dataset contains both the pseudorange data corrected for some inconsistencies by the PREPROCESS module as briefly explained above, and the pseudorange data as predicted by the model. The computation of the pseudorange takes into account a number of model corrections following the SPP [7]. Note that, since we are using a fixed station with known coordinates and the satellite positions can be obtained from the broadcast navigation message of the satellites, we can compute the geometric range, the measured range in Table 1, for each of the tracked satellites. Then, the pre-fit residuals in Equation (3) turn into:
p r e f i t r e c s a t = c δ t r e c + ε r e c s a t ; s a t = 1 , , n
Therefore, we should expect all pre-fit residuals from all satellites around the receiver clock offset value c δ t r e c to be only distinguishable by the noise of the measurement, ε r e c s a t . Under normal conditions, this pseudorange noise reaches one meter at the high elevation of the satellite and few to several meters at low elevations.
In Table 1, an excerpt of two epochs from the complete data table of about 32,000 rows was reported; this table contains the satellite identifier and the pre-fit value, the plain difference between modeled and measured range. Note that at the first epoch, 30.00 , the order of magnitude of the pre-fit is about 1 meter for all satellites while at epoch 77,520, corresponding to hours 21 h 32 in Figure 1, satellite 3 shows a pre-fit of about 16 m, probably caused by its low elevation. It is remarked that it is general practice not to consider in the solution of the positioning problem the satellites with ‘low’ elevation. gLAB, while operating in SPP mode, excludes by default satellites with an elevation below five degrees already in the PREPROCESSING module.
As a first essay with the dataset, we apply a LMS regression. The least median of squares estimator [16], described in more detail below, is historically among the first improvements of OLS and is implemented in FSDA by the LXS function. For LXS, we used a very conservative estimate, which was a Bonferroni-corrected [17] confidence level of 1 0.01 / N 0.9999997 where N is the number of observations— 32 , 000 in the present case. The quantity 0.01 / N 3 × 10 7 can be considered as the probability to falsely declare a dataset as contaminated by outliers, when one is testing a large number of genuine datasets.
Figure 2 represents the outlier detection against LMS regression on 24 h of samples. The result with respect to other estimators, compared to LMS below in this section, will also be referred to in this Figure. With reference to Figure 2, the median pre-fit value for the whole dataset is 0.2183 m. This rather small value indicates that the receiver is steering its clock to the GPS time, hence the receiver clock offset value c δ t r e c is close to 0 in Equation (4). The confidence interval found corresponds to about ± 5 m. The two main groups of outliers were already evident by visual inspection in Figure 1. The “V-shaped” subset between hours 4 and 8 and the smaller group at about hour 22 are correctly identified by LMS. It is remarked that three distinct points at about hours 9, 12 and 17, very close to the limits of the confidence interval, are marked as outliers as well.
After this first essay on the data by LMS regression, three remarks can be made:
1
The outlier detection by visual screening and LMS regression with Bonferroni correction give comparable results;
2
Many robust methods (including those implemented in FSDA) are based on the assumption that the error component of the data analyzed is normally distributed. As the actual distribution can of course deviate from this common assumption, the confidence intervals are just ‘nominal’ in that the actual proportion of outliers detected can differ from the expected one.
3
The outlier detection algorithm presently used by gLAB, based on an heuristic threshold of 40 m:
  • epochs := set of considered epochs;
  • median := median of all pre-fit values in all epochs;
  • for each epoch in epochs
  •  for each satellite s in epoch
  •   if | prefit(s) - median | > treshold
  •    then discard satellite s in current epoch.
would have not detected the obvious outliers.
We now exploit, on the same dataset, two other estimators in addition to LMS above: least trimmed squares (LTS) and forward search (FS) as implemented in the FSDA toolkit. A detailed description of these methods with their actual implementation in FSDA can be found in [18]. The three robust regression methods build a linear model upon a set of data points composed of a vector of independent variables and one dependent variable. In our case, the data points would be structured, as shown in Table 1, as a vector of independent variables containing at least ( epoch , satellite , elevation ) and with the pre-fit as the dependent variable. This would lead to a multi-variate distribution. We adopted a simplification, by considering the dataset as a sample from a uni-variate distribution allowing, in each epoch, for the repetition of the observations. While computing the linear model, we will not make distinctions among the individual satellites and we will not consider the elevation and other information included in the complete satellite’s messages.
The formal expression of the linear model (with intercept) is: y = x θ 1 + θ 2 + ε , where ε represents a normally distributed error and x represents now the pairs ( epoch , satellite ) . Given n as the cardinality of the dataset, the set of data points will be { x i , y i } 1 i n with y i the pre-fit and x i representing a distinct pair ( epoch , satellite ) . The model is then computed by estimating with θ ^ i the parameters θ i with respect to an appropriate objective function of the residuals: r i = y i ( x i θ ^ 1 + θ ^ 2 ) . The objective functions to minimize are, respectively, the sum of the squares of the residuals for OLS, the median of the squares of the residuals for LMS and the sum of the squares of a selected subset of the residuals for LTS [16]:
min θ ^ i n r i 2 min θ ^ median i r i 2 min θ ^ i h r i : n 2
where r i : n 2 is the ordered set of the squared residuals r 1 : n 2 r 2 : n 2 r n : n 2 and h decides the appropriate subset of the points considered. Typically, for LTS, h is chosen with a breakdown point of 50% ( h = 0.5 · n ) but it can be automatically increased according to the estimate of the residuals variance [16]. This re-weighting step allows keeping the desired robustness while increasing the efficiency of the estimator θ ^ i .
The forward search further exploits the re-weighting idea by building a sequence of data subsets of increasing size, and fitting a sequence of estimators θ ^ i m , m 0 m n , on them. More precisely, the forward process starts with a first small subset of m 0 data points, where θ ^ i m 0 is estimated with LMS or LTS. Note that m 0 can just be equal to the number of parameters, so the computational burden required by the initial LMS or LTS application is very limited. Then, the process continues by repeatedly computing θ ^ i m with the OLS on the subsequent subsets of cardinality m 0 < m n . Building the subset with the units with smallest m + 1 squared residuals requires the computation of the m + 1 order statistic in a vector of n numbers, which is known to have linear computational complexity (full or partial sorting of the residuals is not necessary). The process is iterated with OLS in steps m : = m + 1 until the cardinality of the subsets reaches the cardinality n of the dataset. Figure 10 illustrates the signal detection mechanism of the FS using data in a window of 10 epochs.
Figure 2 reports the comprehensive result of the application of the estimators of LMS as above, LTS with re-weighting and Bonferroni correction and FS to the whole dataset. The outcomes of LTS and FS are identical and can be compared with the outcome of LMS. As in Figure 2, the difference between LMS on one side and LTS and FS on the other are in the three outliers close to the limits of the confidence interval of about 5 m. Overall, the three estimators give the same results while LTS and FS yield a somewhat different performance compared to LMS, in dependence of the judgment (outliers or main population) for the points at the border of the confidence interval.

3. Analysis with Time Windows

In this section, we further deepened our investigation by applying the previous methods to a sliding time window of ten epochs. The dataset used in this case belongs to the permanent station named HUEG, located in Germany, for DoY 060 of 2019 (i.e., March 1st). Although the receiver is a Javad ‘TRE_G3TH’, the same model as the one used in the preliminary analysis of Section 2 above, the clock of the receiver (i.e., δ t r e c in Equation (4)) is not steered to GPS time, presenting a rapid drift as illustrated in the left plot of Figure 3. According to the interface control document (ICD) [19], the receiver clock offset can have any value within a ± 0.5 ms (i.e., ± 150 km). When it reaches the minimum (or maximum) limit, it must reset to remain within the prescribed range of ± 0.5 ms Therefore, in order to analyze the pre-fit residuals containing such clock behaviors, a detrending procedure must be applied. Moreover, as a step towards real-time applications, in this section, we use a sliding window rather than analyzing the complete time window of 24 h at once.
Thus, in order to eliminate the clock drift prior to outlier detection, we performed a linear detrending to all pre-fit residuals. This detrending is obtained by subtracting the instantaneous median value at each epoch. The right plot of Figure 3 illustrates the result of such detrending. We can observe few outliers at some particular satellites that were hidden by the clock drift in the original ‘raw’ pre-fit residuals depicted in the left plot of Figure 3. While most of the outliers range within 100 m, GPS satellite 6 presents an outlier that reaches more than 400 m. This outlier is simultaneously observed in other permanent stations, thus it is attributable to some satellite anomaly. Indeed, the Notice Advisory to Navstar Users (NANU) number 2019029 [20] was issued, reporting that the GPS06 satellite was unusable that day.
We now apply the outlier detection algorithms based on LMS, LTS and FS to the HUEG dataset. With the aim of developing an efficient mechanism for outlier detection of pre-fit values, we chose a relatively small time window of ten epochs. That is, the window considers five minutes of data for each computation, sliding along the whole 24 h of observations. This choice is arbitrary and is done only as a kind of compromise between the need for a decision about unreliable satellites within ‘few’ minutes and having a meaningful set of data. The outliers, computed by using data of the whole window, are assigned to the epoch ‘entering’ the window itself.
Figure 4 shows the comprehensive results of outlier detection for the defined time window with LMS, LTS and FS and the evolution of mean and median in each case. The plots of mean and median monitoring do not show big differences. This is not surprising since the outliers are similar in the three cases. FS shows ‘more centered’ means and medians, meaning a better selection of outliers, and possibly, a cleaner output. Moreover, the mean shows, in the three cases, a ‘displacement’ towards negative values; a comment on this will be given in Section 4.2 below.
Figure 5 shows the respective computing times for LMS, LTS and FS for each time window lasting 10 epochs on a Quad Core Intel i7, 2.9 GHz machine. Table 2 reports the respective computing times—cumulative and median—for all 10 epochs windows, and shows a clear computational advantage in using FS in spite of its greater theoretical complexity over LMS and LTS. This computational advantage is due to the efficient implementation of the FS algorithm in FSDA. The three drops of LTS and LMS in computing time are coincident with consecutive epochs containing the lowest number of satellites (i.e., 7) included in the computation. The difference in performance between LMS and LTS on one side and FS in these specific intervals, with a time drop on one hand and almost no change on the other hand, is due to the different computational complexity of the methods, as explained below.
Table 2 and Figure 5 show the respective computing times for the three methods on the HUEG dataset (24 h of measurements sampled every 30 s) and the same time window length (of 10 epochs). The clear advantage of the FS might be surprising, given that the method relies on a process that can iterate as many times as the size of the data sample to be analyzed, say n. Several factors determine the advantage over LMS and LTS. The first one is that LMS and LTS need a minimum number of random samples of size n / 2 selected with computationally intensive ‘sampling without replacement’ methods. This explains why Figure 5 shows a visible drop in computing corresponding to the three intervals where data come from only 7 satellites instead of 9–10 as in the majority of cases.
Instead, the FS is initialized with an LMS/LTS regression estimated on very few data points (those sufficient to fit the regression line, therefore two points as a minimum, in our case) and this is computationally trivial. Then, it progresses with a sequence of order statistics and OLS computations, which are also computationally simple. Finally, FS can start monitoring for potential signals only in the final part of the search, and this additionally reduces its computational burden. As a reference, on the same machine, the computation of the SPP by gLAB with only the default outliers (satellites with a pre-fit residual greater than forty meters and with elevation lower than five degrees) is done, resulting in a median over eleven trials of 1.078 s on the same dataset. In this setting, i.e., the MATLAB-interpreted version of FS, the time overhead for the FS computation in the case of a moving window results in 30.56 s. However, it is noted that although in its interpreted version (i.e., not compiled), FS processes 24 h of data in half a minute, which enables real-time operations.

4. Results, Discussion and Proposal for Further Work

4.1. Positioning Results

This section illustrates how actual outliers present in the pre-fit residuals deteriorate the PVT estimated within the FILTER module. The coordinates of permanent stations are known with errors at the centimeter level. Then, because the magnitude of the outliers is at the few meters level, we can use the positions of permanent receivers as a reference truth to infer the impact of such outliers in the position estimates.
Figure 6 depicts, at every epoch, the 3D errors of KIR0, computed with the norm of the difference between the XYZ coordinates estimated using the pre-fit residuals and the reference coordinates. The red color depicts the positioning error without taking any action to filter outliers, whereas the blue color shows the errors when outliers are identified and removed following the preliminary analysis with the LMS of Section 2 above. It can be seen how the original 3D errors grow up to 12 m, coincidentally with the time the GPS satellite 32 is observed in Figure 1. Figure 6 and its numerical counterpart Table 3, show that once these outliers are detected and removed, the 3D error is kept at the level of a few meters, as expected in the typical SPP.
Figure 7 depicts the 3D errors of HUEG, following the same method to produce Figure 6 for KIR0. In this case, the original 3D error obtained with SPP reaches almost 120 m, due to the presence of the outliers previously depicted in Figure 3. In contrast, 3D errors obtained with robust statistics present an accuracy of about one order of magnitude better in terms of RMS, as confirmed in Table 3. There are some discrepancies between the positioning errors obtained by the LTS, LMS and FS methods, which witness an overall good performance of all the three robust estimators and confirm the good trade-off between results and computational efficiency provided by the FS.

4.2. Discussion

Figure 8 is a detail of Figure 7 for small position errors; Figure 9 is a zoom of Figure 8 for the time period between 18 and 23 h. As can be seen in the upper part of the plot, most of the time, robust outlier detection methods improve the 3D position errors of the original SPP obtained from pre-fit residuals with outliers.
However, there are four epochs between 21 h 00 and 21 h 30 , in which the solution, especially when the outliers found with FS are removed, is deteriorated compared to the original one. In order to explain such a result, the bottom plot depicts the geometric dilution of precision (GDOP), which is a measure of how the measurement noise impacts (i.e., dilutes) the positioning accuracy (see, for instance [4,7]).
The GDOP metric evaluates the geometric distribution of the satellites over the sky, only being computed with the elevation and azimuth of the satellites whose measurements determine the position in the FILTER module. The GDOP depends not only on the number of satellites used to compute the coordinates, but also on its distribution in the sky. In this regard, discarding satellites typically increases the GDOP and the positioning error. At 21 h 15 , it can be seen that the GDOP values for the FS reach four times the GDOP values of the original solution, which uses nine satellites in view with an elevation greater than 5 degrees. The reason is that the FS discards two low-elevation satellites that greatly contribute to the positioning estimation. Fortunately, these high GDOP values are an indication to the user that the coordinates are being estimated with a weak geometry and consequently should be used with caution.
There are a number of measures to mitigate the deterioration in the positioning error. First, one should use a more accurate modeling of the measurements than the one used in SPP, as in [21]. This would, in principle, reduce the dispersion of the pre-fit residuals, easing outlier detection. Second, one should consider the pre-fit residuals obtained from distributions other than the normal one for detecting outliers. Third, the information of the satellite geometry (elevation and azimuth) should be included in the robust methods, since the present exercise has done a blind examination taking into consideration only pre-fit residuals, but not, for instance, their possible correlations. Fourth and finally, the robustness of the Kalman filter itself should be increased, coordinating the effort of the outlier detection in the pre-fit residuals domain and in the final filtering module domain.
Figure 10 shows in detail the behavior of FS during one of the computations described in Section 3 on a time window of 5 min, starting at 20 h 34 . The horizontal axis represents the size m of the subset used at a given step of the FS process to fit the regression model. The FS process is such that outliers enter the subset ‘towards the end’. The vertical purple lines show the moment when the monitored statistic (minimum deletion residual— r m i n ( m , n ) —among the observations not yet included in the subset) exceeds the confidence bands at different levels of significance. The FS algorithm checks whether the exceedance from the bands is not spurious (that is, it remains persistently out of the confidence limits in the sense formalized by [22]), identifies its precise position, in addition to the units forming a homogeneous subset, and ultimately those to be declared outliers. Note that the progression of r m i n ( m , n ) ( m = 45 , , 90 in the example) re-enters in the middle of the confidence bands at the end of the FS: this is the so-called ‘masking effect’ occurring in presence of outliers if all the data fit, such as the case of OLS. In this case, outliers mask each other and one cannot detect them. In a nutshell: OLS provides only r m i n ( n , n ) , which is excellent if all the n data points are good; LTS/LMS only provide the very robust fit for r m i n ( n / 2 , n ) , which is excellent if there are many outliers (up to n / 2 ); FS mediates between the two extremes by providing a sequence of fits with r m i n ( m , n ) , m = m 0 , , n and by identifying the optimal subset with m * good units.
Figure 11 gives three views of the intercepts estimated as the moving window of 10 epochs progresses with time. The top panels represent the distribution of the deviations of the estimated values from the desired one, which should be zero. The histogram suggests that the fluctuations observed in the time representation of the bottom panel are rather symmetrical. On the other hand, the view provided by the normal probability plot on the top right, which compares the empirical distribution of the intercept estimates to the normal, indicates the extent to which the left and right tails deviating from the normal differ. This suggests the presence of a small systematic bias in the way positions are received.
This possibility is corroborated by the experiments performed with the robust estimators in Section 3 above, which raise some questions. While considering the plots of the mean and median in Figure 4, we already remarked that the mean looks ‘biased’ by the negative outliers. These problematic data points correspond to pre-fit residuals of low-elevation satellites, when the receiver is rising or setting above the local horizon. In such circumstances, the SPP cannot accurately model propagation delays (e.g., at troposphere and at ionosphere). Moreover, the noise of the measurements increases due to multipath (i.e., reflections of the GNSS signal on the ground or metallic structures). A more precise modeling of the measurements to the one used in SPP (see for instance, [21]) would, in principle, reduce the dispersion of the pre-fit residuals. This would probably ease the detection of outliers, although new borderline cases (i.e., on the limit to be considered as outliers) would appear.

4.3. Further Work

There have been several attempts at using robust statistics techniques in GNSS positioning, as mentioned in Section 1. Our study relies on the specific gLAB module dealing with the analysis of pre-fit data where the difference between the modeled and computed range, the pre-fit residuals as in Table 1, is meaningful. In this case, we showed that outlier detection via FS gives an advantage both in terms of number of true outliers found and computational efficiency with respect to LMS and LTS. This advantage can be further improved by considering all the information available, like elevation, geometric dilution of precision and correlation between epochs and satellites. Moreover, it is quite natural to wonder whether robust methods can be used in other modules of gLAB, namely the PREPROCESSING and the FILTER modules, in order to distribute the effort of the outlier detection and ultimately improve the quality of SPP and possibly, the precise point positioning (PPP) [23]. Another research direction would be to apply the FSDA functions to actual data collected by a moving receiver, as for instance autonomous drones [24]. In this regard, we remark that the current implementation of the Kalman filter in the FILTER module is the classical one, hence it is not robust. This kind of analysis will probably involve the use of robust time series, a topic which will be the main subject for the continuation of the present work. By aiming at ‘real-time’ applications, we note that the translation in C language of the FSDA functions is a task currently in progress that should improve the time overhead in the use of robust methods remarked at the end of Section 3. A subsequent analysis of the flow of data in the C code could lead to a parallel implementation of the basic routines and a subsequent translation in an appropriate high-level language for hardware design.

5. Conclusions

The position solution computed by means of satellite measurements strongly depends on how the data are processed. The present study is concerned with thesStandard point positioning employed in the mass-market receivers, and exploits the pre-fit residuals of datasets referred to the position of permanent receivers. The normal flow of data through software packages for GNSS processing is considered by using gLAB as a reference. In the main steps of this flow of data, the treatment of pre-fit residuals comes immediately before the final FILTER module that outputs the computed coordinates. The experiments done in this specific case show positive results and pave the way for a number of further improvements and studies, as indicated in Section 4.2 and Section 4.3, on the potential use of robust statistics for GNSS positioning. These improvements are in line with a present trend in the use of robust statistics for GNSS positioning, as briefly mentioned in Section 1. The element of novelty added in this work is in the use of forward search techniques and in the exploitation of pre-fit residuals. The results on positioning presented in Section 4.1 prove that the robust statistical methods used correctly identify the actual outliers present in the GNSS measurements, contributing in this way to the improvement of accuracy and the reliability of satellite-based positioning services. Among the points listed in Section 4.2 for further reflection, it was remarked once more that users shall, as in any other positioning method, observe the GDOP metric to decide whether the coordinates are being estimated with a weak geometry, especially in the event of discarding multiple satellites.

Author Contributions

Conceptualization, A.R.-G. and C.F.; methodology, M.T.A. and D.P.; software, D.I.S. and E.S. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the Spanish Ministry of Science, Innovation and Universities project RTI2018-094295-B-I00 and in part by the Horizon 2020 Marie Skłodowska-Curie Individual Global Fellowship 797461 NAVSCIN.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Reference to IGS data is reported in Section 2.

Acknowledgments

The authors acknowledge the use of data and products provided by the International GNSS Service.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Parkinson, B.; Spilker, J.; Enge, P. Global Positioning System, Vols I and II, Theory and Applications; American Institute of Aeronautics: Reston, VA, USA, 1996. [Google Scholar]
  2. Montenbruck, O.; Steigenberger, P.; Prange, L.; Deng, Z.; Zhao, Q.; Perosanz, F.; Romero, I.; Noll, C.; Stürze, A.; Weber, G.; et al. The Multi-GNSS Experiment (MGEX) of the International GNSS Service (IGS) — Achievements, prospects and challenges. Adv. Space Res. 2017, 59, 1671–1697. [Google Scholar] [CrossRef]
  3. Beutler, G.; Rothacher, M.; Schaer, S.; Springer, T.; Kouba, J.; Neilan, R. The International GPS Service (IGS): An interdisciplinary service in support of Earth sciences. Adv. Space Res. 1999, 23, 631–653. [Google Scholar] [CrossRef]
  4. Sanz, J.; Juan, J.M.; Hernández-Pajares, M. GNSS Data Processing, Vol. I: Fundamentals and Algorithms; ESTEC TM-23/1; ESA Communications: Noordwijk, The Netherlands, 2013. [Google Scholar]
  5. Kalman, R.E. A New Approach to Linear Filtering and Prediction Problems. Trans. ASME J. Basic Eng. 1960, 82, 35–45. [Google Scholar] [CrossRef] [Green Version]
  6. Ibáñez-Segura, D.; Rovira-Garcia, A.; Alonso, M.T.; Sanz, J.; Juan, J.M.; González-Casado, G.; López-Martínez, M. EGNOS 1046 Maritime Service Assessment. Sensors 2020, 20, 276. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  7. U.S. Government—GPS/SPS-PS. Global Positioning System Standard Positioning Service. Performance Standard. 2008. Available online: http://www.gps.gov/technical/ps/2008-SPS-performance-standard.pdf (accessed on 15 May 2021).
  8. Walter, T.; Enge, P. Weighted RAIM for Precision Approach. In Proceedings of the 8th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GPS 1995), Palm Springs, CA, USA, 12–15 September 1995; pp. 1995–2004. [Google Scholar]
  9. Zair, S.; Le Hégarat-Mascle, S. Evidential framework for robust localization using raw GNSS data. Eng. Appl. Artif. Intell. 2017, 61, 126–135. [Google Scholar] [CrossRef]
  10. Kreemer, C.; Blewitt, G. Robust estimation of spatially varying common-mode components in GPS time-series. J. Geod. 2021, 95, 1–19. [Google Scholar] [CrossRef]
  11. Angrisano, A.; Gaglione, S. Mitigation of leverage observation effects in GNSS robust positioning. In Proceedings of the 2018 IEEE International Workshop on Metrology for the Sea; Learning to Measure Sea Health Parameters (MetroSea), Bari, Italy, 8–10 October 2018; pp. 278–282. [Google Scholar] [CrossRef]
  12. Liu, W.; Li, J.; Zenga, Q.; Guo, F.; Wu, R.; Zhang, X. An improved robust Kalman filtering strategy for GNSS kinematic positioning considering small cycle slips. Adv. Space Res. 2019, 63, 2724–2734. [Google Scholar] [CrossRef]
  13. Riani, M.; Perrotta, D.; Torti, F. FSDA: A MATLAB toolbox for robust analysis and interactive data exploration. Chemom. Intell. Lab. Syst. 2012, 116, 17–32. [Google Scholar] [CrossRef]
  14. Atkinson, A.C.; Riani, M. Robust Diagnostic Regression Analysis; Springer: Berlin/Heidelberg, Germany, 2000. [Google Scholar]
  15. European Commission. European Union Public License (EUPL). Version 1.2. 2017. Available online: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 (accessed on 15 May 2021).
  16. Rousseeuw, P.J. Least Medians of Squares Regression. J. Am. Stat. Assoc. 1984, 79, 871–880. [Google Scholar] [CrossRef]
  17. Benjamini, Y.; Hochberg, Y. Controlling the False Discovery Rate: A Practical and Powerful Approach to Multiple Testing. J. R. Stat. Soc. Ser. B 1995, 57, 289–300. [Google Scholar] [CrossRef]
  18. Torti, F.; Perrotta, D.; Atkinson, A.C.; Riani, M. Benchmark testing of algorithms for very robust regression: FS, LMS and LTS. Comput. Stat. Data Anal. 2012, 56, 2501–2512. [Google Scholar] [CrossRef]
  19. ARINC Research Corporation. Navstar GPS Space Segment/Navigation User Interfaces (ICD-GPS-200). 2000. Available online: https://www.gps.gov/technical/icwg/ICD-GPS-200C.pdf (accessed on 15 May 2021).
  20. U.S. Coast Guard Navigation Center. Notice Advisory to Navstar Users (NANU); 2019. Available online: https://navcen.uscg.gov/?pageName=selectNanuByNumber (accessed on 15 May 2021).
  21. Rovira-Garcia, A.; Ibáñez-Segura, D.; Orús-Perez, R.; Juan, J.M.; Sanz, J.; González-Casado, G. Assessing the quality of ionospheric models through GNSS positioning error: Methodology and results. GPS Solut. 2019, 24. [Google Scholar] [CrossRef] [Green Version]
  22. Torti, F. Advances in the Forward Search: Methodological and Applied Contributions. Ph.D. Thesis, Universita’degli Studi di Udine, Padova, Italy, 2011. [Google Scholar]
  23. Zumberge, J.F.; Heflin, M.B.; Jefferson, D.C.; Watkins, M.M.; Webb, F.H. Precise Point Positioning for the efficient and robust analysis of GPS data from large networks. J. Geophys. Res. Solid Earth 1997, 102, 5005–5017. [Google Scholar] [CrossRef] [Green Version]
  24. Catlos, M.; Kurdel, P.; Sedlakova, A.N.; Labun, J.; Ceskovic, M. Continual monitoring of precision of aerial transport objects. In Proceedings of the NTAD 2018—13th International Scientific Conference—New Trends in Aviation Development, Kosice, Slovakia, 30–31 August 2018; pp. 76–81. [Google Scholar] [CrossRef]
Figure 1. Raw actual pre-fit residuals recorded by station KIR0 on 4 November 2018. The pre-fit residuals for all satellites are depicted in blue color, while pre-fit residuals for GPS satellites 3 and 32 are depicted in red and black, respectively, to highlight some outliers.
Figure 1. Raw actual pre-fit residuals recorded by station KIR0 on 4 November 2018. The pre-fit residuals for all satellites are depicted in blue color, while pre-fit residuals for GPS satellites 3 and 32 are depicted in red and black, respectively, to highlight some outliers.
Stats 04 00026 g001
Figure 2. Dataset from 4th November 2018 (day 203 of year 2018). A single application to all data of LMS, re-weighted LTS and FS produces the outliers in red. More precisely, the red ‘+’ symbols are detected by all methods, while LMS also detects the red ‘*’ associated to an absolute pre-fit of about 5 m. FS is applied in the standard form, calibrated to simultaneous 1 % confidence level while, to ensure same significance, we corrected the LMS and LTS with Bonferroni.
Figure 2. Dataset from 4th November 2018 (day 203 of year 2018). A single application to all data of LMS, re-weighted LTS and FS produces the outliers in red. More precisely, the red ‘+’ symbols are detected by all methods, while LMS also detects the red ‘*’ associated to an absolute pre-fit of about 5 m. FS is applied in the standard form, calibrated to simultaneous 1 % confidence level while, to ensure same significance, we corrected the LMS and LTS with Bonferroni.
Stats 04 00026 g002
Figure 3. Actual pre-fit residuals recorded by station HUEG during 1 March 2019. The left plot depicts the raw pre-fit residuals, whereas the right plot depicts the pre-fit residuals linearly detrended. All satellites are depicted in blue color, while pre-fit residuals with outliers are depicted with colors.
Figure 3. Actual pre-fit residuals recorded by station HUEG during 1 March 2019. The left plot depicts the raw pre-fit residuals, whereas the right plot depicts the pre-fit residuals linearly detrended. All satellites are depicted in blue color, while pre-fit residuals with outliers are depicted with colors.
Stats 04 00026 g003
Figure 4. Outlier detection against LMS regression (top), LTS (middle) and FS (bottom) with a sliding time window of 10 epochs. The left column depicts the pre-fit residuals (blue) with outliers as marked in red, whereas the right column depicts the evolution of mean (blue) and median (black) in each case. FS shows ‘more centered’ means and medians with respect to LMS and LTS.
Figure 4. Outlier detection against LMS regression (top), LTS (middle) and FS (bottom) with a sliding time window of 10 epochs. The left column depicts the pre-fit residuals (blue) with outliers as marked in red, whereas the right column depicts the evolution of mean (blue) and median (black) in each case. FS shows ‘more centered’ means and medians with respect to LMS and LTS.
Stats 04 00026 g004
Figure 5. Comparison of computing times for LMS, LTS and FS on time windows of 10 epochs.
Figure 5. Comparison of computing times for LMS, LTS and FS on time windows of 10 epochs.
Stats 04 00026 g005
Figure 6. 3D position errors of KIR0 using the SPP. In red, the original PVT obtained without detecting and removing outliers. In blue, the PVT achieved detecting and filtering the outliers with LMS.
Figure 6. 3D position errors of KIR0 using the SPP. In red, the original PVT obtained without detecting and removing outliers. In blue, the PVT achieved detecting and filtering the outliers with LMS.
Stats 04 00026 g006
Figure 7. 3D position errors of HUEG using the SPP. In red, the original PVT obtained without detecting outliers. The PVT obtained after removing the outliers detected by LMS (blue), LTS (green) and FS (black).
Figure 7. 3D position errors of HUEG using the SPP. In red, the original PVT obtained without detecting outliers. The PVT obtained after removing the outliers detected by LMS (blue), LTS (green) and FS (black).
Stats 04 00026 g007
Figure 8. Zoom of Figure 7 for positioning errors smaller than 10 m. 3D position errors of HUEG using the SPP. In red, the original PVT obtained without detecting outliers. The PVT obtained after removing the outliers detected by LMS (blue), LTS (green) and FS (black).
Figure 8. Zoom of Figure 7 for positioning errors smaller than 10 m. 3D position errors of HUEG using the SPP. In red, the original PVT obtained without detecting outliers. The PVT obtained after removing the outliers detected by LMS (blue), LTS (green) and FS (black).
Stats 04 00026 g008
Figure 9. Zoom of Figure 8 for the time period comprised between 18 and 23 h. The top plot depicts the 3D position errors, whereas the bottom plot the GDOP.
Figure 9. Zoom of Figure 8 for the time period comprised between 18 and 23 h. The top plot depicts the 3D position errors, whereas the bottom plot the GDOP.
Stats 04 00026 g009
Figure 10. The FS outlier detection mechanism. The top panel enlarges Figure 4 (third row, first column) in an interesting zone between hours 19 and 22, where three somewhat deviating satellites were detected as outliers. The zone refers to the window of 10 epochs starting at iteration 2470 of 2879, that is at time 20 h 34 m . The bottom-left panel shows the n = 90 observations (9 satellites for 10 epochs) monitored in that zone; here, the x axis tick marks are unique observation identifiers (index-numbers) not necessarily ordered in time: they refer to the random order the satellites enter in the sliding window. The red crosses were detected as outliers by the FS, whose progress is shown on the right panel; the x axis ticks of the right panel refer in fact to the FS steps.
Figure 10. The FS outlier detection mechanism. The top panel enlarges Figure 4 (third row, first column) in an interesting zone between hours 19 and 22, where three somewhat deviating satellites were detected as outliers. The zone refers to the window of 10 epochs starting at iteration 2470 of 2879, that is at time 20 h 34 m . The bottom-left panel shows the n = 90 observations (9 satellites for 10 epochs) monitored in that zone; here, the x axis tick marks are unique observation identifiers (index-numbers) not necessarily ordered in time: they refer to the random order the satellites enter in the sliding window. The red crosses were detected as outliers by the FS, whose progress is shown on the right panel; the x axis ticks of the right panel refer in fact to the FS steps.
Stats 04 00026 g010
Figure 11. Monitoring the intercept estimates obtained with the FS on the basis of a moving time window of 10 epochs. Small deviances of the intercept estimates around zero indicate that the estimated pre-fit position remains stable. The time monitoring of the deviances (bottom panel) is complemented by views on the intercept fluctuations distribution (top left histogram) and normality departure (top right normal probability plot). The x axes of the upper panels refer again to the deviance, while the y axes refer, respectively, as it is customary, to the bin frequencies and the cumulative normal distribution function evaluated at the empirical deviance values.
Figure 11. Monitoring the intercept estimates obtained with the FS on the basis of a moving time window of 10 epochs. Small deviances of the intercept estimates around zero indicate that the estimated pre-fit position remains stable. The time monitoring of the deviances (bottom panel) is complemented by views on the intercept fluctuations distribution (top left histogram) and normality departure (top right normal probability plot). The x axes of the upper panels refer again to the deviance, while the y axes refer, respectively, as it is customary, to the bin frequencies and the cumulative normal distribution function evaluated at the empirical deviance values.
Stats 04 00026 g011
Table 1. Excerpt from the pre-fit data table. Epoch in seconds, pre-fit and ranges in meters, elevation of the satellites in degrees.
Table 1. Excerpt from the pre-fit data table. Epoch in seconds, pre-fit and ranges in meters, elevation of the satellites in degrees.
YearDoYEpochConst.SatellitePre-FitMeasured RangeModeled RangeElevation
201820330.00GPS301.128520,774,695.882020,774,694.753562.830
201820330.00GPS70.506220,902,305.042020,902,304.535862.107
201820330.00GPS50.637321,449,496.258021,449,495.620748.474
201820330.00GPS130.067822,580,115.950022,580,115.882232.131
201820330.00GPS27−0.736723,106,933.946023,106,934.682723.969
201820330.00GPS211.501724,496,859.078024,496,857.576319.849
201820330.00GPS9−0.662423,870,542.702023,870,543.364416.482
201820330.00GPS8−0.312724,198,683.300024,198,683.612714.795
201820330.00GPS28−1.096324,119,609.340024,119,610.436313.659
201820330.00GPS160.360224,836,613.836024,836,613.47589.066
201820377,520.00GPS90.639920,249,609.706020,249,609.066172.297
201820377,520.00GPS23−0.218721,521,386.738021,521,386.956750.623
201820377,520.00GPS22.209722,539,967.270022,539,965.060337.848
201820377,520.00GPS26−0.691022,878,625.408022,878,626.099029.222
201820377,520.00GPS16−0.461922,622,817.830022,622,818.291929.130
201820377,520.00GPS6−0.270722,930,857.288022,930,857.558727.353
201820377,520.00GPS70.153523,373,509.606023,373,509.452526.341
201820377,520.00GPS290.011123,390,396.584023,390,396.572921.900
201820377,520.00GPS5−0.818523,946,589.782023,946,590.600516.100
201820377,520.00GPS3−16.249725,180,666.694025,180,682.94375.478
Table 2. Computing times for the three estimators. The sliding window version of the MATLAB script is applied to the same dataset and with the same MATLAB version.
Table 2. Computing times for the three estimators. The sliding window version of the MATLAB script is applied to the same dataset and with the same MATLAB version.
EstimatorCumulative (s)Median of Ten Epochs Windows (ms)
LMS54.1618.65
LTS58.2620.12
FS30.5610.55
Table 3. Mean, median, 68th and 95th percentiles and RMS of the positioning errors obtained for the two permanent stations, KIR0 and HUEG, applying different outlier detection methods. Note that the ‘NONE’ method only excludes satellites with an elevation lower than 5 degrees.
Table 3. Mean, median, 68th and 95th percentiles and RMS of the positioning errors obtained for the two permanent stations, KIR0 and HUEG, applying different outlier detection methods. Note that the ‘NONE’ method only excludes satellites with an elevation lower than 5 degrees.
StationOutlier Detection Method3D Positioning Error (m)
Mean50%68%95%RMS
KIR0NONE2.211.612.136.832.93
KIR0LMS1.551.441.762.901.70
HUEGNONE5.232.573.056.0015.21
HUEGLMS2.232.152.673.842.41
HUEGLTS2.452.392.843.962.60
HUEGFS2.262.182.673.872.44
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Alonso, M.T.; Ferigato, C.; Ibanez Segura, D.; Perrotta, D.; Rovira-Garcia, A.; Sordini, E. Analysis of ‘Pre-Fit’ Datasets of gLAB by Robust Statistical Techniques. Stats 2021, 4, 400-418. https://doi.org/10.3390/stats4020026

AMA Style

Alonso MT, Ferigato C, Ibanez Segura D, Perrotta D, Rovira-Garcia A, Sordini E. Analysis of ‘Pre-Fit’ Datasets of gLAB by Robust Statistical Techniques. Stats. 2021; 4(2):400-418. https://doi.org/10.3390/stats4020026

Chicago/Turabian Style

Alonso, Maria Teresa, Carlo Ferigato, Deimos Ibanez Segura, Domenico Perrotta, Adria Rovira-Garcia, and Emmanuele Sordini. 2021. "Analysis of ‘Pre-Fit’ Datasets of gLAB by Robust Statistical Techniques" Stats 4, no. 2: 400-418. https://doi.org/10.3390/stats4020026

Article Metrics

Back to TopTop