CUSUM-Based Real-Time Risk Metrics for Augmented GPS and GNSS

Size: px
Start display at page:

Download "CUSUM-Based Real-Time Risk Metrics for Augmented GPS and GNSS"

Transcription

1 CUSUM-Based Real-Time Risk Metrics for Augmented GPS and GNSS Sam Pullen, Jiyun Lee, Gang Xie, and Per Enge Department of Aeronautics and Astronautics, Stanford University ABSTRACT Sigma monitoring is a key component of the real-time integrity verification capability demonstrated by the Stanford University Local Area Augmentation System (LAAS) Ground Facility prototype known as the Integrity Monitor Testbed (IMT). The IMT has both sigma estimation and sigma Cumulative Sum (CUSUM) algorithms to detect small and large sigma violations, respectively. When combined with a prior probability distribution for the sigma parameter being monitored and the use of Bayes rule, the CUSUM can provide a realtime posterior distribution of sigma based on the current CUSUM state. This paper presents the methodology for this Bayesian CUSUM technique and shows how it could be used to enhance integrity monitoring while better preserving continuity and availability. 1.0 Introduction The key to real-time integrity verification in GNSS augmentation systems such as Ground Based Augmentation Systems (GBAS) and Space Based Augmentation Systems (SBAS) is the computation of real-time protection levels by aircraft. Protection levels provide bounds on position-domain error at the required integrity probabilities based on the quality of GBAS or SBAS corrections and the visible satellite geometry. The key input to these calculations is the standard deviation (or sigma ) of nominal GBAS and SBAS range-domain corrections, which must bound the actual distributions of nominal errors with a zero-mean Gaussian distribution derived from that sigma. Since the tails of the underlying distribution are not well known and may change over time, the only way to do this is to broadcast conservative nominal sigmas and continually monitor them so that violations are detected within a reasonable time [1]. Two different sigma monitor algorithms have been implemented in the Stanford University Integrity Monitor Testbed (IMT), which is a prototype of a GBAS/LAAS ground facility. Both of these monitors use B-values as inputs. These B-values represent differences between multipath and receiver noise errors (after carrier smoothing) among the redundant LAAS Ground Facility (LGF) reference receivers (RRs), as illustrated in Figure 1 on the next page (see [3,4] for details). If a large and immediately-hazardous multipath error were to occur on one reference receiver, it would be observable in the B- values for that receiver and would be detected and excluded by the MRCC and EXM-IIA functions in Figure 1 [3]. Smaller anomalies which are not immediately hazardous need not be detected within the 3-second LGF time-to-alert. However, if they cause a Gaussian distribution with the broadcast sigma to no longer bound the true error distribution to the required integrity probability, they must be alerted and corrected within one hour to one day, depending on whether the resulting integrity risk increase is minimal or non-minimal [2]. As shown in Figure 2 on the next page, the sigma estimation algorithm, which simply estimates the sample standard deviation of the B-values for each satellite and reference receiver, can detect minimal sigma violations within the one-day requirement but cannot reliably detect non-minimal violations within one hour. A reliable estimate of sigma is not possible until at least 18 B-value inputs are collected over 1 hour (due to carrier smoothing and multipath, a 200-second interval between statisticallyindependent B-values is assumed). Because of the limited response time of sigma estimation, Cumulative Sum or CUSUM mean and sigma monitors have been added to the Stanford IMT. As Figure 2 shows, the CUSUM sigma monitor alerts large sigma anomalies (i.e., true sigmas greater than 1.7 times the broadcast sigma) more rapidly than sigma estimation. The CUSUM advantage is actually larger than what is shown in Figure 2 because the CUSUM responds immediately (rather than after one hour) and typically flags large sigma violations in less than one hour [4]. This paper extends the use of the CUSUM sigma monitor beyond simply alerting when a pre-set broadcast sigma value has been sufficiently exceeded. By combining the CUSUM with a straightforward application of Bayes Rule, we can infer the probability distribution of the true sigma as a function of the current CUSUM state. This gives GBAS and SBAS ground systems more

2 Figure 1: Sigma Monitors within Stanford University LGF Prototype; the Integrity Monitor Testbed (IMT) ground system as the most practical means of implementing a sigma CUSUM that meets the requirements of the Bayesian approach. Section 6.0 shows how this approach can be used in real time to respond to sigma anomalies with temporary increases in the broadcast sigma and/or measurement exclusions while warning of possible continuity loss ahead of time. Figure 2: Response Times (until P MD 0.001) for IMT Sigma Estimation and Sigma CUSUM Monitors flexibility in responding to sigma increases before an alert (possibly causing loss of user continuity) is required. Section 2.0 of this paper introduces the CUSUM sigma monitor technique, and Section 3.0 describes the Bayesian CUSUM approach in detail and discusses the selection and significance of the prior distribution of sigma. Section 4.0 illustrates this approach for an example prior sigma distribution and discusses how to evaluate and use the results. Section 5.0 proposes the addition of a remote Position Domain Monitor (PDM) to the GBAS/LAAS 2.0 Cumulative Sum (CUSUM) Sigma Monitor An effective means of detecting non-minimal sigma violations within the required one hour is the technique of Cumulative Sum (CUSUM) monitoring [4,5,6]. As implemented in the IMT, the sigma CUSUM monitor maintains cumulative sums (C + n ) of squared and normalized (by the broadcast sigma, which represents an upper bound on the nominal or in-control sigma) B- values (Y n ) for each receiver channel tracking a GPS satellite: Y n = BPR σ 2 µ 0, B (1) 0, B Because the CUSUM updates must be statistically independent in time, these updates are separated by 200 seconds, or twice the LGF carrier smoothing time constant. Note that incrementing a CUSUM with highlycorrelated inputs greater than the k factor will cause it to quickly exceed the threshold as similar values are added one after another; thus the CUSUM will also detect anomalous low-frequency multipath with a temporal

3 correlation significantly exceeding 200 seconds. The CUSUM starts at zero or a head-start value of H + > 0 and then increments each epoch by the size of the monitored input Y minus the desired failure slope k that is based on a target out of control sigma (σ 1 ) that represents failed performance: C C n = = 0 max (or use ' head start': H + ( 0, C + Y k ) n 1 ln n ( σ ) ln( σ ) + ) (2) k sigma = (3) ( 2σ ) ( ) 1 1 2σ 0 If the CUSUM falls below zero on a given epoch, it is reset to zero or to the head-start value. If the sum is above zero at any update epoch, the CUSUM is compared to a fixed threshold (h) that does not vary with time. If it accumulates to above the threshold, an alert is issued. Provided that the individual B-value inputs are statistically independent over time, CUSUMs follow the Markov property (since a running sum is incremented every epoch, the distribution of the CUSUM state at epoch i depends only on its state at the previous epoch i 1 and the distribution of the incrementing value at epoch i), which makes them straightforward to analyze via Markov Chains (MCs) [5,6]. Under either nominal or specified failure conditions (e.g., a given value of the true sigma), a "one-step" MC transition matrix P can be derived to give the probability of going from each discretized CUSUM state between zero and the threshold h on epoch i to each possible state on epoch i+1. From P, one can compute the steady-state distribution of the MC and thus determine how long, on average, it takes for the MC to exceed a given value (for the threshold h, this gives the average run length (ARL)). Multiplying P by itself d times (e.g., computing P d ) gives the transition probabilities between epoch i and epoch i+d, which allows one to determine, from the failure-state MC, the number of epochs required to exceed the threshold with a given missed-detection probability (see [4] for details). The normal process for designing a mean or sigma CUSUM monitor is to guess a threshold value h, form the nominal MC, and then solve for the nominal ARL, iterating on h until the nominal ARL is the inverse of the desired fault-free alert rate (based on a sub-allocation of the LGF continuity requirement). Then, changing the MC to represent the failed or "out-of-control" state, we compute the out-of-control ARL (or mean time to detect), and we successively multiply the P matrix by itself until it shows a probability of exceeding the threshold that is one minus the desired missed-detection probability [2,5]. The steady-state distribution of the CUSUM is defined by a vector x that satisfies xp = x, meaning that the distribution does not change from one epoch to the next. Figure 3: IMT CUSUM Sigma Monitor Response under Nominal Conditions Figure 4: IMT Sigma CUSUM Response with Injected Failure on SV 2, Reference Receiver 2 This vector can be found by solving the following matrix equation [5,7]: (I P P) x = 0 (4) where I P is the identity matrix with the same dimensions as P, and 0 denotes a corresponding vector of all zeros. This is equivalent to finding the null space of the matrix (I P P) and is straightforward in numerical computer applications such as MATLAB [8].

4 Note that if the MC has an absorbing state, such as the CUSUM state that exceeds the detection threshold and results in termination of the CUSUM, the steady-state (long-term) probability of being in that state will be one for any sigma greater than zero. In other words, for any positive sigma, the CUSUM will eventually cross the threshold and alert if one waits long enough. To avoid this result in practice, the transition matrix for the Bayesian CUSUM to be described in the next section is such that the CUSUM resets to zero (or to the head-start value) when the threshold is violated rather than terminating. In addition, the threshold for this purpose is assumed to be twice that of the actual threshold h so that the probability of re-setting after an alert is negligible. Figures 3 and 4 show typical responses of the CUSUM sigma monitor built into the Stanford IMT [4]. In this monitor, σ 1 = 2.0 and thus k = from (3). The detection threshold is h = 36, which gives a mean ARL of 10 7 epochs when the true σ = σ 0 = 1.0. The head-start value is H = h/2 (i.e., the CUSUM is reset to half of the threshold value every time it goes below zero and resets). Under nominal conditions in Figure 3, the k value exceeds the normalized, squared B-value input for most updates; thus a pattern of re-setting at h/2 and then drifting down to zero repeats endlessly. In Figure 4, an estimate of the code-phase error on satellite 2 and reference receiver 2 is made using a code-minus-carrier calculation (with an estimate of ionosphere delay removed). This estimate is then doubled and added to the original code-phase measurement on that channel, which simulates an increase in code-phase error by a factor of 3. The result is that most normalized, squared B-value inputs to the CUSUM significantly exceed the k-value, and the CUSUM alerts in three updates, or about 10 minutes (each B-value input is separated by 200 seconds to make them statistically independent under normal conditions). 3.0 CUSUM-Based Real-Time Risk Assessment As noted above, using the MC model, if the true system state (in this case, the normalized sigma being monitored) is given, one can compute the steady-state probability of being in any given CUSUM state between zero and the detection threshold (provided that detection is not modeled as an absorbing state). From an LGF standpoint, it would be very useful to reverse this probabilistic inference to give a real-time estimate of the probability distribution of the true sigma given the current CUSUM state. In addition, if we assume that the CUSUM state is a complete picture of the total risk picture and that the tails of the error distribution modeled by sigma are sufficiently close to Gaussian (or otherwise of known shape, if not Gaussian), we could combine this posterior sigma distribution with a Gaussian extrapolation to estimate the real-time probability of exceeding the computed protection level given knowledge of the current CUSUM state. The resulting probability would be an approximation of the likelihood of a user hazard due to anomalous multipath errors in the LGF pseudorange corrections. Bayesian probabilistic inference provides us a natural means to do this if we can define the prior (premonitoring) distribution of the true sigma value. In its simplest form, Bayes Rule is a modification of a wellknown conditional probability identity: i ( B) Pr B A Pr ( A ) Pr A B Pr = (5) Dividing both sides by Pr(B) gives the most common expression of Bayes Rule for discrete probabilities [9]: i i Pr ( Ai ) ( B) Pr B A Pr Ai B = (6) Pr In our context, A i represents a specific value of sigma from among a continuous or discrete set of candidate sigmas, and B represents the CUSUM state. In other words (denoting the true LGF multipath and receiver noise sigma as σ pr_true and the discretized sigma CUSUM state as C): ( C) i ( σ ) Pr C σ pr _ true Pr pr _ true Pr σ pr _ true C = (7) Pr The left-hand side of this equation represents the desired probabilistic inference result (the probability of sigma given the current CUSUM state). The first term in the numerator of the right-hand side is the steady-state MC result derived from (4). The key thing that must be added to use (7) is an assessment of the prior distribution of the true LGF multipath and receiver noise error sigma prior to sigma monitoring. As described in [10], a combination of theoretical error modeling and empirical data collection and analysis of each intended LGF site is needed to establish broadcast σ pr_gnd values (as a function of satellite elevation and azimuth) that bound the true error distributions under all (or almost all) foreseeable circumstances. Since the true value of σ pr_gnd (or σ pr_true ) will vary with time and cannot be known exactly, using theoretical and experimental results to assign a probability distribution to σ pr_true is a reasonable step in the process of selecting the broadcast σ pr_gnd. The calculations needed to use (7) are most naturally done discretely (i.e., numerically); thus no specific form of the prior distribution is required it simply needs to be a valid probability distribution. Given a distribution for Pr(σ pr_true ), the marginal (non-conditional) distribution of the CUSUM state C in the denominator of (7) can be computed directly from the two terms in the numerator: Pr ( ) = Pr Pr ( σ ) C i C i pr _ true, j pr _ true, j j σ (8)

5 Figure 5: Example Prior Distribution of LGF σ pr_true where C i represents a specific discrete CUSUM state i between 0 and the threshold h, and σ pr_true,j represents a particular discrete value j of σ pr_true. Before exploring the utility of the Bayesian approach, it should be noted that the use of Bayesian statistical inference is controversial and is not universally accepted. The key dispute is not so much about the mathematics as about the philosophical implications of combining a partially subjective distribution (Pr(σ pr_true ), in this case) with one derived directly from mathematical analysis (the steady-state MC result Pr(C, σ pr_true ) in this case). On the other hand, the fields of decision-making under uncertainty and probabilistic risk assessment view Bayesian techniques as indispensable tools. For more discussion of the issues behind this debate, see [11]. 4.0 Bayesian CUSUM Results for Example Prior Sigma Distribution In this section, we will demonstrate the process of making Bayesian CUSUM calculations and the utility of the results based on an example prior probability distribution of σ pr_true shown (in semilog 1-CDF form) in Figure 5. This distribution was selected as broadly reasonable for practical LGF sites and is derived from a two-parameter Gamma(a,b) distribution with a = 20.5 and b = based on the MATLAB definition of the Gamma distribution [12]. Note that the Gamma distribution definition in [9] is Gamma(α,β), where β = 1/b. The mean of this distribution is a b = 0.492, which means that the broadcast σ pr_gnd of 1 is just over twice the mean sigma. The standard deviation is (a b 2 ) 0.5 = 0.109, so the broadcast σ pr_gnd is about 4.7 standard deviations above the mean sigma. However, the tail evolution of the Gamma distribution is significantly different from Gaussian. As shown in Figure 5, the probability of the true sigma exceeding σ pr_gnd is about 10-4, and the proba- Figure 6: Steady-State CUSUM Distributions as Functions of True Sigma bility of the true sigma exceeding 2σ pr_gnd is negligible (less than ). While this is not unreasonable, a morerealistic prior distribution might have a lower probability of exceeding σ pr_gnd (perhaps ) while having a higher probability of exceeding 2σ pr_gnd (perhaps ). It would be difficult to make a single Gamma distribution do this, but any valid probability distribution that best models the true sigma uncertainty in the system designer s mind could (and should) be used. Figure 6 shows the steady-state distribution (in probability density function or PDF format) of the CUSUM state (see Section 2.0) for a zero-start (H + = 0) version of the range-domain CUSUM monitor in the current IMT. Results are shown for several different values of σ pr_true, which represents σ 0 (the actual nominal sigma) in (3). The target out-of-control sigma (σ 1 in (3)) is 2.0, which gives a k value of from (3). Since the square of the normalized B-value is used to update the CUSUM in (1,2), it is instructive to compare the square root of k (k 0.5 = 1.359) to each possible value of σ pr_true. Recall that one definition of sigma is the average (or standard ) deviation of a given sample from the mean of the applicable distribution. Thus, if σ pr_true is less than k 0.5, the majority of CUSUM inputs Y n from (1) will be lower than k; thus the CUSUM will generally decrease toward zero and reset. The downward-trending PDF s for σ pr_true = 0.8, 1.0, and 1.2 in Figure 6 show this. The downward slope of the PDF decreases as σ pr_true approaches k 0.5 because the probability of a series of inputs exceeding k increases. Once σ pr_true exceeds k 0.5, the situation changes. Since the majority of inputs now exceed k, the CUSUM will generally increase toward the threshold and alert; thus the steady-state CUSUM PDF becomes essentially flat (each state between 0 and the threshold h is roughly equally likely, although state zero

6 Figure 7: Posterior Distribution of Sigma Given CUSUM State is more likely because it is the reset state). The degree to which σ pr_true exceeds k 0.5 determines the speed with which this occurs. The steady-state CUSUM distributions derived from (3) are used to fill in Pr(C σ pr_true ) in the Bayesian update equation (7). Since the prior probability of σ pr_true has also been selected, the calculations called for in (7) and (8) can be carried out to give the posterior distribution of σ pr_true given the CUSUM state. Figure 7 shows this result (in PDF format) for the prior distribution in Figure 5 and the steady-state CUSUM distributions given in Figure 6. The leftmost curve in Figure 7 gives the sigma distribution when the CUSUM is in its zero state. This distribution is similar to the prior distribution shown (in 1 CDF form) in Figure 5 but improves upon the prior more and more as σ pr_true increases. In other words, given that the CUSUM is in state zero, the probability that σ pr_true significantly exceeds σ pr_gnd is much lower than that given by the prior distribution of σ pr_true (when the CUSUM state is not known). As the CUSUM state increases toward the threshold h (the rightmost curve in Figure 7 represents that CUSUM state just below h), the distribution of σ pr_true shifts steadily to the right, meaning that values of σ pr_true greater than σ pr_gnd become more and more likely. Figure 8 shows the intermediate result from (8) the marginal probability distribution (over all possible values of σ pr_true ) of the CUSUM state in cumulative distribution or CDF format. The overall probability of being in CUSUM state zero is ; thus the CUSUM spends almost all of its time at or close to zero. The probability that the threshold h is exceeded is , which is below the design probability of 10-7 (1/ARL) because the actual σ pr_gnd is usually below the in-control sigma (σ 0 = 1) assumed in setting the CUSUM threshold. Note that this is a long-term average and is different from continuity Figure 8: Marginal Distribution of CUSUM State risk. Given a known current CUSUM state j and a known sigma, the probability of exceeding the CUSUM threshold after the next update is directly given by the (j, M+1) entry of the one-step MC transition matrix P for the given sigma (M+1 represents the discrete CUSUM state where the threshold h is exceeded) and is based on the assumed distribution of the normalized B-value input. (a Bayesian posterior transition matrix given the prior sigma distribution could be derived on a matrix element-byelement basis and is the subject of future work). Because the CUSUM is updated every 200 seconds, whereas the continuity requirement is defined per 15 or 30-second interval, the CUSUM update can be timed to minimize the actual probability of user continuity loss given a CUSUM alert. A means for doing this is discussed in Section 5. Figure 9: Mean Posterior H0 Integrity Risk Given CUSUM State

7 Figure 10: CUSUM ARLs Given Initial State and True Sigma Value Figure 9 uses the results in Figure 7 and the assumption of Gaussian tail probabilities to derive the mean (over the posterior distribution of sigma) posterior LAAS user H0 integrity risk given the current CUSUM state. This is useful both in real-time and in assessing the capability of the CUSUM sigma monitor both in real-time and offline (with respect to the LGF sigma monitor requirements). Section of the LGF Specification defines a minimal risk increase (due to σ pr_true > σ pr_gnd ) as an integrity risk increase of up to one order of magnitude increases beyond that are defined as non-minimal [2]. What is not clearly defined is the baseline integrity risk above which the system enters a minimal risk increase condition. Two possibilities exist: 1. The RTCA LAAS MASPS sub-allocation to the H0 hypothesis ( per 150-second aircraft approach duration); 2. The total LAAS MASPS integrity allocation to Performance Type (Category) I approaches ( per 150-second aircraft approach duration) [13]. The first interpretation is clearly acceptable since it is limited to the H0 sub-allocation bounded by σ pr_gnd. The discrete CUSUM state above which the mean H0 risk exceeds the H0 integrity sub-allocation is C min,1 = 6, and the CUSUM state above which the system enters a nonminimal risk increase condition is C non-min,1 = 11. From Figure 8, the long-term probabilities of being above CUSUM states 6 and 11 are about and , respectively. Under the more-liberal second interprettation, the minimal and non-minimal CUSUM states are significantly higher: C min,2 = 15 and C non-min,2 = 26, respectively. The key to the acceptability of these results is the expected CUSUM response upon entering the nonminimal condition. Since C non-min for both interpretations above is lower than the CUSUM threshold h = 36, and this threshold is set based on the continuity sub-allocation to sigma monitoring, the LGF cannot simply alert above C non-min. Figure 10 shows the CUSUM ARL or mean time to alert (exceeding the threshold h = 36) for differing initial CUSUM states (at a given epoch) and σ pr_true values. For discrete CUSUM states under 15 or so, the mean time to alert exceeds 1 hour for true sigmas well over 1.0 that represent a non-minimal risk increase conditions. Thus, for the first interpretation, the Bayesian CUSUM results in 9 fall short of the requirement to alert non-minimal risk increase conditions within 1 hour. On the other hand, given the second interpretation, the CUSUM performance is likely sufficient since a starting CUSUM state C non-min,2 = 26 leads to a mean alert within one hour for σ pr_true > 1.6. From an overall-risk-assessment point of view, defining the baseline as the total SIS integrity risk (the second interpretation) is likely acceptable because an integrity violation during a Category I approach is deemed hazardous but not catastrophic [14]. Under one

