<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Positioning and Indoor Navigation, September</journal-title>
      </journal-title-group>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Movement Direction Estimation for Smartwatches in Diverse Exercise via Inertial-GNSS Fusion</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jae Hong Lee</string-name>
          <email>honglj@snu.ac.kr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chan Gook Park</string-name>
          <email>chanpark@snu.ac.kr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Workshop</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>ASRI</institution>
          ,
          <addr-line>Gwanak-gu, Seoul, 08826</addr-line>
          ,
          <country>Republic of Korea</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Seoul National University</institution>
          ,
          <addr-line>Gwanak-gu, Seoul, 08826</addr-line>
          ,
          <country>Republic of Korea</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>1</volume>
      <fpage>5</fpage>
      <lpage>18</lpage>
      <abstract>
        <p>Smartwatches must reliably estimate a user's movement direction during walking, running, and cycling, yet urban GNSS signal degradation and variable wrist orientations complicate existing methods. This paper presents a dualmode framework that adapts to the user's activity for robust movement direction tracking. In walking and running, Principal Component Analysis (PCA) isolates a relative inertial direction from periodic arm-swing accelerations, which is then fused with GNSS data via Covariance Intersection (CI) to maintain statistical consistency. During cycling, an Attitude and Heading Reference System (AHRS) yaw is calibrated by a yaw-to-direction ofset learned from GNSS bearing whenever signals are strong, allowing accurate direction estimates to persist through tunnels and underpasses when signals weaken. Field trials with a Samsung Galaxy Watch 5 in dense urban settings demonstrate that the proposed fusion consistently reduces direction errors compared to single-sensor baselines, automatically favoring GNSS on steady segments and leaning on the inertial estimate or ofset-corrected yaw when satellite coverage degrades.</p>
      </abstract>
      <kwd-group>
        <kwd>pedestrian dead reckoning</kwd>
        <kwd>movement direction</kwd>
        <kwd>smartwatch</kwd>
        <kwd>sensor fusion</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>CEUR</p>
      <p>ceur-ws.org</p>
      <p>The challenge is even greater during cycling, because arm swings disappear, rendering PCA unusable,
and the smartwatch’s yaw (from an Attitude and Heading Reference System, AHRS) is often misaligned
with the bicycle’s true direction due to handlebar tilt or wrist posture. GNSS bearing can reveal the
correct movement direction but only when signals are strong. Consequently, a hybrid solution must
combine PCA-based inertial direction with GNSS direction for walking and running—without relying
on feedback-based filters that can magnify errors—while also learning and applying a yaw-to-direction
ofset whenever GNSS quality is high during cycling, then propagating that ofset through GNSS outages.
This paper introduces a dual-mode framework that meets these requirements by employing Covariance</p>
      <sec id="sec-1-1">
        <title>Intersection (CI) for walking/running and ofset-based yaw correction for cycling. When a preset threshold and the bicycle follows a roughly straight path, the framework computes and updates an ofset between smartwatch yaw and GNSS bearing, holding the ofset fixed when signals fade so the ofset-corrected yaw continues to represent the movement direction under tunnels, underpasses, and</title>
        <sec id="sec-1-1-1">
          <title>C/N0 exceeds</title>
          <p>dense foliage.</p>
          <p>Field trials in an urban apartment complex (walking/running) and on city bike lanes (cycling) with a
Samsung Galaxy Watch 5 demonstrate that the proposed fusion consistently reduces root-mean-square
error relative to single-sensor baselines. The framework proves resilient to multipath, brief GNSS
outages, and changes in device orientation. The remainder of this paper first surveys related
movementdirection estimation techniques, then details the proposed algorithm, including the CI formulation and
the cycling ofset-learning strategy. A comprehensive experimental evaluation follows, after which
limitations and future extensions are discussed.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Movement Direction Estimation from Individual Sensors</title>
      <p>
        Before the fusion strategy is introduced in Section 3, this section details how each sensor independently
