Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RDStackingProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xisco Jimenez Forteza
RDStackingProject
Commits
36f40a68
Commit
36f40a68
authored
4 years ago
by
Francisco Jimenez Forteza
Browse files
Options
Downloads
Patches
Plain Diff
rdown pe
parent
b51348f8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
code_new/Sumit/rdown_pe.py
+1
-1
1 addition, 1 deletion
code_new/Sumit/rdown_pe.py
with
1 addition
and
1 deletion
code_new/Sumit/rdown_pe.py
+
1
−
1
View file @
36f40a68
...
...
@@ -65,7 +65,7 @@ class Ringdown_PE:
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
):
return
-
np
.
inf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment