mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
events: update documentation for polyfit algorithm
This commit is contained in:
committed by
Lorenz Meier
parent
11484b0d51
commit
ed5c8913ad
@@ -63,7 +63,7 @@ We can accumulate VTV and VTY recursively as they are of fixed size, where:
|
||||
VTV = transpose(V)*V =
|
||||
__ __
|
||||
| n x0+x1+...+xm x0^2+x1^2+...+xm^3 .......... x0^n+x1^n+...+xn^n |
|
||||
|x0+x1+...+xn x0^2+x1^2+...+xm^3 x0^3+x1^3+...+xm^3 .......... x0^(n+1)+x1^(n+1)+...+xm^(n+1) |
|
||||
|x0+x1+...+xm x0^2+x1^2+...+xm^3 x0^3+x1^3+...+xm^3 .......... x0^(n+1)+x1^(n+1)+...+xm^(n+1) |
|
||||
| . . . . |
|
||||
| . . . . |
|
||||
| . . . . |
|
||||
|
||||
Reference in New Issue
Block a user