Hi Alois

I was looking at the built-in forums of sourceforge (these forums have
since been hidden and blocked to prevent posting) and found the
following reported almost 3 years ago by Gregory Chudov. It relates to
the tsa package so I'm forwarding it to you (the link given seems to
be broken though).

Carnë


Concerning [this][1] message:

I think i found the error: DEN should have been divided by two.

lattice.m:
                if ~BURG,
                        [f,nf] = sumskipnan(F(:,K+1:N).^2,2);
                        [b,nb] = sumskipnan(B(:,1:N-K).^2,2);
                        DEN = sqrt(b.*f);
                else
                        DEN = PE(:,K+1)./2; % was DEN = PE(:,K+1)
                end;

[1]: 
http://sourceforge.net/mailarchive/message.php?msg_name=20080516115110.GB20642%40localhost

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to