#include <cuml/tsa/arima_common.h>
Go to the source code of this file.
Namespaces | |
raft | |
ML | |
ML::Datasets | |
Functions | |
void | ML::Datasets::make_arima (const raft::handle_t &handle, float *out, int batch_size, int n_obs, ARIMAOrder order, float scale=1.0f, float noise_scale=0.2f, float intercept_scale=1.0f, uint64_t seed=0ULL) |
void | ML::Datasets::make_arima (const raft::handle_t &handle, double *out, int batch_size, int n_obs, ARIMAOrder order, double scale=1.0, double noise_scale=0.2, double intercept_scale=1.0, uint64_t seed=0ULL) |