Class SequentialBatchLeastSquares


  • public class SequentialBatchLeastSquares
    extends Object
    The purpose of the tutorial is to presents the Sequential-Batch Least Squares estimation.

    An initial covariance and first guess are obtained from a classical batch least squares estimation. The sequential-batch estimation is perform using these data and a new set of measurements. A new OPM is generated at the end of the estimation and an OEM is also generated.

    Author:
    Bryan Cazabonne
    • Constructor Detail

      • SequentialBatchLeastSquares

        public SequentialBatchLeastSquares()