Community Profile

photo

Naomi Krauzig


Last seen: 7 maanden ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Explorer
  • First Review
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
how to find the time lag in cross correlation
in case this is stillan open question, there is actually a function to find the delay: d = finddelay(x,y). otherwise [r,lags]...

meer dan 4 jaar ago | 1

Answered
time-lagged correlation coefficient between two time series
In case this is still an open question [r,lags] = xcorr(x,y) also returns the lags at which the correlations are computed.

meer dan 4 jaar ago | 1

Answered
How can I use detrend in a matrix with NaN?
Hi Sara, here is an available function for detrending with NaNs. function detrended = detrendNaN3(A,t) %DETRENDNAN3 Detrend...

bijna 5 jaar ago | 0