8 IMT North A2 5.90m HEPL roof 19.1m meters 61.97m A1 5.52m A meters PDM DURAND roof High roof (antennas #1,2) gps-ground Low roof (antenna #3) antenna #4 Figure 11: Position Domain Monitor Implementation in Stanford Integrity Monitor Testbed Prior σ pr_gnd Distribution σ pr_gnd Hazard Definitions CUSUM Threshold to Meet Continuity Establish σ pr_gnd Model Select σ pr_gnd Inflation Factor Compute posterior distribution of σ pr_gnd given CUSUM state Compare result to CUSUM threshold and assess continuity impact Iterate as needed Derived from theoretical models and empirical data Derived from LGF Specification Calculation and results assessment Figure 12: Use of Bayesian CUSUM in LGF Sigma Establishment Process

9 interpretation, the probability of an aircraft accident given a hazardous condition is about Thus, at the boundary of a non-minimal risk condition, the total LAAS contribution to aircraft accident risk probability is about = per approach, which is a small fraction of the typical total accident risk probability per flight of [15]. Recall that the key input to the Bayesian CUSUM approach is the prior probability distribution of σ pr_true. If the posterior integrity risk result from (7) is too high to meet the LGF sigma monitoring requirements, the prior distribution of σ pr_true must be modified in one of two ways. If additional measurements or stricter siting requirements (to reduce the likelihood of anomalous multipath) are practical, the prior distribution can be modified to reflect a lower prior probability of σ pr_true > 1.0. If this is not practical, the prior distribution can be re-normalized by increasing the broadcast σ pr_gnd and paying an availability penalty. Figure 12 provides a depiction of this process and the requirements that drive it. One difference between the Bayesian CUSUM presented here and the range-domain CUSUM implemented in the Stanford IMT should be addressed. In the IMT CUSUM algorithm, a head-start of C 0 = H + = h/2 in (2) is used to improve response time as shown in Figure 2. This Bayesian analysis instead uses a zero-start CUSUM (C 0 = H + = 0) in order to avoid loss of information. With an h/2 head start, the CUSUM goes back and forth from h/2 to 0 under nominal conditions, as shown in Figure 3; thus no significant Bayesian inference can be made from any CUSUM state below h/2 (= 18 in this example). In other words, the resulting posterior CUSUM state distribution would be approximately flat between 0 and h/2 and would tell us little about the true sigma until h/2 is exceeded. However, under the second requirements interpretation, the CUSUM state above which action should be taken (C non-min,2 = 26) is well above h/2; thus it should be possible to combine the Bayesian CUSUM with an h/2 head start and get the best of both worlds. 5.0 Use of Position Domain Monitoring Position Domain Monitoring (PDM) has been studied recently as a potential addition to the LGF to improve σ pr_gnd establishment [16,17] and executive monitoring [18]. As shown in Figure 11, PDM is implemented by adding a (internally-redundant) reference receiver some distance from the existing reference receivers to serve as a LAAS pseudo-user. This pseudo-user does not participate in computing differential corrections. Instead, it uses the RTCA LAAS MOPS [19] airborne (user) algorithms (with the differential corrections broadcast by the other reference receivers) and generates position estimates that it compares to its known (pre-surveyed) position. Because there is no guarantee that users will Figure 13: PDM-CUSUM under Nominal Conditions Figure 14: PDM-CUSUM with σ pr_true Three Times Nominal Sigma on Reference Receiver 1, All Satellites track all satellites for which corrections are provided, the PDM generates position fixes for the all-sv-approved case, for all one-sv-unused cases, and for all two-svunused cases to cover practically all user conditions. Figures 13 and 14 show example results of the PDM implemented in the Stanford IMT. Figure 13 represents nominal conditions based on example data collected by the IMT. The PDM vertical position error estimate (normalized by the theoretical vertical position error sigma based on satellite geometry, which in this case is for all approved SV in view, and the broadcast σ pr_gnd to give VPE) [17], shown in the lower plot in Figure 13, feeds a PDM-CUSUM that monitors this statistic in a manner similar to the range domain IMT CUSUM (which uses normalized B-values as inputs) described in Section 2.0. Note that the sample standard deviation of the normalized VPE is , indicating that, on average, the broadcast σ pr_gnd (in this case, the theoretical GAD B3 curve from [20]) is conservative by a factor of about 1.5.

10 CUSUM State 0 C min C non-min H Trial Inflation of σ pr_gnd Nominal State Wait for Sigma Estimator Confirmation Redo const. alert check Failure Exclusion or Alarm Required Success inflate σ pr_gnd Trial SV/RR Exclusion Success exclude SV/RR Redo const. alert check Failure Figure 15: Real-Time Use of Bayesian CUSUM Outputs to Preserve Continuity and Availability while Protecting Integrity The PDM CUSUM response (the upper plot in Figure 13) shows the same pattern of repeated trips from h/2 to zero as the range-domain CUSUM under nominal conditions in Figure 3. Figure 14 shows the case where, in a manner similar to that done to generate Figure 4 in Section 2.0, an anomaly that triples σ pr_true (such that it is well above σ pr_gnd ) is injected into nominal IMT data at time zero on reference receiver 1 and all satellites tracked by that receiver. While the VPE statistic does not exceed its 6-sigma threshold until about 40 minutes have passed, the PDM-CUSUM flags earlier, after about 27 minutes. Alerting occurs in much less than one hour, as is expected for a sigma anomaly of large magnitude that represents a nonminimal risk increase. However, in general, the PDM tests do not flag earlier than the existing range-domain B- value and CUSUM sigma monitors. The reason is that, when an anomaly affects a subset of the measurements used by the LGF to generate differential corrections, the remaining nominal measurements (in this case, all measurements on reference receivers 2 and 3) help cancel out the anomaly impact when range-domain measurements are combined into a position estimate. Thus, one advantage of the PDM-CUSUM is selectivity the ability to separate anomalies which can be tolerated (thus preserving availability and continuity) from those which must be alerted to protect LAAS user integrity. Because the PDM-CUSUM operates on an estimate of vertical position error rather than individual range-domain measurements, it is much closer to meeting the Bayesian CUSUM requirement (discussed in Section 3.0) that the CUSUM statistics represent a complete picture of current user risk. Thus, it is a near-ideal monitor to apply the Bayesian CUSUM. Figure 15 shows how a Bayesian PDM CUSUM could be used to improve real-time LGF response to anomalies. The Bayesian CUSUM offline analysis results (like the example in Figure 9) provide a map relating CUSUM states to H0 integrity risk conditions. When the PDM-CUSUM exceeds the state that defines a minimal risk increase (C min ), no immediate action is required because this condition is allowed to last for one day before being alerted (and this alert will not be one that requires urgent attention) [2]. As shown in Figure 2, the sigma estimation monitor will separately detect this condition separately if it lasts long enough to be of concern. When the PDM-CUSUM exceeds the non-minimal risk increase state (C non-min ), action is taken that does not cause loss of user continuity. Two possible actions exist, in order of preference: (1) Increase the broadcast σ pr_gnd such that the H0 integrity risk becomes acceptable again; (2) Use the range-domain B-values and sigma monitor statistics to identify the measurements most likely to be affected and exclude them from use. As noted above, if C non-min < h, this situation will occur more often that the continuity requirement allows; thus care must be taken not to cause loss of continuity. To

11 confirm this, the constellation alert check procedure can be used. Section of the LGF Specification requires the LGF to compute H0 user protection levels (assuming use of all satellites approved by the LGF and not noted as unhealthy by the GPS Operational Control Segment) and provide advance warning ( constellation alerts ) if the predicted vertical protection level will exceed the 10-meter VAL [2]. Given that this procedure is already done in real time by the LGF for the current system configuration, it could also be used to confirm whether or not an increase in sigma or measurement exclusion would cause loss of continuity. To implement this, when the PDM-CUSUM reaches C non-min, the constellation-check procedure is repeated assuming an inflated value of σ pr_gnd. If VPL remains under VAL, neither continuity nor availability will be lost; thus the inflation can be implemented. At the same time, the CUSUM must be recomputed based on the renormalized prior sigma distribution (remember that changing σ pr_gnd shifts the x-axis of the prior distribution) and B-value inputs to confirm that the revised CUSUM state is below C non-min. If inflation cannot be implemented without possible continuity loss (or if it does not reduce the CUSUM state below C non-min ), exclusion of problematic measurements would be tried next (using the same constellation-check and CUSUM-reset process). Because it would be difficult to quickly perform constellation checks and re-compute CUSUM test statistics on command, the LGF would maintain CUSUM and constellation-alert statistics on multiple LGF system states at any given time. For example, when the governing PDM-CUSUM state is below C non-min, the LGF would be proceeding under the baseline condition with the standard pre-set σ pr_gnd values and all non-flagged measurements in use. This represents one set of constellation-check and CUSUM statistics. At the same time, the LGF maintains other sets of statistics for the case where one of the M active non-pdm reference receivers is excluded (with the baseline σ pr_gnd ) and the case where the broadcast sigma is inflated to, say, 1.5 and 2.25 times σ pr_gnd (with all M active non-pdm reference receivers). This would allow the LGF to transition seamlessly to the most-desirable fallback state if the baseline CUSUM grows to exceed C non-min. The most complicated element of PDM-CUSUM response logic is coordinating the multiple PDM statistics maintained for different sets of visible-and-approved satellites. If the CUSUM state corresponding to the allapproved-satellite geometry reaches the non-minimal risk increase level, a response is clearly advisable, but if this only occurs for one or two of the subset geometries (i.e., the ones that assume users are not tracking one or two of the visible and approved satellites), it is not obvious whether or not to respond. One basis for making this distinction is the elevation angles of the approved satellites removed from the PDM geometries that show a non-minimal risk increase. If the excluded satellites have low elevation angles (e.g., below 15 degrees), it is possible that some users (particularly those making banking turns on approach) might be without those satellites; thus the PDM should take action along the lines of Figure 15. Beyond this, further analysis, simulation, and testing are needed to optimize the PDM response. It should also be noted that, since each satellite/reference receiver measurement has its own σ pr_gnd value (which will, in general, be a function of satellite elevation and azimuth relative to the LGF antennas) and its own sigma CUSUM, the response procedure shown in Figure 15 could be applied on a measurement-by-measurement basis to the range-domain CUSUM test statistics. The primary difficulty would be attempting to perform constellation checks on all possible permutations of individual measurement exclusions or sigma inflations ahead of time (i.e., ahead of taking the proposed action) to insure that continuity is not lost. However, with sufficient LGF processing power, it may be possible to take advantage of the flexibility of Bayesian CUSUM anomaly response without requiring the addition of a PDM to the LAAS architecture. 6.0 Conclusions and Future Work This paper has demonstrated how, under certain assumptions, the existing LAAS CUSUM sigma monitor can be extended via Bayesian analysis to relate CUSUM monitor states to posterior distributions of the unknown true LGF correction error sigma. This allows the LGF to respond to error anomalies that are not immediately hazardous sooner than it could otherwise while protecting continuity by confirming that the action it is about to take preserves Category I precision approach service for almost all users. Position Domain Monitoring with an external pseudo-user LGF receiver is the most natural place to apply the Bayesian CUSUM in real time, but it can also be applied to existing range-domain CUSUM monitors that do not require this addition. Whether or not the Bayesian CUSUM is used in real time, it is a useful tool in the process of deciding upon the appropriate level of conservatism in the broadcast σ pr_gnd for a given LAAS installation. It provides a direct, straightforward numerical means to translate underlying sigma uncertainty into an appropriate level of conservatism in the broadcast sigmas. In addition, because it is possible to increase sigma in real-time when conditions warrant (and before user integrity is significantly compromised), the automated real-time sigma inflation procedure discussed in Section 5.0 should make it possible to reduce the baseline broadcast σ pr_gnd and thereby improve overall LAAS system availability. While this concept is clearly promising and will be of more value for Category II/III LAAS, a significant amount of work is needed to refine the real-time LGF

12 response technique depicted in Figure 15. In a practical LGF, a specific number of fallback values of σ pr_gnd must be selected and monitored at all times so that the LGF can seamlessly transition between the nominal state and one of several fallback states depending on the current PDM-CUSUM status. In addition to selecting these states, specific guidelines for which satellites should be considered as possibly untracked by users must be chosen so that the PDM-CUSUM responses appropriately (and conservatively) cover all users. The single most important step in applying the Bayesian CUSUM is selecting the prior probability distribution of σ pr_true. As specific LGF siting and sigma establishment guidelines are developed, a means for translating theoretical models and empirical site data into a reasonable prior probability model must be established. There is no one right way to select a prior probability model, and reasonable people will differ on how best to translate deterministic information into probability distributions. Therefore, the qualitative judgments of several LAAS technical experts will likely be combined into a consensus prior sigma model, much as threat models are developed for specific anomaly classes today (for examples of threat models, see [21,22]). Finally, the robustness of the Bayesian CUSUM to cases where the actual distribution of pseudorange correction errors is non-gaussian (see [16]) must be evaluated. ACKNOWLEDGMENTS The authors would like to thank Ming Luo (Stanford), Todd Walter (Stanford), Boris Pervan (IIT), Ron Braff and Curt Shively (MITRE/CAASD), Ted Urda (FAA AND-710), Barbara Clark (FAA AIR-130), Victor Wullschleger and John Warburton (FAA ACT-360), Navin Mathur (AMTI), and Frank Van Graas (Ohio University) for their help during this research. The advice and interest of many other people in the Stanford GPS research group is appreciated, as is funding support from the FAA LAAS Program Office (AND-710). The opinions discussed here are those of the authors and do not necessarily represent those of the FAA or other affiliated agencies. REFERENCES [1] S. Pullen, T. Walter, P. Enge, System Overview, Recent Developments, and Future Outlook for WAAS and LAAS, Proceedings of GPS Symposium Tokyo, Japan, GPS Society/Japan Institute of Navigation, Nov , 2002, pp edu/~wwu/papers/gps/pdf/pullentokyo02.pdf [2] Specification: Performance Type One Local Area Augmentation System Ground Facility. U.S. Federal Aviation Administration, Washington, D.C., FAA-E- 2937A, Apr. 17, [3] G. Xie, S. Pullen, et.al., Integrity Design and Updated Test Results for the Stanford LAAS Integrity Monitor Testbed, Proceedings of the ION 57 th Annual Meeting, Albuquerque, NM., June 11-13, 2001, pp xieionam01.pdf [4] J. Lee, S. Pullen, et.al., LAAS Sigma-Mean Monitor Analysis and Failure-Test Verification, Proceedings of the ION 57 th Annual Meeting, Albuquerque, NM., June 11-13, 2001, pp /papers/gps/pdf/jiyunionam01.pdf [5] M. Basseville and I. Nikiforov, Detection of Abrupt Changes Theory and Application. Englewood Cliffs, N.J.: Prentice-Hall, ASIN: [6] D.M. Hawkins, D.H. Olwell, Cumulative Sum Charts and Charting for Quality Improvement. New York: Springer-Verlag, Inc., ISBN: [7] P.G. Hoel, S.C. Port, C.J. Stone, Introduction to Stochastic Processes. Prospect Heights, IL.: Waveland Press, Inc., ISBN: [8] J. Verschelde, Markov Chains with MATLAB, Notes for MCS 320, Introduction to Symbolic Computation, Univ. of Illinois/Chicago, Spring [9] H.F. Martz, R.A. Waller, Bayesian Reliability Analysis. Malabar, FL.: Krieger Publishing Co., ISBN: [10] I. Sayim, B. Pervan, et.al., Experimental and Theoretical Results on the LAAS Sigma Overbound, Proceedings of ION GPS 2002, Portland, OR., Sept 24-27, 2002, pp [11] G. D Agostini, Bayesian Reasoning in High Energy Physics Principles and Applications. CERN Yellow Report 99-03, July infn.it/~agostini/cern/ [12] gamstat.m help file, MATLAB Statistics Toolbox, MATLAB Release 13, The MathWorks Corp, Sept /stats/gamstat.shtml [13] Minimum Aviation System Performance Standards for the Local Area Augmentation System. Washington, D.C.: RTCA SC-159, WG-4A, DO-245, September 28, [14] NAS Modernization: System Safety Management Program. Washington, D.C.: U.S. Dept. of Transportation/Federal Aviation Administration, ASD- 100-SSE-1, Rev. 4.0, January 2002.

13 [15] R.J. Kelly, J.M. Davis, Required Navigation Performance (RNP) for Precision Approach and Landing with GNSS Application, Navigation, Vol. 41, No. 1, Spring 1994, pp [16] R. Braff, C. Shively, Revised CAT III PDM Feasibility Analysis with Application to Prototype, McLean, VA., MITRE/CAASD, May 1, [17] J. Lee, S. Pullen, et.al., LAAS Position-Domain Monitor Analysis and Failure-Test Verification, Proceedings of 21 st International Communication Satellite Systems Conference and Exhibit, Yokohama, Japan, AIAA , April 15-19, aiaa.org/downloads/2003/cdreadymicssc03_723/2003 _2418.pdf [18] S. Pullen, M. Luo, et.al., LAAS Ground Facility Design Improvements to Meet Proposed Requirements for Category II/III Operations, Proceedings of ION GPS 2002, Portland, OR., Sept , 2002, pp [19] Minimum Operational Performance Standards for GPS Local Area Augmentation System Airborne Equipment. Washington, D.C.: RTCA SC-159, WG-4A, DO-253A, Nov. 28, [20] G. McGraw, T. Murphy, et.al., Development of the LAAS Accuracy Models, Proceedings of ION GPS 2000, Salt Lake City, UT., Sept , 2001, pp [21] R.E. Phelts, D. Akos, P. Enge, Robust Signal Quality Monitoring and Detection of Evil Waveforms," Proceedings of ION GPS Salt Lake City, UT., Sept , 2000, pp ~wwu/ papers/gps/pdf/ericion00b.pdf [22] M. Luo, S. Pullen, et.al., LAAS Ionosphere Spatial Gradient Threat Model and Impact of LGF and Airborne Monitoring, Proceedings of ION GPS/GNSS 2003, Portland, OR., Sept. 9-12, 2003.

H-ARAIM Exclusion: Requirements and Performance

H-ARAIM Exclusion: Requirements and Performance H-ARAIM Exclusion: Requirements and Performance Yawei Zhai, Boris Pervan Illinois Institute of Technology, Chicago, IL Mathieu Joerger The University of Arizona, Tucson, AZ September 16, 2016 Background

More information

Protection Level Calculation in the Presence of Heavy Tail Errors Using Measurement Residuals

Protection Level Calculation in the Presence of Heavy Tail Errors Using Measurement Residuals Protection Level Calculation in the Presence of Heavy Tail Errors Using Measurement Residuals Juan Blanch, Todd Walter, Per Enge Stanford University blanch@stanford.edu ABSTRACT In safety-of-life applications

More information

Treatment of Biased Error Distributions in SBAS

Treatment of Biased Error Distributions in SBAS Journal of Global Positioning Systems (004) Vol. 3, o. 1-: 65-7 Treatment of Biased Error Distributions in SBAS Todd Walter, Juan Blanch, and Jason Rife Stanford University, Stanford, CA 94305-4035 Received:

More information

ARAIM DEMONSTRATOR. ITSNT th November, ENAC (Toulouse)

ARAIM DEMONSTRATOR. ITSNT th November, ENAC (Toulouse) ARAIM DEMONSTRATOR ITSNT 2017 15th November, ENAC (Toulouse) D. Salos, M. Mabilleau, Egis Avia N. Dahman, Airbus Defence and Space S. Feng, Imperial College of London JP. Boyero, Commission Moses1978 copyright

More information

A probabilistic assessment on the Range Consensus (RANCO) RAIM Algorithm

A probabilistic assessment on the Range Consensus (RANCO) RAIM Algorithm A probabilistic assessment on the Range Consensus (RANCO) RAIM Algorithm Markus Rippl, German Aerospace Center Georg Schroth, Technische Universität München Boubeker Belabbas, German Aerospace Center Michael

More information

Unmanned Aircraft System Well Clear

Unmanned Aircraft System Well Clear Unmanned Aircraft System Well Clear Dr. Roland Weibel 18 November 2014 Sponsors: Neal Suchy, FAA TCAS Program Manager, Surveillance Services, AJM-233 Jim Williams, FAA Unmanned Aircraft Systems Integration

More information

ANALYSIS OF AIRCRAFT LATERAL PATH TRACKING ACCURACY AND ITS IMPLICATIONS FOR SEPARATION STANDARDS

ANALYSIS OF AIRCRAFT LATERAL PATH TRACKING ACCURACY AND ITS IMPLICATIONS FOR SEPARATION STANDARDS ANALYSIS OF AIRCRAFT LATERAL PATH TRACKING ACCURACY AND ITS IMPLICATIONS FOR SEPARATION STANDARDS Michael Cramer, The MITRE Corporation, McLean, VA Laura Rodriguez, The MITRE Corporation, McLean, VA Abstract

More information

Probabilistic TFM: Preliminary Benefits Analysis of an Incremental Solution Approach

Probabilistic TFM: Preliminary Benefits Analysis of an Incremental Solution Approach Probabilistic TFM: Preliminary Benefits Analysis of an Incremental Solution Approach James DeArmon, Craig Wanke, Daniel Greenbaum MITRE/CAASD 7525 Colshire Dr McLean VA 22102 Introduction The National

More information

Ephemeris Monitor for GBAS Using Multiple Baseline Antennas with Experimental Validation

Ephemeris Monitor for GBAS Using Multiple Baseline Antennas with Experimental Validation Ephemeris Monitor for GBAS Using Multiple Baseline Antennas with Experimental Validation Samer Khanafseh, Jaymin Patel and Boris Pervan Illinois Institute of echnology BIOGRAPHY Dr. Samer Khanafseh is

More information

Galileo* Integrity. Astrium Satellites. Hans L. Trautenberg // 11.Nov Thanks to T. Rang, H. Frankenberger, J. Krüger, V. Oehler, M.

Galileo* Integrity. Astrium Satellites. Hans L. Trautenberg // 11.Nov Thanks to T. Rang, H. Frankenberger, J. Krüger, V. Oehler, M. Galileo* Integrity Astrium Satellites Hans L. Trautenberg // 11.Nov 008 Thanks to T. Rang, H. Frankenberger, J. Krüger, V. Oehler, M. Abele. Content Integrity Requirement (In any versus per) Limits of

More information

Tropospheric Duct Anomaly Threat Model for High Integrity and High Accuracy Navigation

Tropospheric Duct Anomaly Threat Model for High Integrity and High Accuracy Navigation Tropospheric Duct Anomaly Threat Model for High Integrity and High Accuracy Navigation Samer Khanafseh and Boris Pervan, Illinois Institute of Technology Axel Von Engeln, EUMETSAT BIOGRAPHY Dr. Khanafseh

More information

2πσpred. The probability of exceedance, or the probability of the actual ground motions a exceeding the threshold a thresh, is given by.

2πσpred. The probability of exceedance, or the probability of the actual ground motions a exceeding the threshold a thresh, is given by. 299 Chapter 9 information How to use early warning Ultimately, the goal of seismic early warning is to provide users with information that will help them in deciding the optimal course of action in the

More information

Basics of Uncertainty Analysis

Basics of Uncertainty Analysis Basics of Uncertainty Analysis Chapter Six Basics of Uncertainty Analysis 6.1 Introduction As shown in Fig. 6.1, analysis models are used to predict the performances or behaviors of a product under design.

More information

Update on the In-orbit Performances of GIOVE Clocks

Update on the In-orbit Performances of GIOVE Clocks Update on the In-orbit Performances of GIOVE Clocks Pierre Waller, Francisco Gonzalez, Stefano Binda, ESA/ESTEC Ilaria Sesia, Patrizia Tavella, INRiM Irene Hidalgo, Guillermo Tobias, GMV Abstract The Galileo

More information

GPS Multipath Detection Based on Sequence of Successive-Time Double-Differences

GPS Multipath Detection Based on Sequence of Successive-Time Double-Differences 1 GPS Multipath Detection Based on Sequence of Successive-Time Double-Differences Hyung Keun Lee, Jang-Gyu Lee, and Gyu-In Jee Hyung Keun Lee is with Seoul National University-Korea University Joint Research

More information

TERMS OF REFERENCE Special Committee (SC) 230 Airborne Weather Detection Systems Revision 5

TERMS OF REFERENCE Special Committee (SC) 230 Airborne Weather Detection Systems Revision 5 TERMS OF REFERENCE Special Committee (SC) 230 Airborne Weather Detection Systems Revision 5 REQUESTORS: Organization FAA Associate Administrator for Aviation Safety Person Ms. Peggy Gilligan SC LEADERSHIP:

More information

Signal Quality Monitoring Design for Galileo E5a and Galileo E1C signals

Signal Quality Monitoring Design for Galileo E5a and Galileo E1C signals Signal Quality Monitoring Design for Galileo E5a and Galileo E1C signals Jean-Baptiste Pagot, Olivier Julien, Paul Thevenon, Francisco Amarillo-Fernandez, Margaux Cabantous To cite this version: Jean-Baptiste

More information

Probabilistic Reasoning

Probabilistic Reasoning Course 16 :198 :520 : Introduction To Artificial Intelligence Lecture 7 Probabilistic Reasoning Abdeslam Boularias Monday, September 28, 2015 1 / 17 Outline We show how to reason and act under uncertainty.

More information

A BAYESIAN SOLUTION TO INCOMPLETENESS

A BAYESIAN SOLUTION TO INCOMPLETENESS A BAYESIAN SOLUTION TO INCOMPLETENESS IN PROBABILISTIC RISK ASSESSMENT 14th International Probabilistic Safety Assessment & Management Conference PSAM-14 September 17-21, 2018 Los Angeles, United States

More information

Quantile POD for Hit-Miss Data

Quantile POD for Hit-Miss Data Quantile POD for Hit-Miss Data Yew-Meng Koh a and William Q. Meeker a a Center for Nondestructive Evaluation, Department of Statistics, Iowa State niversity, Ames, Iowa 50010 Abstract. Probability of detection

More information

Wide Area Augmentation System

Wide Area Augmentation System Space Weather Effects on the Wide Area Augmentation System (WAAS) Space Weather Effects on the Wide Area Augmentation System Patricia Doherty Boston College ICG Experts Meeting: GNSS Systems/Services United

More information

User s Guide to Storm Hazard Maps and Data

User s Guide to Storm Hazard Maps and Data Storm Hazard Assessment for St. Lucia and San Pedro/Ambergris Caye, Belize User s Guide to Storm Hazard Maps and Data Prepared For: Caribbean Development Bank Advanced technology and analysis solving problems

More information

Preliminary Statistics Lecture 2: Probability Theory (Outline) prelimsoas.webs.com

Preliminary Statistics Lecture 2: Probability Theory (Outline) prelimsoas.webs.com 1 School of Oriental and African Studies September 2015 Department of Economics Preliminary Statistics Lecture 2: Probability Theory (Outline) prelimsoas.webs.com Gujarati D. Basic Econometrics, Appendix

More information

NATIONAL TRANSPORTATION SAFETY BOARD WASHINGTON, D.C. SAFETY RECOMMENDATION LETTER TO THE FAA dated NOVEMBER 21, 1994, AND RESPONSES.

NATIONAL TRANSPORTATION SAFETY BOARD WASHINGTON, D.C. SAFETY RECOMMENDATION LETTER TO THE FAA dated NOVEMBER 21, 1994, AND RESPONSES. DOCKET NO.: SA-517 EXHIBIT NO. 3-R NATIONAL TRANSPORTATION SAFETY BOARD WASHINGTON, D.C. SAFETY RECOMMENDATION LETTER TO THE FAA dated NOVEMBER 21, 1994, AND RESPONSES (22 pages) / /7 8!?>3 @. National

More information

Bayesian networks for multilevel system reliability

Bayesian networks for multilevel system reliability Reliability Engineering and System Safety 92 (2007) 1413 1420 www.elsevier.com/locate/ress Bayesian networks for multilevel system reliability Alyson G. Wilson a,,1, Aparna V. Huzurbazar b a Statistical

More information

SAFETY GUIDED DESIGN OF CREW RETURN VEHICLE IN CONCEPT DESIGN PHASE USING STAMP/STPA

SAFETY GUIDED DESIGN OF CREW RETURN VEHICLE IN CONCEPT DESIGN PHASE USING STAMP/STPA SAFETY GUIDED DESIGN OF CREW RETURN VEHICLE IN CONCEPT DESIGN PHASE USING STAMP/STPA Haruka Nakao (1), Masa Katahira (2), Yuko Miyamoto (2), Nancy Leveson (3), (1) Japan Manned Space Systems Corporation,

More information

However, reliability analysis is not limited to calculation of the probability of failure.

However, reliability analysis is not limited to calculation of the probability of failure. Probabilistic Analysis probabilistic analysis methods, including the first and second-order reliability methods, Monte Carlo simulation, Importance sampling, Latin Hypercube sampling, and stochastic expansions

More information

Parameter estimation Conditional risk

Parameter estimation Conditional risk Parameter estimation Conditional risk Formalizing the problem Specify random variables we care about e.g., Commute Time e.g., Heights of buildings in a city We might then pick a particular distribution

More information

Coastal and Hydraulics Laboratory

Coastal and Hydraulics Laboratory SAM Hydraulic Design Package for Channels Coastal and Hydraulics Laboratory William A. Thomas, Ronald R. Copeland, and Dinah N. McComas September 2002 Approved for public release; distribution is unlimited.

More information

CMO Terminal Aerodrome Forecast (TAF) Verification Programme (CMOTafV)

CMO Terminal Aerodrome Forecast (TAF) Verification Programme (CMOTafV) CMO Terminal Aerodrome Forecast (TAF) Verification Programme (CMOTafV) Kathy-Ann Caesar Meteorologist Caribbean Meteorological Council - 47 St. Vincent, 2007 CMOTafV TAF Verification Programme Project:

More information

MULTIPLE CHOICE QUESTIONS DECISION SCIENCE

MULTIPLE CHOICE QUESTIONS DECISION SCIENCE MULTIPLE CHOICE QUESTIONS DECISION SCIENCE 1. Decision Science approach is a. Multi-disciplinary b. Scientific c. Intuitive 2. For analyzing a problem, decision-makers should study a. Its qualitative aspects

More information

Assessing system reliability through binary decision diagrams using bayesian techniques.

Assessing system reliability through binary decision diagrams using bayesian techniques. Loughborough University Institutional Repository Assessing system reliability through binary decision diagrams using bayesian techniques. This item was submitted to Loughborough University's Institutional

More information

27 : Distributed Monte Carlo Markov Chain. 1 Recap of MCMC and Naive Parallel Gibbs Sampling

27 : Distributed Monte Carlo Markov Chain. 1 Recap of MCMC and Naive Parallel Gibbs Sampling 10-708: Probabilistic Graphical Models 10-708, Spring 2014 27 : Distributed Monte Carlo Markov Chain Lecturer: Eric P. Xing Scribes: Pengtao Xie, Khoa Luu In this scribe, we are going to review the Parallel

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY. 244 Wood Street LEXINGTON, MA Project Memorandum No. 42PM-TCAS-0070 Date: 5 November 2008

MASSACHUSETTS INSTITUTE OF TECHNOLOGY. 244 Wood Street LEXINGTON, MA Project Memorandum No. 42PM-TCAS-0070 Date: 5 November 2008 Unclassified MASSACHUSETTS INSTITUTE OF TECHNOLOGY LINCOLN LABORATORY 244 Wood Street LEXINGTON, MA 02420-9108 Project Memorandum No. 42PM-TCAS-0070 Date: 5 November 2008 Subject: White Paper on SA01 Near

More information

Use of GNSS for autonomous navigation on medium Earth orbits

Use of GNSS for autonomous navigation on medium Earth orbits UDC 629.783(043.2) V. Konin, F.Shyshkov, O. Pogurelskiy (National Aviation University, Ukraine) Use of GNSS for autonomous navigation on medium Earth orbits Use of GNSS for space navigation is relatively

More information

Fault Tolerance Technique in Huffman Coding applies to Baseline JPEG

Fault Tolerance Technique in Huffman Coding applies to Baseline JPEG Fault Tolerance Technique in Huffman Coding applies to Baseline JPEG Cung Nguyen and Robert G. Redinbo Department of Electrical and Computer Engineering University of California, Davis, CA email: cunguyen,

More information

Federal Aviation Administration Optimal Aircraft Rerouting During Commercial Space Launches

Federal Aviation Administration Optimal Aircraft Rerouting During Commercial Space Launches Federal Aviation Administration Optimal Aircraft Rerouting During Commercial Space Launches Rachael Tompa Mykel Kochenderfer Stanford University Oct 28, 2015 1 Motivation! Problem: Launch vehicle anomaly

More information

Seismic Analysis of Structures Prof. T.K. Datta Department of Civil Engineering Indian Institute of Technology, Delhi. Lecture 03 Seismology (Contd.

Seismic Analysis of Structures Prof. T.K. Datta Department of Civil Engineering Indian Institute of Technology, Delhi. Lecture 03 Seismology (Contd. Seismic Analysis of Structures Prof. T.K. Datta Department of Civil Engineering Indian Institute of Technology, Delhi Lecture 03 Seismology (Contd.) In the previous lecture, we discussed about the earth

More information

A SELF-TUNING KALMAN FILTER FOR AUTONOMOUS SPACECRAFT NAVIGATION

A SELF-TUNING KALMAN FILTER FOR AUTONOMOUS SPACECRAFT NAVIGATION A SELF-TUNING KALMAN FILTER FOR AUTONOMOUS SPACECRAFT NAVIGATION Son H. Truong National Aeronautics and Space Administration (NASA) Goddard Space Flight Center (GSFC) Greenbelt, Maryland, USA 2771 E-mail:

More information

TERMS OF REFERENCE Special Committee (SC) 230 Airborne Weather Detection Systems Revision 2

TERMS OF REFERENCE Special Committee (SC) 230 Airborne Weather Detection Systems Revision 2 TERMS OF REFERENCE Special Committee (SC) 230 Airborne Weather Detection Systems Revision 2 REQUESTORS: Organization FAA Associate Administrator for Aviation Safety Person Ms. Peggy Gilligan SC LEADERSHIP:

More information

Lower Bounds for Achieving Synchronous Early Stopping Consensus with Orderly Crash Failures

Lower Bounds for Achieving Synchronous Early Stopping Consensus with Orderly Crash Failures Lower Bounds for Achieving Synchronous Early Stopping Consensus with Orderly Crash Failures Xianbing Wang 1, Yong-Meng Teo 1,2, and Jiannong Cao 3 1 Singapore-MIT Alliance, 2 Department of Computer Science,

More information

Development of Multi-Unit Dependency Evaluation Model Using Markov Process and Monte Carlo Method

Development of Multi-Unit Dependency Evaluation Model Using Markov Process and Monte Carlo Method Development of Multi-Unit Dependency Evaluation Model Using Markov Process and Monte Carlo Method Sunghyon Jang, and Akira Yamaguchi Department of Nuclear Engineering and Management, The University of

More information

The Simplex Method: An Example

The Simplex Method: An Example The Simplex Method: An Example Our first step is to introduce one more new variable, which we denote by z. The variable z is define to be equal to 4x 1 +3x 2. Doing this will allow us to have a unified

More information

Using Fuzzy Logic as a Complement to Probabilistic Radioactive Waste Disposal Facilities Safety Assessment -8450

Using Fuzzy Logic as a Complement to Probabilistic Radioactive Waste Disposal Facilities Safety Assessment -8450 Using Fuzzy Logic as a Complement to Probabilistic Radioactive Waste Disposal Facilities Safety Assessment -8450 F. L. De Lemos CNEN- National Nuclear Energy Commission; Rua Prof. Mario Werneck, s/n, BH

More information

The Impact of Distributed Generation on Power Transmission Grid Dynamics

The Impact of Distributed Generation on Power Transmission Grid Dynamics The Impact of Distributed Generation on Power Transmission Grid Dynamics D. E. Newman B. A. Carreras M. Kirchner I. Dobson Physics Dept. University of Alaska Fairbanks AK 99775 Depart. Fisica Universidad

More information

Development of Reliability-Based Damage Tolerant Structural Design Methodology

Development of Reliability-Based Damage Tolerant Structural Design Methodology Development of Reliability-Based Damage Tolerant Structural Design Methodology Presented by Dr. Kuen Y. Lin and Dr. Andrey Styuart Department of Aeronautics and Astronautics University of Washington, Box

More information

Traffic Flow Management (TFM) Weather Rerouting Decision Support. Stephen Zobell, Celesta Ball, and Joseph Sherry MITRE/CAASD, McLean, Virginia

Traffic Flow Management (TFM) Weather Rerouting Decision Support. Stephen Zobell, Celesta Ball, and Joseph Sherry MITRE/CAASD, McLean, Virginia Traffic Flow Management (TFM) Weather Rerouting Decision Support Stephen Zobell, Celesta Ball, and Joseph Sherry MITRE/CAASD, McLean, Virginia Stephen Zobell, Celesta Ball, and Joseph Sherry are Technical

More information

Chapter 1. Root Finding Methods. 1.1 Bisection method

Chapter 1. Root Finding Methods. 1.1 Bisection method Chapter 1 Root Finding Methods We begin by considering numerical solutions to the problem f(x) = 0 (1.1) Although the problem above is simple to state it is not always easy to solve analytically. This

More information

Introduction to Bayesian Statistics and Markov Chain Monte Carlo Estimation. EPSY 905: Multivariate Analysis Spring 2016 Lecture #10: April 6, 2016

Introduction to Bayesian Statistics and Markov Chain Monte Carlo Estimation. EPSY 905: Multivariate Analysis Spring 2016 Lecture #10: April 6, 2016 Introduction to Bayesian Statistics and Markov Chain Monte Carlo Estimation EPSY 905: Multivariate Analysis Spring 2016 Lecture #10: April 6, 2016 EPSY 905: Intro to Bayesian and MCMC Today s Class An

More information

CHAPTER 3. CAPACITY OF SIGNALIZED INTERSECTIONS

CHAPTER 3. CAPACITY OF SIGNALIZED INTERSECTIONS CHAPTER 3. CAPACITY OF SIGNALIZED INTERSECTIONS 1. Overview In this chapter we explore the models on which the HCM capacity analysis method for signalized intersections are based. While the method has

More information

Requirements Validation. Content. What the standards say (*) ?? Validation, Verification, Accreditation!! Correctness and completeness

Requirements Validation. Content. What the standards say (*) ?? Validation, Verification, Accreditation!! Correctness and completeness Requirements Validation Requirements Management Requirements Validation?? Validation, Verification, Accreditation!! Check if evrything is OK With respect to what? Mesurement associated with requirements

More information

Topic 17: Simple Hypotheses

Topic 17: Simple Hypotheses Topic 17: November, 2011 1 Overview and Terminology Statistical hypothesis testing is designed to address the question: Do the data provide sufficient evidence to conclude that we must depart from our

More information

Bayesian Reliability Demonstration

Bayesian Reliability Demonstration Bayesian Reliability Demonstration F.P.A. Coolen and P. Coolen-Schrijner Department of Mathematical Sciences, Durham University Durham DH1 3LE, UK Abstract This paper presents several main aspects of Bayesian

More information

Bayesian inference. Fredrik Ronquist and Peter Beerli. October 3, 2007

Bayesian inference. Fredrik Ronquist and Peter Beerli. October 3, 2007 Bayesian inference Fredrik Ronquist and Peter Beerli October 3, 2007 1 Introduction The last few decades has seen a growing interest in Bayesian inference, an alternative approach to statistical inference.

More information

Hot Spot Identification using frequency of distinct crash types rather than total crashes

Hot Spot Identification using frequency of distinct crash types rather than total crashes Australasian Transport Research Forum 010 Proceedings 9 September 1 October 010, Canberra, Australia Publication website: http://www.patrec.org/atrf.aspx Hot Spot Identification using frequency of distinct

More information

Application of Common Cause Failure Methodology to Aviation Safety Assessment Model

Application of Common Cause Failure Methodology to Aviation Safety Assessment Model Application of Common Cause Failure Methodology to Aviation Safety Assessment Model Seungwon Noh Systems Engineering and Operations Research George Mason University Fairfax, VA, USA snoh2@gmu.edu Abstract

More information

EUROPEAN GNSS (GALILEO) INITIAL SERVICES NAVIGATION SOLUTIONS POWERED BY E U R O P E OPEN SERVICE QUARTERLY PERFORMANCE REPORT

EUROPEAN GNSS (GALILEO) INITIAL SERVICES NAVIGATION SOLUTIONS POWERED BY E U R O P E OPEN SERVICE QUARTERLY PERFORMANCE REPORT NAVIGATION SOLUTIONS POWERED BY E U R O P E EUROPEAN GNSS (GALILEO) INITIAL SERVICES OPEN SERVICE QUARTERLY PERFORMANCE REPORT APRIL - JUNE 2018 GALILEO INITIAL SERVICES OPEN SERVICE QUARTERLY PERFORMANCE

More information

Fleet Maintenance Simulation With Insufficient Data

Fleet Maintenance Simulation With Insufficient Data Fleet Maintenance Simulation With Insufficient Data Zissimos P. Mourelatos Mechanical Engineering Department Oakland University mourelat@oakland.edu Ground Robotics Reliability Center (GRRC) Seminar 17

More information

Directionally Sensitive Multivariate Statistical Process Control Methods

Directionally Sensitive Multivariate Statistical Process Control Methods Directionally Sensitive Multivariate Statistical Process Control Methods Ronald D. Fricker, Jr. Naval Postgraduate School October 5, 2005 Abstract In this paper we develop two directionally sensitive statistical

More information

A Queueing System with Queue Length Dependent Service Times, with Applications to Cell Discarding in ATM Networks

A Queueing System with Queue Length Dependent Service Times, with Applications to Cell Discarding in ATM Networks A Queueing System with Queue Length Dependent Service Times, with Applications to Cell Discarding in ATM Networks by Doo Il Choi, Charles Knessl and Charles Tier University of Illinois at Chicago 85 South

More information

HIGH DENSITY EN ROUTE AIRSPACE SAFETY LEVEL AND COLLISION RISK ESTIMATION BASED ON STORED AIRCRAFT TRACKS

HIGH DENSITY EN ROUTE AIRSPACE SAFETY LEVEL AND COLLISION RISK ESTIMATION BASED ON STORED AIRCRAFT TRACKS HIGH DENSITY EN ROUTE AIRSPACE SAFETY LEVEL AND COLLISION RISK ESTIMATION BASED ON STORED AIRCRAFT TRACKS (EIWAC 2010) + E. Garcia*, F. Saez**, R. Arnaldo** * CRIDA (ATM Research, Development and Innovation

More information

ERTH 455 / GEOP 555 Geodetic Methods. Lecture 04: GPS Overview, Coordinate Systems

ERTH 455 / GEOP 555 Geodetic Methods. Lecture 04: GPS Overview, Coordinate Systems ERTH 455 / GEOP 555 Geodetic Methods Lecture 04: GPS Overview, Coordinate Systems Ronni Grapenthin rg@nmt.edu MSEC 356 x5924 August 30, 2017 1 / 22 2 / 22 GPS Overview 1973: Architecture approved 1978:

More information

Investigation into the use of confidence indicators with calibration

Investigation into the use of confidence indicators with calibration WORKSHOP ON FRONTIERS IN BENCHMARKING TECHNIQUES AND THEIR APPLICATION TO OFFICIAL STATISTICS 7 8 APRIL 2005 Investigation into the use of confidence indicators with calibration Gerard Keogh and Dave Jennings

More information

Effects of Error, Variability, Testing and Safety Factors on Aircraft Safety

Effects of Error, Variability, Testing and Safety Factors on Aircraft Safety Effects of Error, Variability, Testing and Safety Factors on Aircraft Safety E. Acar *, A. Kale ** and R.T. Haftka Department of Mechanical and Aerospace Engineering University of Florida, Gainesville,

More information

GPS cycle slips detection and repair through various signal combinations

GPS cycle slips detection and repair through various signal combinations International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) GPS cycle slips detection and repair through various signal combinations M. E. El-Tokhey 1, T. F. Sorour 2, A. E. Ragheb 3, M. O.

More information

Riccati difference equations to non linear extended Kalman filter constraints

Riccati difference equations to non linear extended Kalman filter constraints International Journal of Scientific & Engineering Research Volume 3, Issue 12, December-2012 1 Riccati difference equations to non linear extended Kalman filter constraints Abstract Elizabeth.S 1 & Jothilakshmi.R

More information

arxiv: v1 [stat.me] 14 Jan 2019

arxiv: v1 [stat.me] 14 Jan 2019 arxiv:1901.04443v1 [stat.me] 14 Jan 2019 An Approach to Statistical Process Control that is New, Nonparametric, Simple, and Powerful W.J. Conover, Texas Tech University, Lubbock, Texas V. G. Tercero-Gómez,Tecnológico

More information

Figure from Mike Rymer, USGS

Figure from Mike Rymer, USGS Ge111A Winter 2009 3/5/2009 1 Figure from Mike Rymer, USGS Ge111A Winter 2009 3/5/2009 2 Ge111A Winter 2009 3/5/2009 3 SWIR image made from ASTER data Ge111A Winter 2009 3/5/2009 4 Ge111A Winter 2009 3/5/2009

More information

LAT Automated Science Processing for Gamma-Ray Bursts

LAT Automated Science Processing for Gamma-Ray Bursts SLAC-PUB-12715 LAT Automated Science Processing for Gamma-Ray Bursts James Chiang GLAST Science Support Center SLAC, 2575 Sand Hill Rd, Menlo Park CA 9425 Abstract. The LAT Instrument Science Operations

More information

A Bayesian Approach to Phylogenetics

A Bayesian Approach to Phylogenetics A Bayesian Approach to Phylogenetics Niklas Wahlberg Based largely on slides by Paul Lewis (www.eeb.uconn.edu) An Introduction to Bayesian Phylogenetics Bayesian inference in general Markov chain Monte

More information

MCMC notes by Mark Holder

MCMC notes by Mark Holder MCMC notes by Mark Holder Bayesian inference Ultimately, we want to make probability statements about true values of parameters, given our data. For example P(α 0 < α 1 X). According to Bayes theorem:

More information

Jarrod Lichty, R. S. Lee, and S. Percic AvMet Applications, Inc., Reston, Va.

Jarrod Lichty, R. S. Lee, and S. Percic AvMet Applications, Inc., Reston, Va. 642 Impact-Based Aviation Forecast Verification Jarrod Lichty, R. S. Lee, and S. Percic AvMet Applications, Inc., Reston, Va. 1 INTRODUCTION The evaluation of weather forecast quality, as related to air

More information

Distributed Data Fusion with Kalman Filters. Simon Julier Computer Science Department University College London

Distributed Data Fusion with Kalman Filters. Simon Julier Computer Science Department University College London Distributed Data Fusion with Kalman Filters Simon Julier Computer Science Department University College London S.Julier@cs.ucl.ac.uk Structure of Talk Motivation Kalman Filters Double Counting Optimal

More information

THE INDIAN REGIONAL NAVIGATION SATELLITE SYSTEM 1E: ANOTHER KEYSTONE FOR MAKE IN INDIA

THE INDIAN REGIONAL NAVIGATION SATELLITE SYSTEM 1E: ANOTHER KEYSTONE FOR MAKE IN INDIA 09/16 THE INDIAN REGIONAL NAVIGATION SATELLITE SYSTEM 1E: ANOTHER KEYSTONE FOR MAKE IN INDIA 1 Wg Cdr Kiran Krishnan Nair Research Fellow, CAPS It is widely believed that the term Navigation derives from

More information

July 13, 2017 Session #1 In Lieu of the Surface Observation Including EWINS Authority, RTMA, Web Cams, and Remote Observation Systems

July 13, 2017 Session #1 In Lieu of the Surface Observation Including EWINS Authority, RTMA, Web Cams, and Remote Observation Systems July 13, 2017 Session #1 In Lieu of the Surface Observation Including EWINS Authority, RTMA, Web Cams, and Remote Observation Systems Part 121 Operator Perspective: Equivalent Level of Safety Using Remote

More information

Deferability: A Concept for Incremental Air Traffic Management Decision Making

Deferability: A Concept for Incremental Air Traffic Management Decision Making Deferability: A Concept for Incremental Air Traffic Management Decision Making Stephen Zobell 1 and Craig Wanke 2 The MITRE Corporation, McLean, VA, 22102 Dealing with uncertainty poses a challenge for

More information

Chapter 1 Overview of Maps

Chapter 1 Overview of Maps Chapter 1 Overview of Maps In this chapter you will learn about: Key points when working with maps General types of maps Incident specific maps Map legend and symbols Map sources A map is a navigational

More information

Uncertainty and Rules

Uncertainty and Rules Uncertainty and Rules We have already seen that expert systems can operate within the realm of uncertainty. There are several sources of uncertainty in rules: Uncertainty related to individual rules Uncertainty

More information

An Invariance Property of the Generalized Likelihood Ratio Test

An Invariance Property of the Generalized Likelihood Ratio Test 352 IEEE SIGNAL PROCESSING LETTERS, VOL. 10, NO. 12, DECEMBER 2003 An Invariance Property of the Generalized Likelihood Ratio Test Steven M. Kay, Fellow, IEEE, and Joseph R. Gabriel, Member, IEEE Abstract

More information

Figure 1.1: Schematic symbols of an N-transistor and P-transistor

Figure 1.1: Schematic symbols of an N-transistor and P-transistor Chapter 1 The digital abstraction The term a digital circuit refers to a device that works in a binary world. In the binary world, the only values are zeros and ones. Hence, the inputs of a digital circuit

More information

Module No. # 03 Lecture No. # 11 Probabilistic risk analysis

Module No. # 03 Lecture No. # 11 Probabilistic risk analysis Health, Safety and Environmental Management in Petroleum and offshore Engineering Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Module No. #

More information

Satellite Maneuver Detection Using Two-line Element (TLE) Data. Tom Kelecy Boeing LTS, Colorado Springs, CO / Kihei, HI

Satellite Maneuver Detection Using Two-line Element (TLE) Data. Tom Kelecy Boeing LTS, Colorado Springs, CO / Kihei, HI Satellite Maneuver Detection Using Two-line Element (TLE) Data Tom Kelecy Boeing LTS, Colorado Springs, CO / Kihei, HI Doyle Hall Boeing LTS, Colorado Springs, CO / Kihei, HI Kris Hamada Pacific Defense

More information

NextGen. NextGen Weather - An FAA Overview. Presented by: Mary M. Cairns NextGen Reduce Weather Impact Solution Set Coordinator Date: July 21, 2010

NextGen. NextGen Weather - An FAA Overview. Presented by: Mary M. Cairns NextGen Reduce Weather Impact Solution Set Coordinator Date: July 21, 2010 NextGen Next Generation Air Transportation System Presented by: Mary M. Cairns NextGen Reduce Weather Impact Solution Set Coordinator Date: Mid Term Architecture Briefing and NextGen Implementation 1 NextGen

More information

Algorithmisches Lernen/Machine Learning

Algorithmisches Lernen/Machine Learning Algorithmisches Lernen/Machine Learning Part 1: Stefan Wermter Introduction Connectionist Learning (e.g. Neural Networks) Decision-Trees, Genetic Algorithms Part 2: Norman Hendrich Support-Vector Machines

More information

SAMPLE SIZE RE-ESTIMATION FOR ADAPTIVE SEQUENTIAL DESIGN IN CLINICAL TRIALS

SAMPLE SIZE RE-ESTIMATION FOR ADAPTIVE SEQUENTIAL DESIGN IN CLINICAL TRIALS Journal of Biopharmaceutical Statistics, 18: 1184 1196, 2008 Copyright Taylor & Francis Group, LLC ISSN: 1054-3406 print/1520-5711 online DOI: 10.1080/10543400802369053 SAMPLE SIZE RE-ESTIMATION FOR ADAPTIVE

More information

Load-Strength Interference

Load-Strength Interference Load-Strength Interference Loads vary, strengths vary, and reliability usually declines for mechanical systems, electronic systems, and electrical systems. The cause of failures is a load-strength interference

More information

Bayesian Methods for Machine Learning

Bayesian Methods for Machine Learning Bayesian Methods for Machine Learning CS 584: Big Data Analytics Material adapted from Radford Neal s tutorial (http://ftp.cs.utoronto.ca/pub/radford/bayes-tut.pdf), Zoubin Ghahramni (http://hunch.net/~coms-4771/zoubin_ghahramani_bayesian_learning.pdf),

More information

Montréal, 7 to 18 July 2014

Montréal, 7 to 18 July 2014 INTERNATIONAL CIVIL AVIATION ORGANIZATION WORLD METEOROLOGICAL ORGANIZATION MET/14-WP/15 16/4/14 Meteorology (MET) Divisional Meeting (2014) Commission for Aeronautical Meteorology Fifteenth Session Montréal,

More information

A NEW SYSTEM FOR THE GENERATION OF UTC(CH)

A NEW SYSTEM FOR THE GENERATION OF UTC(CH) A NEW SYSTEM FOR THE GENERATION OF UTC(CH) L.G. Bernier and G. Schaller METAS Swiss Federal Office of Metrology Lindenweg 50, Bern-Wabern, CH-3003, Switzerland laurent-guy.bernier@metas.ch Abstract A new

More information

Proceedings of the 2013 ASME International Manufacturing Science and Engineering Conference MSEC2013 June 10-14, 2013, Madison, Wisconsin, USA

Proceedings of the 2013 ASME International Manufacturing Science and Engineering Conference MSEC2013 June 10-14, 2013, Madison, Wisconsin, USA Proceedings of the 2013 ASME International Manufacturing Science and Engineering Conference MSEC2013 June 10-14, 2013, Madison, Wisconsin, USA MSEC2013-1152 REMAINING USEFUL TOOL LIFE PREDICTIONS USING

More information

Physics 509: Bootstrap and Robust Parameter Estimation

Physics 509: Bootstrap and Robust Parameter Estimation Physics 509: Bootstrap and Robust Parameter Estimation Scott Oser Lecture #20 Physics 509 1 Nonparametric parameter estimation Question: what error estimate should you assign to the slope and intercept

More information

Carrier-phase Ambiguity Success Rates for Integrated GPS-Galileo Satellite Navigation

Carrier-phase Ambiguity Success Rates for Integrated GPS-Galileo Satellite Navigation Proceedings Space, Aeronautical and Navigational Electronics Symposium SANE2, The Institute of Electronics, Information and Communication Engineers (IEICE), Japan, Vol., No. 2, pp. 3- Carrier-phase Ambiguity

More information

AERODROMES PANEL (AP) VISUAL AIDS WORKING GROUP (VAWG) FIFTH MEETING. Montréal, Canada, 25 to 27 June 2008

AERODROMES PANEL (AP) VISUAL AIDS WORKING GROUP (VAWG) FIFTH MEETING. Montréal, Canada, 25 to 27 June 2008 VAWG/5-DP/18 25/6/08 AERODROMES PANEL (AP) VISUAL AIDS WORKING GROUP (VAWG) FIFTH MEETING Montréal, Canada, 25 to 27 June 2008 Agenda Item 11: Any other business NEW TECHNOLOGIES FOR HIGH PRECISION PAPI

More information

Scheduling of Frame-based Embedded Systems with Rechargeable Batteries

Scheduling of Frame-based Embedded Systems with Rechargeable Batteries Scheduling of Frame-based Embedded Systems with Rechargeable Batteries André Allavena Computer Science Department Cornell University Ithaca, NY 14853 andre@cs.cornell.edu Daniel Mossé Department of Computer

More information

CHLE Tank Test Results for Blended and NEI Fiber Beds with Aluminum Addition: Correlated Control Charts for Head Loss Response to Aluminum Addition

CHLE Tank Test Results for Blended and NEI Fiber Beds with Aluminum Addition: Correlated Control Charts for Head Loss Response to Aluminum Addition South Texas Project Risk Informed GSI 9 Evaluation Volume 3 CHLE Tank Test Results for Blended and NEI Fiber Beds with Aluminum Addition: Correlated Control Charts for Head Loss Response to Aluminum Addition

More information

Lecture December 2009 Fall 2009 Scribe: R. Ring In this lecture we will talk about

Lecture December 2009 Fall 2009 Scribe: R. Ring In this lecture we will talk about 0368.4170: Cryptography and Game Theory Ran Canetti and Alon Rosen Lecture 7 02 December 2009 Fall 2009 Scribe: R. Ring In this lecture we will talk about Two-Player zero-sum games (min-max theorem) Mixed

More information

SPATIAL-TEMPORAL TECHNIQUES FOR PREDICTION AND COMPRESSION OF SOIL FERTILITY DATA

SPATIAL-TEMPORAL TECHNIQUES FOR PREDICTION AND COMPRESSION OF SOIL FERTILITY DATA SPATIAL-TEMPORAL TECHNIQUES FOR PREDICTION AND COMPRESSION OF SOIL FERTILITY DATA D. Pokrajac Center for Information Science and Technology Temple University Philadelphia, Pennsylvania A. Lazarevic Computer

More information

Integrity Monitoring Techniques in GPS/Galileo

Integrity Monitoring Techniques in GPS/Galileo Integrity Monitoring Techniques in GPS/Galileo João Pedro Duque Duarte joaodduarte@istutlpt Instituto Superior Técnico, Lisboa, Portugal May 5 Abstract The use of navigation systems in aviation requires

More information

FEASIBILITY OF DIRECTLY MEASURING SINGLE LINE-OF-SIGHT GPS SIGNAL DELAYS

FEASIBILITY OF DIRECTLY MEASURING SINGLE LINE-OF-SIGHT GPS SIGNAL DELAYS FEASIBILITY OF DIRECTLY MEASURING SINGLE LINE-OF-SIGHT GPS SIGNAL DELAYS Pedro Elosegui and James L. Davis Smithsonian Astrophysical Observatory Cambridge, MA 13, USA January, 3 1 1. Executive Summary

More information

Establishment of Space Weather Information Service

Establishment of Space Weather Information Service Establishment of Space Weather Information Service For International Air Navigation Raul Romero Technical Officer MET ICAO Headquarters, Montreal NAM/CAR/SAM Seminar on Space Weather and ICAO Weather Information

More information