1,014 research outputs found
NoVaS Transformations: Flexible Inference for Volatility Forecasting
In this paper we contribute several new results on the NoVaS transformation approach for volatility forecasting introduced by Politis (2003a,b, 2007). In particular: (a) we introduce an alternative target distribution (uniform); (b) we present a new method for volatility forecasting using NoVaS ; (c) we show that the NoVaS methodology is applicable in situations where (global) stationarity fails such as the cases of local stationarity and/or structural breaks; (d) we show how to apply the NoVaS ideas in the case of returns with asymmetric distribution; and finally (e) we discuss the application of NoVaS to the problem of estimating value at risk (VaR). The NoVaS methodology allows for a flexible approach to inference and has immediate applications in the context of short time series and series that exhibit local behavior (e.g. breaks, regime switching etc.) We conduct an extensive simulation study on the predictive ability of the NoVaS approach and find that NoVaS forecasts lead to a much ÔtighterÕ distribution of the forecasting performance measure for all data generating processes. This is especially relevant in the context of volatility predictions for risk management. We further illustrate the use of NoVaS for a number of real datasets and compare the forecasting performance of NoVaS -based volatility forecasts with realized and range-based volatility measures.ARCH, GARCH, local stationarity, structural breaks, VaR, volatility.
Algorithmic options for joint time-frequency analysis in structural dynamics applications
The purpose of this paper is to present recent research efforts by the authors supporting the superiority of joint time-frequency analysis over the traditional Fourier transform in the study of non-stationary signals commonly encountered in the fields of earthquake engineering, and structural dynamics. In this respect, three distinct signal processing techniques appropriate for the representation of signals in the time-frequency plane are considered. Namely, the harmonic wavelet transform, the adaptive chirplet decomposition, and the empirical mode decomposition, are utilized to analyze certain seismic accelerograms, and structural response records. Numerical examples associated with the inelastic dynamic response of a seismically-excited 3-story benchmark steel-frame building are included to show how the mean-instantaneous-frequency, as derived by the aforementioned techniques, can be used as an indicator of global structural damage
Recommended from our members
Joint time-frequency representation of simulated earthquake accelerograms via the adaptive chirplet transform
Seismic accelerograms are inherently nonstationary signals since both the intensity and frequency content of seismic events evolve in time. The adaptive chirplet transform is a signal processing technique for joint time-frequency representation of nonstationary data. Analysis of a signal via the adaptive chirplet decomposition in conjunction with the Wigner-Ville distribution yields the so-called adaptive spectrogram which constitutes a valid representation of the signal in the time-frequency plane. In this paper the potential of this technique for capturing the temporal evolution of the frequency content of strong ground motions is assessed. In this regard, simulated nonstationary earthquake accelerograms compatible with an exponentially modulated and appropriately filtered Kanai-Tajimi spectrum are processed using the adaptive chirplet transform. These are samples of a random process whose evolutionary power spectrum can be represented by an analytical expression. It is suggested that the average of the ensemble of the adaptive chirplet spectrograms can be construed as an estimate of the underlying evolutionary power spectrum. The obtained numerical results show, indeed, that the estimated evolutionary power spectrum is in a good agreement with the one defined analytically. This fact points out the potential of the adaptive chirplet analysis for as a tool for capturing localized frequency content of arbitrary data- banks of real seismic accelerograms
Inconsistency of the MLE for the joint distribution of interval censored survival times and continuous marks
This paper considers the nonparametric maximum likelihood estimator (MLE) for
the joint distribution function of an interval censored survival time and a
continuous mark variable. We provide a new explicit formula for the MLE in this
problem. We use this formula and the mark specific cumulative hazard function
of Huang and Louis (1998) to obtain the almost sure limit of the MLE. This
result leads to necessary and sufficient conditions for consistency of the MLE
which imply that the MLE is inconsistent in general. We show that the
inconsistency can be repaired by discretizing the marks. Our theoretical
results are supported by simulations.Comment: 27 pages, 4 figure
Energy Scenarios for South Eastern Europe: A close look into the Western Balkans
"The Energy Scenarios for South East Europe" thematic seminar took place on the 15th of December 2015 in Vienna, Austria. The workshop was organized by Institute of Energy and Transport of the European Commission's Joint Research Centre (JRC-IET), hosted by the Energy Community Secretariat (ECS) and sponsored by the Directorate-General for Neighbourhood and Enlargement Negotiations (DG-NEAR) in the framework of the Travel Accommodation and Conference facility for Western Balkans and Turkey, a programme of dissemination activities organised by the Commission in the EU or the beneficiary country in connection with the enlargement process and the pre-accession strategy. The aim of the workshop was to bring together representatives from think tanks, scientific institutes, the academia and the private sector with government officials, the national statistical agencies and the local TSO representatives from the Western Balkan region to exchange views on potential energy technology deployment scenarios that could facilitate a low carbon development pathway for the enlargement countries, but also exchange on the methodologies utilized and identify challenges as well as potential pitfalls in this process. The workshop included three sessions of specific thematic focus. The first session provided the "regional picture" with forecasts on the development of the energy and power systems in the western Balkans. The second session discussed case studies on low carbon development trajectories for specific countries in the region; and the third session explored the role of particular technologies in this context. This report comprises of long abstracts from the workshop presentations and closes with a chapter on conclusions and recommendations that resulted from the discussion sessions
Recommended from our members
Banded and Tapered Estimates for Autocovariance Matrices and the Linear Process Bootstrap
We address the problem of estimating the autocovariance matrix of a stationary process. Under short range dependence assumptions, convergence rates are established for a gradually tapered version of the sample autocovariance matrix and for its inverse. The proposed estimator is formed by leaving the main diagonals of the sample autocovariance matrix intact while gradually down-weighting o�-diagonal entries towards zero. In addition we show the same convergence rates hold for a positive de�nite version of the estimator, and we introduce a new approach for selecting the banding parameter. The new matrix estimator is shown to perform well theoretically and in simulation studies. As an application we introduce a new resampling scheme for stationary processes termed the linear process bootstrap (LPB). The LPB is shown to be asymptotically valid for the sample mean and related statistics. The e�ectiveness of the proposed methods are demonstrated in a simulation study
VerdictDB: Universalizing Approximate Query Processing
Despite 25 years of research in academia, approximate query processing (AQP)
has had little industrial adoption. One of the major causes of this slow
adoption is the reluctance of traditional vendors to make radical changes to
their legacy codebases, and the preoccupation of newer vendors (e.g.,
SQL-on-Hadoop products) with implementing standard features. Additionally, the
few AQP engines that are available are each tied to a specific platform and
require users to completely abandon their existing databases---an unrealistic
expectation given the infancy of the AQP technology. Therefore, we argue that a
universal solution is needed: a database-agnostic approximation engine that
will widen the reach of this emerging technology across various platforms.
Our proposal, called VerdictDB, uses a middleware architecture that requires
no changes to the backend database, and thus, can work with all off-the-shelf
engines. Operating at the driver-level, VerdictDB intercepts analytical queries
issued to the database and rewrites them into another query that, if executed
by any standard relational engine, will yield sufficient information for
computing an approximate answer. VerdictDB uses the returned result set to
compute an approximate answer and error estimates, which are then passed on to
the user or application. However, lack of access to the query execution layer
introduces significant challenges in terms of generality, correctness, and
efficiency. This paper shows how VerdictDB overcomes these challenges and
delivers up to 171 speedup (18.45 on average) for a variety of
existing engines, such as Impala, Spark SQL, and Amazon Redshift, while
incurring less than 2.6% relative error. VerdictDB is open-sourced under Apache
License.Comment: Extended technical report of the paper that appeared in Proceedings
of the 2018 International Conference on Management of Data, pp. 1461-1476.
ACM, 201
Sampling of temporal networks: methods and biases
Temporal networks have been increasingly used to model a diversity of systems that evolve in time; for example, human contact structures over which dynamic processes such as epidemics take place. A fundamental aspect of real-life networks is that they are sampled within temporal and spatial frames. Furthermore, one might wish to subsample networks to reduce their size for better visualization or to perform computationally intensive simulations. The sampling method may affect the network structure and thus caution is necessary to generalize results based on samples. In this paper, we study four sampling strategies applied to a variety of real-life temporal networks. We quantify the biases generated by each sampling strategy on a number of relevant statistics such as link activity, temporal paths and epidemic spread. We find that some biases are common in a variety of networks and statistics, but one strategy, uniform sampling of nodes, shows improved performance in most scenarios. Given the particularities of temporal network data and the variety of network structures, we recommend that the choice of sampling methods be problem oriented to minimize the potential biases for the specific research questions on hand. Our results help researchers to better design network data collection protocols and to understand the limitations of sampled temporal network data
Identification of Giardia lamblia DHHC Proteins and the Role of Protein S-palmitoylation in the Encystation Process
Protein S-palmitoylation, a hydrophobic post-translational modification, is performed by protein acyltransferases that have a common DHHC Cys-rich domain (DHHC proteins), and provides a regulatory switch for protein membrane association. In this work, we analyzed the presence of DHHC proteins in the protozoa parasite Giardia lamblia and the function of the reversible S-palmitoylation of proteins during parasite differentiation into cyst. Two specific events were observed: encysting cells displayed a larger amount of palmitoylated proteins, and parasites treated with palmitoylation inhibitors produced a reduced number of mature cysts. With bioinformatics tools, we found nine DHHC proteins, potential protein acyltransferases, in the Giardia proteome. These proteins displayed a conserved structure when compared to different organisms and are distributed in different monophyletic clades. Although all Giardia DHHC proteins were found to be present in trophozoites and encysting cells, these proteins showed a different intracellular localization in trophozoites and seemed to be differently involved in the encystation process when they were overexpressed. dhhc transgenic parasites showed a different pattern of cyst wall protein expression and yielded different amounts of mature cysts when they were induced to encyst. Our findings disclosed some important issues regarding the role of DHHC proteins and palmitoylation during Giardia encystation.Fil: Merino, Maria Cecilia. Consejo Nacional de Investigaciones Científicas y Técnicas. Centro Científico Tecnológico Conicet - Córdoba. Instituto de Investigación Médica Mercedes y Martín Ferreyra. Universidad Nacional de Córdoba. Instituto de Investigación Médica Mercedes y Martín Ferreyra; ArgentinaFil: Zamponi, Nahuel. Consejo Nacional de Investigaciones Científicas y Técnicas. Centro Científico Tecnológico Conicet - Córdoba. Instituto de Investigación Médica Mercedes y Martín Ferreyra. Universidad Nacional de Córdoba. Instituto de Investigación Médica Mercedes y Martín Ferreyra; ArgentinaFil: Vranych, Cecilia Verónica. Consejo Nacional de Investigaciones Científicas y Técnicas. Centro Científico Tecnológico Conicet - Córdoba. Instituto de Investigación Médica Mercedes y Martín Ferreyra. Universidad Nacional de Córdoba. Instituto de Investigación Médica Mercedes y Martín Ferreyra; ArgentinaFil: Touz, Maria Carolina. Consejo Nacional de Investigaciones Científicas y Técnicas. Centro Científico Tecnológico Conicet - Córdoba. Instituto de Investigación Médica Mercedes y Martín Ferreyra. Universidad Nacional de Córdoba. Instituto de Investigación Médica Mercedes y Martín Ferreyra; ArgentinaFil: Ropolo, Andrea Silvana. Consejo Nacional de Investigaciones Científicas y Técnicas. Centro Científico Tecnológico Conicet - Córdoba. Instituto de Investigación Médica Mercedes y Martín Ferreyra. Universidad Nacional de Córdoba. Instituto de Investigación Médica Mercedes y Martín Ferreyra; Argentin
- …
