Statistics and Time-series functions. More...
Topics | |
Configuration APIs | |
Initialize the NumSDK Environment (e.g. Logging, configuration, database connection, Licensing, etc.) | |
Descriptive Statistics | |
Descriptive or summary statistical metrics of a dataset. | |
Statistical Testing | |
Statistical/hypothesis testing is a common method of drawing inferences about a population based on statistical evidence from a sample. | |
Forecast Performance | |
Statistical metrics for a forecast performance functions,. | |
Transfom | |
Common transform function for data set in preparation for further analysis. | |
Statistical Sampling | |
Statistical Sampling functions. | |
Smoothing | |
Smoothing API functions calls. | |
Factors Analysis | |
Factors Analysis. | |
ARMA-ARIMA Analysis | |
Autoregressive Moving Average (ARMA) Analysis. | |
ARCH-GARCH Analysis | |
ARCH/GARCH Analysis. | |
Speactral Analysis | |
Spectral Analytis functions. | |
Portfolio Analysis | |
Portfolio Analytis functions. | |
Data Fitting | |
Data Fitting functions. | |
Utilities | |
Miscellanous utility functions. | |
Enumerations | |
enum | GOODNESS_OF_FIT_FUNC { GOF_LLF =1 , GOF_AIC =2 , GOF_BIC =3 , GOF_HQC =4 , GOF_RSQ =5 , GOF_ARSQ =6 } |
enum | FIT_RETVAL_FUNC { FIT_MEAN =1 , FIT_STDEV =2 , FIT_RESID =3 , FIT_STD_RESID =4 } |
enum | RESID_RETVAL_FUNC { RESIDS_STD =1 , RESIDS_RAW =2 } |
enum | MODEL_RETVAL_FUNC { PARAM_GUESS =1 , PARAM_CALIBRATE =2 , PARAM_ERROR =3 } |
enum | FORECAST_RETVAL_FUNC { FORECAST_MEAN =1 , FORECAST_STDEV =2 , FORECAST_TS_STDEV =3 , FORECAST_LL =4 , FORECAST_UL =5 } |
Statistics and Time-series analytical functions.
enum FIT_RETVAL_FUNC |
enum FORECAST_RETVAL_FUNC |
enum GOODNESS_OF_FIT_FUNC |
enum MODEL_RETVAL_FUNC |
enum RESID_RETVAL_FUNC |
Enumerator | |
---|---|
RESIDS_STD | Standardized residuals. |
RESIDS_RAW | Raw residuals. |