help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Statistical test for equality ?


From: Nir Krakauer
Subject: Re: Statistical test for equality ?
Date: Mon, 23 Dec 2013 17:30:05 -0500

You could try

max(abs(x2 - x1))
rms(x2 - x1)   [rms function is in nan package, or you can write your own]

or other such functions, depending on what form you think the noise takes


reply via email to

[Prev in Thread] Current Thread [Next in Thread]