Go to the source code of this file.
Namespaces | |
raft | |
ML | |
ML::Stationarity | |
Functions | |
void | ML::Stationarity::kpss_test (const raft::handle_t &handle, const float *d_y, bool *results, int batch_size, int n_obs, int d, int D, int s, float pval_threshold) |
Perform the KPSS stationarity test on the data differenced according to the given order. More... | |
void | ML::Stationarity::kpss_test (const raft::handle_t &handle, const double *d_y, bool *results, int batch_size, int n_obs, int d, int D, int s, double pval_threshold) |