Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
d440767b
Commit
d440767b
authored
Jan 28, 2013
by
Frédéric Karamé
Browse files
minor modification in the call of the smooth resampling procedure
parent
fefb3528
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/particle/resample.m
View file @
d440767b
...
...
@@ -72,7 +72,7 @@ switch DynareOptions.particle.resampling.method1
error
(
'
particle
:
:
resample
:
Unknown
method
!
'
)
end
case
'
smooth
'
resampled_particles
=
multivariate_smooth_resampling
2
(
particles
,
weights
,
DynareOptions
.
particle
.
resampling
.
number_of_partitions
)
;
resampled_particles
=
multivariate_smooth_resampling
(
particles
,
weights
)
;
otherwise
error
(
'
particle
:
:
resample
:
Unknown
method
!
'
)
end
\ No newline at end of file
end
Write
Preview
Supports
Markdown
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