Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
com.imsl.stat |
Statistical methods.
|
com.imsl.test.example.math |
Math examples.
|
Modifier and Type | Method and Description |
---|---|
Complex[] |
ZeroPolynomial.computeRoots(Complex[] coef)
Computes the roots of the polynomial with Complex coefficients.
|
Complex[] |
ZeroPolynomial.computeRoots(double[] coef)
Computes the roots of the polynomial with real coefficients.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoARIMA.compute(int maxlag)
Estimates potential missing values, detects and determines outliers and
simultaneously fits an optimum model from a set of different \(
\text{ARIMA}(p,0,0)\times(0,d,0)_s\) models to the outlier free
time series.
|
void |
ARMAOutlierIdentification.compute(int[] model)
Detects and determines outliers and simultaneously estimates the model
parameters for the given time series.
|
void |
AutoARIMA.compute(int[] arOrders,
int[] maOrders)
Estimates potential missing values, detects and determines outliers and
simultaneously fits an optimum model from a set of different \(
\text{ARIMA}(p,0,q)\times(0,d,0)_s\) models to the outlier free
time series.
|
void |
AutoARIMA.compute(int p,
int q,
int s,
int d)
Estimates potential missing values, detects and determines outliers and
simultaneously fits an \(\text{ARIMA}(p,0,q)\times(0,d,0)_s
\) model to the outlier free time series.
|
Modifier and Type | Method and Description |
---|---|
static void |
ZeroPolynomialEx1.main(String[] args) |
static void |
ZeroPolynomialEx2.main(String[] args) |
Copyright © 2020 Rogue Wave Software. All rights reserved.