Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Orekit
Orekit
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Orekit
  • OrekitOrekit
  • Issues
  • #745

Closed
Open
Opened Jan 12, 2021 by Bryan Cazabonne@bryanMaintainer

Add Sequential-Batch Least Squares

Batch Least Squares main problem can be describe as follow:

"Suppose we have 1000 observations and we perform an iterative loop to find the best answer to the state space of the system. But just as we finish converging on the answer, we receive 30 new observations. We could redo the process, using 1030 observations, but that is a waste of time because we've already extracted the information from the first 1000."

Sequential-Batch Least Squares allows using the statistical information from the least squares processing of the first 1000 observations, and combine it with the new information.

More details are given in: Vallado D., Fundamentals of astrodynamics, Chapter 10.5.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
11.1
Milestone
11.1
Assign milestone
Time tracking
None
Due date
None
Reference: orekit/orekit#745