当前位置:网站首页>Recursive least square adjustment
Recursive least square adjustment
2022-07-03 22:55:00 【Wandering pigs save the earth】
List of articles
In doubt : The concept of recursive least squares adjustment should be the same as that of sequential adjustment , Because the concept of sequential adjustment is “ Sequential adjustment is also called successive correlation indirect adjustment , It divides observations into two or more groups , Make relevant indirect adjustment in the order of groups , So as to achieve the same result as the overall adjustment of the two-phase or multi-phase network .”
One 、 Preliminary knowledge
1、 Basic concepts
- Sequential adjustment is also called successive correlation indirect adjustment , It divides observations into two or more groups , Make relevant indirect adjustment in the order of groups , So as to achieve the same result as the overall adjustment of the two-phase or multi-phase network .
- Advantages of grouping adjustment :1) When dealing with large adjustment problems , Because the order of the normal equation of group adjustment is low , It can overcome the difficulty of insufficient computer capacity when not grouping .2) Under certain circumstances , For example, zoning adjustment , Each group can calculate synchronously , Thus, the calculation cycle can be shortened .3) When a survey network has completed the adjustment calculation , When new observation data is added due to network expansion or encryption , Just take the original adjustment result as the relevant observation value and consider its weight inverse matrix , Adjust with the new observation , The same result as the overall adjustment of the new and old data can be obtained .
2、 Symbolic meaning
The symbols used are the same as those in the least squares adjustment
Least squares adjustment :https://blog.csdn.net/Gou_Hailong/article/details/122188144
in addition , The meanings of several new symbols used in recursive least squares are as follows :
Two 、 The principle of recursive least square adjustment
In general , More observations , As long as it is handled properly , The smaller the mean square error of the least squares estimation . The least square algorithm realized by batch processing , All measured values must be stored . If the number of measured values is very large , Then the computer must have huge storage capacity , This is obviously uneconomical . Recursive least square adjustment extracts the information of the estimated quantity from the measured value obtained each time , Used to correct the estimate obtained in the previous step . The more times you get measurements , The more times to correct , The higher the accuracy of estimation . The algorithm is described in detail below .
1、 The recursive formula
The starting term can be obtained by the least square .
2、 Recursive formula derivation
边栏推荐
- Programming language (2)
- Subset enumeration method
- Weekly leetcode - nc9/nc56/nc89/nc126/nc69/nc120
- Get current JVM data
- 3 environment construction -standalone
- JS closure knowledge points essence
- How to solve win10 black screen with only mouse arrow
- How does sentinel, a traffic management artifact, make it easy for business parties to access?
- Bufferpool caching mechanism for executing SQL in MySQL
- Blue Bridge Cup -- Mason prime
猜你喜欢
Scratch uses runner Py run or debug crawler
Buuctf, misc: sniffed traffic
Pat grade A - 1164 good in C (20 points)
Programming language (2)
Sort merge sort
[flax high frequency question] leetcode 426 Convert binary search tree to sorted double linked list
STM32 multi serial port implementation of printf -- Based on cubemx
[Android reverse] use DB browser to view and modify SQLite database (download DB browser installation package | install DB browser tool)
QGIS grid processing DEM data reclassification
Blue Bridge Cup Guoxin Changtian MCU -- program download (III)
随机推荐
URLEncoder. Encode and urldecoder Decode processing URL
SDMU OJ#P19. Stock trading
[golang] leetcode intermediate - alphabetic combination of island number and phone number
Codeforces Round #768 (Div. 1)(A-C)
Yyds dry goods inventory hands-on teach you to create a jigsaw puzzle using the canvasapi
Blue Bridge Cup Guoxin Changtian single chip microcomputer -- led lamp module (V)
Quick one click batch adding video text watermark and modifying video size simple tutorial
Creation of the template of the password management software keepassdx
[Android reverse] use DB browser to view and modify SQLite database (download DB browser installation package | install DB browser tool)
Exclusive download! Alibaba cloud native brings 10 + technical experts to bring "new possibilities of cloud native and cloud future"
Unsafe and CAS principle
Sow of PMP
The 2022 global software R & D technology conference was released, and world-class masters such as Turing prize winners attended
Pyqt5 sensitive word detection tool production, operator's Gospel
webAssembly
Yyds dry goods inventory Spring Festival "make" your own fireworks
Runtime. getRuntime(). totalMemory/maxMemory()
Can you draw with turtle?
Hcip day 12 notes
JS closure knowledge points essence