Fixed definition of neff (resampling threshold).

remove-submodule^2
Frédéric Karamé 2014-11-14 17:12:45 +01:00
parent de6d11c529
commit f9c70fde9a
1 changed files with 1 additions and 1 deletions

View File

@ -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);