Owning Palette: Statistical Analysis VIs
Installed With: Advanced Signal Processing Toolkit
Estimates the stationarity of an input univariate time series by examining the mean and variance values of the subsequences. Wire data to the Xt input to determine the polymorphic instance to use or manually select the instance.
Use the pull-down menu to select an instance of this VI.
c.gif)
![]() |
num of segments specifies the number of subsequences into which this VI divides the input time series. The default is 100. | ||||||
![]() |
Xt specifies the input univariate time series. | ||||||
![]() |
confidence level specifies the level of confidence as a percentage this VI uses to compute the confidence limits of specified statistics value. | ||||||
![]() |
error in describes error conditions that occur before this VI or function runs.
The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
| ||||||
![]() |
stationary? indicates if the input univariate time series is stationary.
| ||||||
![]() |
mean of segments returns the mean value of each subsequence. | ||||||
![]() |
variance of segments returns the variance value of each subsequence. | ||||||
![]() |
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
|
c.gif)
![]() |
num of segments specifies the number of subsequences into which this VI divides the input time series. The default is 100. | ||||||
![]() |
Xt specifies the input univariate time series. | ||||||
![]() |
confidence level specifies the level of confidence as a percentage this VI uses to compute the confidence limits of specified statistics value. | ||||||
![]() |
error in describes error conditions that occur before this VI or function runs.
The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
| ||||||
![]() |
stationary? indicates if the input univariate time series is stationary.
| ||||||
![]() |
mean of segments returns the mean value of each subsequence. | ||||||
![]() |
variance of segments returns the variance value of each subsequence. | ||||||
![]() |
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
|
This VI performs stationarity estimation on a univariate time series by testing the inversion number according to the following steps:
1. Divides a time series Xt into l subsequences. The mean value of each subsequence forms a time series m1, m2, …ml. The standard deviation value of each subsequence forms a time series s1, s2, …sl.
2. Computes the sum Sm (Ss) of inversion number for the time series m1, m2, …, ml (s1, s2, …, sl).
If Xt is stationary, the statistical value emes satisfies the normal distribution with a mean value of 0 and a standard deviation value of 1.

and

Where mA is the theoretical mean value of Sm or Ss, which equals
, and sA is the theoretical standard deviation value of Sm or Ss, which equals the following equation:

Given the confidence level a:
Refer to the Series Statistical Analysis VI in the labview\examples\Time Series Analysis\TSAGettingStarted.llb for an example of using the TSA Stationarity Test VI.