estimates movement direction and the associated confidence (error covariance) under two exercise
scenarios—(i) walking or running and (ii) cycling. Throughout, movement direction (MD) denotes the
user’s horizontal direction in the navigation frame.
2.1. Inertial-sensor method
When a smartwatch is worn on the wrist, arm swings produce a highly periodic acceleration pattern.
Over a window of M steps, these samples form an ellipsoidal cloud whose long axis aligns with the true
MD. A PCA isolates that axis as follows:
(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )


=1
 ̂
= max (∑( ⋅   )) ,
where  = [cos , sin ] 
step. Because PCA yields no intrinsic quality metric, we derive an angular error index
where   is the accumulated acceleration vector projected onto the navigation frame during the i-th
 
= tan−1 ( 2
      </p>
      <p>)
 1
with  1 ≥  2 the largest eigenvalues of the sample covariance matrix. A sharply elongated distribution
( 1 ≫  2) implies high confidence (small</p>
      <p>); a more circular cloud indicates ambiguity [7].</p>
      <p>During cycling, arm-swing excitation disappears, invalidating the PCA assumption. Instead, the
smartwatch’s AHRS provides a yaw angle</p>
      <p>
        , computed via a Kalman-filter–based quaternion fusion
of gyroscope, accelerometer, and, when available, magnetometer data. Because handlebar tilt or wrist
pronation can misalign yaw with the bicycle’s MD, Section 3 describes how a GNSS-derived ofset
compensates this bias. Wearable-based kinematic analysis has been studied in various contexts, further
underscoring the importance of correct orientation handling.
2.2. GNSS method
For GNSS-based movement-direction estimation, we run two independent Recursive-Least-Squares
(RLS)—one for the east axis and one for the north axis—to track velocity and position [8]. For each axis
 ∈ {, }
the 2-element state is xi(k) = [ , ,  , ] , and the RLS recursion is
(
        <xref ref-type="bibr" rid="ref3">3</xref>
        )
(
        <xref ref-type="bibr" rid="ref4">4</xref>
        )
(
        <xref ref-type="bibr" rid="ref5">5</xref>
        )
(
        <xref ref-type="bibr" rid="ref6">6</xref>
        )
x̂ = x̂−1 +   (y −   x̂−1 ),   = ( −     ) −1 ,   =
 −1



1 +    −1



with the regressor   = [( − 1)Δ, 1]  .
      </p>
      <p>After convergence the horizontal velocity vector v = [  ,   ] produces the heading
 ̂
 
= tan−1 (  ̂</p>
      <p>
        )
 ̂

