Skip to content
Snippets Groups Projects
Commit 36f40a68 authored by Francisco Jimenez Forteza's avatar Francisco Jimenez Forteza
Browse files

rdown pe

parent b51348f8
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ class Ringdown_PE: ...@@ -65,7 +65,7 @@ class Ringdown_PE:
sigma2 = self.errors2 + self.l_int*(self.datare** 2+self.dataim**2) * np.exp(2 * theta[-1]) sigma2 = self.errors2 + self.l_int*(self.datare** 2+self.dataim**2) * np.exp(2 * theta[-1])
result = -0.5*np.sum(((self.datare - modelevre)**2+(self.dataim - modelevim)**2)/sigma2+self.l_int*(2*np.log(sigma2)))-self.l_int*self.norm_factor result = -0.5*np.sum(((self.datare - modelevre)**2+(self.dataim - modelevim)**2)/sigma2+self.l_int*(np.log(2*np.pi*sigma2)))-self.l_int*self.norm_factor
if np.isnan(result): if np.isnan(result):
return -np.inf return -np.inf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment