-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNEWS
101 lines (64 loc) · 2.56 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
quantspec 1.2-1
===============
o Updated CITATION file as required by the JSS editor.
o Updated vignette with editorial changes from JSS.
o Updated references throughout documentation.
quantspec 1.2-0
===============
MAJOR
o Added functionality for the analysis of multiple time series.
MINOR
o Added plot function for LagOperator.
o Fixed two typos in the computation of estimates for standard errors.
quantspec 1.1-0
===============
MAJOR
o Added functionality to do lag window estimation.
MINOR
o Fixed a wrong constant in the definition of the W1 kernel.
o Fixed a tiny mistake in getLevels-QSpecQuantity.
quantspec 1.0-3
===============
o Added spaces around = in some show commands.
o Updated vignette to version that was accepted by the JSS.
o Updated references in the technical documentation.
quantspec 1.0-2
===============
o Reimplemented getSdNaive using Rcpp.
o Moved the unit tests to tests/testthat, which is now recommended practice
(cf. https://github.com/hadley/testthat).
o Stylistically revised the vignette.
quantspec 1.0-1
===============
o Fixed a mistake in QRegEstimator (in v1.0-0, the complex conjugate of
the estimator was returned).
o Fixed a mistake where 1 x 1 QuantileSD plots failed to be created.
o Improved the vignette.
quantspec 1.0-0
===============
OBJECT-ORIENTED DESIGN
o The quantspec package was conceptually remodeled. It is now based on an
object-oriented design. The implementation uses the S4 system.
FUNCTIONALITY LARGELY EXTENDED; NOW INCLUDES
o efficient computation of frequency representations based on
(1) the clipped time series,
(2) the quantile regression estimator in the harmonic linear model.
o computation of the periodograms based on (1) and (2)
o computation of smoothed periodograms; using different types of weights
will yield estimatiors for
(1) the Laplace or copula spectral density
(2) the integrated Laplace or copula spectral density
o simulation of
(1) Laplace and copula spectral densities,
(2) integrated Laplace and copula spectral densities,
o a mechanism to generate block bootstrap replicates in the time domain and
compute all the estimators from them.
VIGNETTE
o A vignette was added to the package. It contains a brief introduction to
quantile-based spectral analysis, a description of the framework,
a tutorial and two worked examples.
quantspec 0.2
quantspec 0.1
=============
o Three functions to compute, smooth and plot the (quantile regression-based)
Laplace periodograms and rank-based Laplace periodograms.