Its one-sigma uncertainty follows from first-order error propagation of the arctangent. Using the
receiver-reported horizontal position accuracy   
axes), the result is
(assumed isotropic and uncorrelated between
2
  
=  (
        <xref ref-type="bibr" rid="ref1 ref1">1,1</xref>
        )

2
 
2 ‖v‖2 , ‖v‖ = √  2 +   2
Thus, a higher ground speed converts the same absolute velocity noise into a smaller angular
uncertainty—capturing the essential behavior without the now-omitted closed-form covariance expressions.
      </p>
      <p>Android and most commercial GNSS receivers report bearing only above a minimum speed, a
condition naturally satisfied during bicycling. When</p>
      <sec id="sec-2-1">
        <title>C/N0 exceeds a preset threshold, the receiver</title>
        <p>outputs a bearing  
. This bearing directly serves as a GNSS MD estimate:
 ̂</p>
        <p>=  
During temporary signal losses, no bearing is available; Section 3 explains how a previously learned
yaw-to-bearing ofset maintains continuity.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed Sensor Fusion Framework</title>
      <p>This section describes how the individual movement-direction (MD) estimates from Section 2—namely,
PCA (inertial direction), AHRS (yaw), RLS (velocity-based direction), and direct GNSS Bearing—are
integrated to produce a single, high-confidence direction in real time. Table</p>
      <sec id="sec-3-1">
        <title>1 provides a compact</title>
        <p>overview of how each sensor’s availability and accuracy change under walking/running versus cycling,
illustrating that PCA is especially accurate for pedestrian motion and that AHRS plus an ofset correction
is more suitable when riding a bike.</p>
        <p>Because arm-swing is present only in walking/running, PCA becomes invalid during cycling, while
GNSS Bearing typically yields high accuracy at bicycle speeds. Consequently, two distinct fusion
strategies are employed to accommodate these sensor diferences.
3.1. Fusion for walking and running
For walking/running, the two main contributors are PCA (inertial direction) and GNSS direction. The
smartwatch’s AHRS yaw is typically less reliable in this context, because arm swing and wrist pronation
frequently reorient the watch. We therefore fuse:
 1̂ =  ̂
,  1 =  
2
,  2̂ =  ̂
,  2 =   
2</p>
        <p>Although standard Kalman filtering requires known correlations, real-world conditions—especially in
urban canyons—make such correlations uncertain. We adopt CI, which provides a statistically consistent
way to fuse estimates without assuming specific correlation structures [ 9]. CI computes the fused
variance and direction as:</p>
        <p>−1 =  1−1 + (1 − ) 2−1,
 ̂
=   ( 1−1 1̂ + (1 − ) 2−1 2̂)</p>
        <p>∗ =</p>
        <p>
          min | 1 + (1 − ) 2|
where the mixing parameter  ∈ [0, 1] is chosen to minimize the fused covariance. In one dimension,
the determinant criterion reduces to
The mixing parameter  automatically balances the contributions based on each sensor’s instantaneous
reliability. When GNSS provides stable direction estimates (high C/N0, straight paths),  approaches
values that favor GNSS; when satellite signals degrade or multipath increases,  shifts toward the PCA
estimate. This adaptive weighting occurs without requiring explicit correlation modeling, making
the fusion robust to model uncertainties that are particularly challenging to characterize in urban
environments. By design, CI never yields an over-optimistic variance estimate. During long, straight
segments, GNSS direction can provide a solid reference, while in the presence of turns or poor signals,
PCA takes precedence and stabilizes the result.
(
          <xref ref-type="bibr" rid="ref7">7</xref>
          )
(
          <xref ref-type="bibr" rid="ref8">8</xref>
          )
(
          <xref ref-type="bibr" rid="ref9">9</xref>
          )
(10)
(11)
(12)
(13)
 ̂

() =  ̂
() −  ̂ 
()
3.2. Fusion for cycling
When cycling, arm swings disappear and PCA is no longer valid. The smartwatch’s AHRS yaw is more
stable on a handlebar, but it can still be ofset from the true direction by handlebar tilt or wrist posture.
        </p>
        <sec id="sec-3-1-1">
          <title>Simultaneously, a GNSS-based bearing</title>
          <p>can be quite accurate if C/N0 is suficiently high. Our
strategy is to learn an ofset between AHRS yaw and the GNSS bearing under reliable conditions, and
then maintain that ofset during GNSS outages or degraded signals.</p>
          <p>To estimate this ofset, we gather AHRS yaw values   
() and GNSS bearing  
() over n
consecutive samples while the bicycle follows a roughly straight path. The time-averaged yaw and
bearing are:
yielding a yaw-to-direction ofset:
  
̄
̄
 
() = 1
() = 1
−1
∑  ̂</p>
          <p>−1
∑  
 =0
 =0
 ̂
  
=   
̄
−  
̄
( − )
( − )
which continues to give an accurate direction even if GNSS drops out temporarily (e.g., under bridges
or in tunnels).</p>
          <p>With CI fusion for pedestrians and ofset-compensated yaw for cyclists, this dual-mode framework
provides a single, continuous MD estimate accompanied by a realistic covariance. It naturally exploits
each sensor’s strengths: PCA excels at capturing slow or periodic motions on wrist, GNSS enriches
direction on straight segments or higher speeds, and AHRS plus ofset keeps cyclists’ direction accurate
through signal drops. Section 4 details the experimental design and evaluates the system’s performance
across three distinct outdoor settings, highlighting the advantages of this hybrid approach over
singlesensor baselines.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experimental Evaluation</title>
      <p>4.1. Setup
Experiments were carried out with a Samsung Galaxy Watch 5 worn on the participant’s left wrist.
For ground truth, an Xsens MTi-680G inertial/GNSS unit was rigidly co-mounted on an acrylic plate
above the watch so that both instruments experienced identical attitude changes (see figure 1 for
equipment). The MTi-680G ran in RTK mode, and its velocity vector was numerically diferentiated to
yield the reference MD. Table 2 lists the three outdoor venues, chosen to represent distinct satellite
environments and motion dynamics. All experiments were conducted in outdoor environments to
evaluate the proposed GNSS-inertial fusion under realistic satellite signal conditions, which represents
the primary contribution of this work. For indoor scenarios where GNSS signals are unavailable, the
framework automatically operates using only the PCA-based inertial direction estimation (Section 2.1),
which remains efective regardless of satellite availability due to its reliance on consistent arm-swing
patterns. The outdoor experimental design ensures comprehensive evaluation of the dual-sensor fusion
capability while the PCA component alone provides robust indoor direction estimation as demonstrated
in our previous work [7].
4.2. Results
Throughout each trial, the fusion algorithm produced an MD estimate at the smartwatch’s sampling
rate. The instantaneous direction error (algorithm minus reference, unwrapped) was logged, and its
root-mean-square error (RMSE) computed for each method. Table 3 provides a summary of the resulting
direction RMSE for the inertial sensor only, GNSS only, and the proposed fusion approach.</p>
      <p>1) Park (walking): With average HDOP &lt; 3.9 and C/N0&gt;28 [dB-Hz], the user’s path included several
