Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
juobs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Javier Ugarrio
juobs
Commits
3bcaf35e
Commit
3bcaf35e
authored
4 years ago
by
Javier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
naming issue
sum as variable
parent
86a85046
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/juobs_obs.jl
src/juobs_obs.jl
+3
-3
No files found.
src/juobs_obs.jl
View file @
3bcaf35e
...
@@ -101,11 +101,11 @@ dec_const_pcvc(corr::Corr, plat::Vector{Int64}, m::uwreal; pl::Bool=true, data::
...
@@ -101,11 +101,11 @@ dec_const_pcvc(corr::Corr, plat::Vector{Int64}, m::uwreal; pl::Bool=true, data::
#t0
#t0
function
get_model
(
x
,
p
,
n
)
function
get_model
(
x
,
p
,
n
)
s
um
=
0.0
s
=
0.0
for
k
=
1
:
n
for
k
=
1
:
n
s
um
=
sum
.+
p
[
k
]
.*
x
.^
(
k
-
1
)
s
=
s
.+
p
[
k
]
.*
x
.^
(
k
-
1
)
end
end
return
s
um
return
s
end
end
@doc
raw
"""
@doc
raw
"""
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment