Compare commits
2
Commits
b4c1c0a5c8
...
656c535208
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
656c535208 | ||
|
|
5f23c68d84 |
@@ -1,6 +1,6 @@
|
||||
from Stochastisches_Modell import StochastischesModell
|
||||
|
||||
def ausgleichung(A, dl, stoch_modell: StochastischesModell, P):
|
||||
def ausgleichung(A, dl, stoch_modell: StochastischesModell):
|
||||
|
||||
Q_ll, P = stoch_modell.berechne_Qll_P() #Kofaktormatrix und P-Matrix
|
||||
N = A.T * P * A #Normalgleichungsmatrix N
|
||||
|
||||
Reference in New Issue
Block a user