Skip to content

Commit 7660a07

Browse files
authored
Update README.md
1 parent d5fd379 commit 7660a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Matlab functions to test the stationarity of a random process
55
The N-th order stationarity [1] of a random process is assessed using two tests. In the present submission, only the first and second-order stationarities are described. A random process is stationary at the first order if its mean does not change (significantly) with the time. Similarly, a random process is stationary at the second-order if its variance or standard deviation does not change (significantly) with the time.
66

77
The LiveScript example considers the case of turbulent velocity time histories. Their stationarity is assessed using two different approaches:
8-
- A non-parametric test [2] called reverse-arrangement test, which detects trends and classify the time as non-stationary if the trend is not negligible.
8+
- A non-parametric test [2,3], which detects trends and classify the time as non-stationary if the trend is not negligible.
99
- A parametric test based on moving-window functions that compare the instantaneous mean or standard deviation to the one obtained without any detrending.
1010

1111
To run the examples, you will need some additional functions:

0 commit comments

Comments
 (0)