Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
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
Container registry
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dóra Kocsis
dynare
Commits
939318a3
Commit
939318a3
authored
13 years ago
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Added a comment about the timming tests done in the third section of the internal tests.
parent
0a9daa51
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/particle/traditional_resampling.m
+4
-0
4 additions, 0 deletions
matlab/particle/traditional_resampling.m
with
4 additions
and
0 deletions
matlab/particle/traditional_resampling.m
+
4
−
0
View file @
939318a3
...
...
@@ -212,6 +212,10 @@ end
%
$
toc
%
$
end
%
$
%
$
%
REMARK
%
$
%
Note
that
the
alternative
code
used
in
this
test
is
sensibly
faster
than
the
code
proposed
%
$
%
in
the
routine
for
the
resampling
scheme
à
la
Kitagawa
...
%
$
%
$
if
show_plot
%
$
plot
(
randvec
,
c
,
'
-
r
'
),
hold
on
,
plot
([
randvec
(
1
),
randvec
(
end
)],[
c
(
1
),
c
(
end
)],
'
-
k
'
),
hold
off
,
axis
tight
,
box
on
%
$
end
...
...
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