sharp turns (figures 2, 3). These turns degraded the GNSS-only direction, causing momentary spikes
in error. The inertial PCA, however, remained stable and accurately tracked the overall direction. By
blending GNSS and PCA, CI lowered error by 9 [deg] compared with GNSS alone and incurred only a
small penalty relative to the inertial baseline. This demonstrates how CI adaptively trusts GNSS on
straights but relies more on PCA during turns.</p>
      <p>2) Track (running): In an open-sky stadium track (figures 4, 5), HDOP was below 3.8, and C/N0
often exceeded 28.5 [dB-Hz]. Despite the relatively ideal conditions, GNSS position jitter introduced
noticeable direction noise on the long straights. CI again outperformed GNSS-only and stayed within
0.6 deg of the PCA estimate. As before, this result shows how CI automatically down-weights GNSS
data when it becomes noisy or inconsistent, preventing large fusion errors.</p>
      <p>3) Riverside (cycling): In the 3 km cycling route (figures 6, 7), the participant passed under multiple
bridges, causing intermittent satellite outages. Whenever C/N0 was healthy, the algorithm updated the
yaw-to-bearing ofset; during outages, it relied on ofset-compensated yaw. This significantly reduced
direction error relative to uncompensated yaw and prevented large spikes when GNSS data were lost.
The fusion method remained within 7 [deg] RMSE even through complete signal gaps, whereas yaw
alone could drift by over 10 [deg]. Overall, this highlights the importance of periodic ofset calibration
in cycling contexts.</p>
      <p>Across all exercises, the proposed fusion consistently delivered the lowest RMSE (see Table 3). CI
leverages GNSS information when it is reliable (long straights, high C/N0) yet defaults to PCA when
satellites falter or the path turns sharply. During cycling, ofset calibration was crucial for mitigating
yaw drift and maintaining robust direction estimates. These findings validate the dual-mode framework
of Sections 2 and 3, demonstrating robust smartwatch-based MD estimation under diverse urban
conditions.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>This paper presented a dual-mode framework for reliable smartwatch-based movement-direction
tracking under walking, running, and cycling. For pedestrian motion, a PCA-based inertial direction
and a GNSS-based direction are combined via Covariance Intersection to yield a statistically consistent
estimate. For cycling, the framework periodically learns a yaw-to-bearing ofset under favorable GNSS
conditions, then applies the ofset during GNSS outages.</p>
      <p>Outdoor experiments revealed that this fusion consistently lowered RMSE compared to single-sensor
