3,561 research outputs found
A Monthly Indicator of the French Business Climate
In France, the business tendency surveys conducted in all the important sectors of the economy are key components in diagnosing the economic outlook. Over the years, INSEE has gradually introduced business climate indicators for each business sector. Such indicators summarise the data contained in the many balances of opinion supplied by the surveys and enable to measure the economic situation each month. An indicator of this kind has been lacking, however, for the economy as the whole. To fill this gap and enrich the existing panel of business climate indicators we provide in this paper the first composite indicator based on French business surveys covering all the important economic sectors of the French economy. We chose the dynamic factor analysis to deal with mixed and changing frequencies and time availability of the data. Parameters are estimated by maximum likelihood based on the Kalman filter. Several indicators can be estimated according to the type (sector-based business climate indicators or elementary components) and the number of variables included in the model. To validate our results and choose the best indicator, we defined three criteria : real-time stability, predictive accuracy to forecast GDP growth and ability to reproduce French business cycles. The new monthly synthetic indicator which passed the tests best allows a clear and simple interpretation of all the business surveys and can deliver each month an early and accurate quantitative message concerning the current business climate in France. This indicator can also be used to improve GDP growth forecast.business survey, dynamic factor analysis, unobserved components model, Kalman filter
State space c-reductions for concurrent systems in rewriting logic
We present c-reductions, a state space reduction technique.
The rough idea is to exploit some equivalence relation on states (possibly capturing system regularities) that preserves behavioral properties, and explore the induced quotient system. This is done by means of a canonizer
function, which maps each state into a (non necessarily unique) canonical representative of its equivalence class. The approach exploits the expressiveness of rewriting logic and its realization in Maude to enjoy several advantages over similar approaches: exibility and simplicity in
the definition of the reductions (supporting not only traditional symmetry reductions, but also name reuse and name abstraction); reasoning support for checking and proving correctness of the reductions; and automatization
of the reduction infrastructure via Maude's meta-programming
features. The approach has been validated over a set of representative case studies, exhibiting comparable results with respect to other tools
Towards Generic Monitors for Object-Oriented Real-Time Maude Specifications
Non-Functional Properties (NFPs) are crucial in the design of software. Specification of systems is used in the very first phases of the software development process for the stakeholders to make decisions on which architecture or platform to use. These specifications may be an- alyzed using different formalisms and techniques, simulation being one of them. During a simulation, the relevant data involved in the anal- ysis of the NFPs of interest can be measured using monitors. In this work, we show how monitors can be parametrically specified so that the instrumentation of specifications to be monitored can be automatically performed. We prove that the original specification and the automati- cally obtained specification with monitors are bisimilar by construction. This means that the changes made on the original system by adding monitors do not affect its behavior. This approach allows us to have a library of possible monitors that can be safely added to analyze different properties, possibly on different objects of our systems, at will.Universidad de Málaga, Campus de Excelencia Internacional Andalucía Tech. Spanish MINECO/FEDER project TIN2014-52034-R, NSF Grant CNS 13-19109
Generic Encodings of Constructor Rewriting Systems
Rewriting is a formalism widely used in computer science and mathematical
logic. The classical formalism has been extended, in the context of functional
languages, with an order over the rules and, in the context of rewrite based
languages, with the negation over patterns. We propose in this paper a concise
and clear algorithm computing the difference over patterns which can be used to
define generic encodings of constructor term rewriting systems with negation
and order into classical term rewriting systems. As a direct consequence,
established methods used for term rewriting systems can be applied to analyze
properties of the extended systems. The approach can also be seen as a generic
compiler which targets any language providing basic pattern matching
primitives. The formalism provides also a new method for deciding if a set of
patterns subsumes a given pattern and thus, for checking the presence of
useless patterns or the completeness of a set of patterns.Comment: Added appendix with proofs and extended example
A Rewriting-Logic-Based Technique for Modeling Thermal Systems
This paper presents a rewriting-logic-based modeling and analysis technique
for physical systems, with focus on thermal systems. The contributions of this
paper can be summarized as follows: (i) providing a framework for modeling and
executing physical systems, where both the physical components and their
physical interactions are treated as first-class citizens; (ii) showing how
heat transfer problems in thermal systems can be modeled in Real-Time Maude;
(iii) giving the implementation in Real-Time Maude of a basic numerical
technique for executing continuous behaviors in object-oriented hybrid systems;
and (iv) illustrating these techniques with a set of incremental case studies
using realistic physical parameters, with examples of simulation and model
checking analyses.Comment: In Proceedings RTRTS 2010, arXiv:1009.398
Automated Certification of Authorisation Policy Resistance
Attribute-based Access Control (ABAC) extends traditional Access Control by
considering an access request as a set of pairs attribute name-value, making it
particularly useful in the context of open and distributed systems, where
security relevant information can be collected from different sources. However,
ABAC enables attribute hiding attacks, allowing an attacker to gain some access
by withholding information. In this paper, we first introduce the notion of
policy resistance to attribute hiding attacks. We then propose the tool ATRAP
(Automatic Term Rewriting for Authorisation Policies), based on the recent
formal ABAC language PTaCL, which first automatically searches for resistance
counter-examples using Maude, and then automatically searches for an Isabelle
proof of resistance. We illustrate our approach with two simple examples of
policies and propose an evaluation of ATRAP performances.Comment: 20 pages, 4 figures, version including proofs of the paper that will
be presented at ESORICS 201
STIS Echelle Observations of the Seyfert Galaxy NGC 4151: Physical Conditions in the Ultraviolet Absorbers
We have examined the physical conditions in intrinsic UV-absorbing gas in the
Seyfert galaxy NGC 4151, using echelle spectra obtained with the Space
Telescope Imaging Spectrograph (STIS). We confirm the presence of the kinematic
components detected in earlier GHRS observations as well as a new broad
absorption feature at a radial velocity of -1680 km/s. The UV continuum of NGC
4151 decreased by a factor of 4 over the previous two years, and we argue the
changes in the column density of the low ionization absorption lines associated
with the broad component at -490 km/s reflect the decrease in the ionizing
flux. Most of the strong absorption lines (e.g., N V, C IV, Si IV) from this
component are saturated, but show substantial residual flux in their cores,
indicating that the absorber does not fully cover the source of emission. Our
interpretation is that the unocculted light is due to scattering by free
electrons from an extended region, which reflects continuum, emission lines,
and absorption lines. We have been able to constrain the densities for the
kinematic components based on absorption lines from metastable states of C III
and Fe II, and/or the ratios of ground and fine structure lines of O I,C II,
and Si II. We have generated a set of photoionization models which match the
ionic column densities for each component during the present low flux state and
those seen in previous high flux states with the GHRS and STIS, confirming that
the absorbers are photoionized and respond to the changes in the continuum
flux. We have been able to map the relative radial positions of the absorbers,
and find that the gas decreases in density with distance. None of the UV
absorbers is of sufficiently large column density or high enough ionization
state to account for the X-ray absorption.Comment: 46 pages (Latex), 14 figures (postscript), plus a landscape table
(Latex), to appear in the Astrophysical Journa
A wide-spectrum language for verification of programs on weak memory models
Modern processors deploy a variety of weak memory models, which for
efficiency reasons may (appear to) execute instructions in an order different
to that specified by the program text. The consequences of instruction
reordering can be complex and subtle, and can impact on ensuring correctness.
Previous work on the semantics of weak memory models has focussed on the
behaviour of assembler-level programs. In this paper we utilise that work to
extract some general principles underlying instruction reordering, and apply
those principles to a wide-spectrum language encompassing abstract data types
as well as low-level assembler code. The goal is to support reasoning about
implementations of data structures for modern processors with respect to an
abstract specification.
Specifically, we define an operational semantics, from which we derive some
properties of program refinement, and encode the semantics in the rewriting
engine Maude as a model-checking tool. The tool is used to validate the
semantics against the behaviour of a set of litmus tests (small assembler
programs) run on hardware, and also to model check implementations of data
structures from the literature against their abstract specifications
Extending the Real-Time Maude Semantics of Ptolemy to Hierarchical DE Models
This paper extends our Real-Time Maude formalization of the semantics of flat
Ptolemy II discrete-event (DE) models to hierarchical models, including modal
models. This is a challenging task that requires combining synchronous
fixed-point computations with hierarchical structure. The synthesis of a
Real-Time Maude verification model from a Ptolemy II DE model, and the formal
verification of the synthesized model in Real-Time Maude, have been integrated
into Ptolemy II, enabling a model-engineering process that combines the
convenience of Ptolemy II DE modeling and simulation with formal verification
in Real-Time Maude.Comment: In Proceedings RTRTS 2010, arXiv:1009.398
Red Quasars and Quasar Evolution: the Case of BALQSO FIRST J155633.8+351758
We present the first near-IR spectroscopy of the z=1.5 radio-loud BALQSO
FIRST J155633.8+351758. Both the Balmer decrement and the slope of the
rest-frame UV-optical continuum independently suggest a modest amount of
extinction along the line of sight to the BLR (E(B-V)~0.5 for SMC-type screen
extinction at the QSO redshift). The implied gas column density along the line
of sight is much less than is implied by the weak X-ray flux of the object,
suggesting that either the BLR and BAL region have a low dust-to-gas ratio, or
that the rest-frame optical light encounters significantly lower mean column
density lines of sight than the X-ray emission. From the rest-frame UV-optical
spectrum, we are able to constrain the stellar mass content of the system.
Comparing the maximal stellar mass with the black hole mass estimated from the
bolometric luminosity of the QSO, we find that the ratio of the black hole to
stellar mass may be comparable to the Magorrian value, which would imply that
the Magorrian relation is already in place at z=1.5. However, multiple factors
favor a much larger black hole to stellar mass ratio. This would imply that if
the Magorrian relation characterizes the late history of QSOs, and the
situation observed for F1556+3517 is typical of the early evolutionary history
of QSOs, central black hole masses develop more rapidly than bulge masses.
[ABRIDGED]Comment: 23 pages, 4 embedded postscript figures; Accepted for publication in
The Astronomical Journal, December 200
- …
