NumXL 1.55 LYNX release notes

11

Click here to load reader

description

This new release is features-rich, as we added several new functionality: trend analysis (for linear, polynomial, logarithmic, and exponential trends), histograms, spectral analysis (discrete Fourier transform), and more. We also revised the existing correlation function (XCF) to extend support for new methods (e.g. Kendall, Spearman, etc.), and added a statistical test for examining its significance. Finally, NumXL now includes a new unit-root and stationarity test: the Augmented Dickey-Fuller (ADF) test. http://www.spiderfinancial.com/products/numxl

Transcript of NumXL 1.55 LYNX release notes

Page 1: NumXL 1.55 LYNX release notes

NumXL 1.55 LYNXWhat’s New?

Page 2: NumXL 1.55 LYNX release notes

Trend Analysis – Linear, Polynomial, Power, Exponential and Logarithm

Spectral Analysis – Discrete Fourier Transform (DFT)

Histogram, Empirical Distribution function (EDF) Descriptive Statistics – IQR Spearman, Kendall & Pearson Correlation (XCF) Stationarity Test – Augmented Dickey-Fuller (ADF) Triple exponential (Winter’s) smoothing

NumXL 1.55 LYNXNew Functions

Page 3: NumXL 1.55 LYNX release notes

New function – NxTrend Support for 5 trend curve functions: Linear,

Polynomial, exponential, logarithm and Power

Support for fixed intercept (constant) and float, i.e. computed by algorithm

Support for 4 output types: forecast, upper limit, lower limit and Adjusted R-Squared.

Trend Analysis

Page 4: NumXL 1.55 LYNX release notes

Trend Analysis – Cont’d

Page 5: NumXL 1.55 LYNX release notes

Calculate number of bins using Sturges’s rule, square-root, Scott’s choice or Freedman-Diaconis choice.

Calculate the center, upper and lower limit of any given histogram bin

Calculate the density and cumulative probability using sample empirical distribution

Histogram

Page 6: NumXL 1.55 LYNX release notes

Histogram – Cont’d-1

.9

-1.1

-0.4

0.3

1.0

1.7

2.4

0

0.02

0.04

0.06

0.08

0.1

0.12

0.14

0.16

0.18

0.2

-3.0 -2.0 -1.0 0.0 1.0 2.0 3.00

0.05

0.1

0.15

0.2

EDF - PDF

-3.0 -2.0 -1.0 0.0 1.0 2.0 3.00

0.2

0.4

0.6

0.8

1

EDF - CDF

Page 7: NumXL 1.55 LYNX release notes

Compute the correlation (XCF) between two series using 3 methods: Pearson (default), Kendall and Spearman

Statistical test (XCFTest) for correlation significance using the 3 methods above

The XCFTest function returns 3 types of output: P-Value, Test stat and Critical value.

Correlation

Page 8: NumXL 1.55 LYNX release notes

Triple exponential smoothing function (TESMTH) using Winters’s method.

TESMTH compliments the existing smoothing functions introduced in 1.54: Brown’s simple exponential (SESMTH) Holt-Winter’s double exponential (DESMTH) Brown’s linear exponential smoothing

(LESMTH)

Smoothing

Page 9: NumXL 1.55 LYNX release notes

Smoothing – Cont’d

Jan-

74

Apr-7

4

Jul-7

4

Oct-7

4

Jan-

75

Apr-7

5

Jul-7

5

Oct-7

5

Jan-

76

Apr-7

6

Jul-7

6

Oct-7

6

Jan-

77

Apr-7

7

Jul-7

7

Oct-7

7

Jan-

78

Apr-7

8

Jul-7

8

Oct-7

8

Jan-

79

Apr-7

9

Jul-7

9

Oct-7

9

Jan-

800

200000

400000

600000

800000

1000000

1200000

1400000

NG Demand - ResidentialTriple exponential smoothing (L=12)

Page 10: NumXL 1.55 LYNX release notes

Calculate discrete Fourier transform (DFT), and its inverse.

DFT function returns amplitude and phase DFT uses Cooley-Tukey radix-2 decimation-in-

time fast Fourier transform (FFT).

Spectral Analysis

Page 11: NumXL 1.55 LYNX release notes

ADFTest – The augmented Dickey-Fuller (ADF) test for unit-root in the presence of: No intercept (or constant) Intercept Intercept and trend Intercept, trend and squared trend

Support for explicit Lag length, optimal selection and testing-down option.

Stationarity Test