baselines across three distinct scenarios, achieving average improvements of 47.9 % (walking), 28.2 %
(running), and 34.8 % (cycling) relative to GNSS-only approaches. The proposed method maintained
sub-12 [deg] RMSE across all test conditions while operating within a 1 [ms] computational budget per
sample.</p>
      <p>Future work will automate mode switching, address magnetometer bias for indoor usage, and
examine long-term drift across multiple users and devices. By reducing direction errors under varied
conditions, this approach promises more reliable navigation, coaching, and safety applications on
everyday smartwatch platforms.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This research was supported by the National Research Foundation of Korea funded by the Ministry of</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author(s) used ChatGPT-4o in order to: Grammar and spelling
check. After using these tool(s)/service(s), the author(s) reviewed and edited the content as needed and
take(s) full responsibility for the publication’s content.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>C.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Zheng</surname>
          </string-name>
          , T. Xu,
          <article-title>Gnss multipath error modeling and mitigation by using sparsity-promoting regularization</article-title>
          ,
          <source>IEEE Access 7</source>
          (
          <year>2019</year>
          )
          <fpage>24096</fpage>
          -
          <lpage>24108</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Wen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          , L.-T. Hsu,
          <article-title>Gnss-rtk adaptively integrated with lidar/imu odometry for continuously global positioning in urban canyons</article-title>
          ,
          <source>Applied Sciences</source>
          <volume>12</volume>
          (
          <year>2022</year>
          )
          <fpage>5193</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>N. S.</given-names>
            <surname>Gowdayyanadoddi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. T.</given-names>
            <surname>Curran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Broumandan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Lachapelle</surname>
          </string-name>
          ,
          <article-title>A ray-tracing technique to characterize gps multipath in the frequency domain</article-title>
          ,
          <source>International Journal of Navigation and Observation</source>
          <year>2015</year>
          (
          <year>2015</year>
          )
          <fpage>983124</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Z.-A.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <article-title>Heading estimation for indoor pedestrian navigation using a smartphone in the pocket</article-title>
          ,
          <source>Sensors</source>
          <volume>15</volume>
          (
          <year>2015</year>
          )
          <fpage>21518</fpage>
          -
          <lpage>21536</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. C.</given-names>
            <surname>Soh</surname>
          </string-name>
          , L. Xie,
          <article-title>Fusion of wifi, smartphone sensors and landmarks using the kalman filter for indoor localization</article-title>
          ,
          <source>Sensors</source>
          <volume>15</volume>
          (
          <year>2015</year>
          )
          <fpage>715</fpage>
          -
          <lpage>732</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Gustafsson</surname>
          </string-name>
          , Statistical sensor fusion,
          <source>Studentlitteratur</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. H.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Park</surname>
          </string-name>
          , C. G. Park,
          <article-title>Smartwatch-based kinematic walking direction estimation using paired principal component analysis</article-title>
          ,
          <source>IEEE Access 12</source>
          (
          <year>2024</year>
          )
          <fpage>27756</fpage>
          -
          <lpage>27767</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S. A. U.</given-names>
            <surname>Islam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. S.</given-names>
            <surname>Bernstein</surname>
          </string-name>
          ,
          <article-title>Recursive least squares for real-time implementation [lecture notes]</article-title>
          ,
          <source>IEEE Control Systems Magazine</source>
          <volume>39</volume>
          (
          <year>2019</year>
          )
          <fpage>82</fpage>
          -
          <lpage>85</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>L.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. O.</given-names>
            <surname>Arambel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. K.</given-names>
            <surname>Mehra</surname>
          </string-name>
          ,
          <article-title>Estimation under unknown correlation: Covariance intersection revisited</article-title>
          ,
          <source>IEEE Transactions on Automatic Control</source>
          <volume>47</volume>
          (
          <year>2002</year>
          )
          <fpage>1879</fpage>
          -
          <lpage>1882</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>