Pythonfiles
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
from Stochastisches_Modell import StochastischesModell
|
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
|
Q_ll, P = stoch_modell.berechne_Qll_P() #Kofaktormatrix und P-Matrix
|
||||||
N = A.T * P * A #Normalgleichungsmatrix N
|
N = A.T * P * A #Normalgleichungsmatrix N
|
||||||
|
|||||||
Reference in New Issue
Block a user