Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
particles
Commits
bf9e0490
Commit
bf9e0490
authored
Nov 14, 2014
by
Frédéric Karamé
Browse files
Fixed definition of neff (resampling threshold).
parent
ddd006ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/neff.m
View file @
bf9e0490
...
...
@@ -18,4 +18,4 @@ function n = neff(w)
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
n
=
dot
(
w
,
w
);
n
=
1
/
dot
(
w
,
w
);
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment