7 resultados para Extensive Bloom
em CentAUR: Central Archive University of Reading - UK
Resumo:
The global atmospheric electrical circuit sustains a vertical current density between the ionosphere and the Earth's surface, the existence of which is well-established from measurements made in fair-weather conditions. In overcast, but non-thunderstorm, non-precipitating conditions, the current travels through the cloud present, despite cloud layers having low electrical conductivity. For extensive layer clouds, this leads to space charge at the upper and lower cloud boundaries. Using a combination of atmospheric electricity and solar radiation measurements at three UK sites, vertical current measurements have been categorised into clear, broken, and overcast cloud conditions. This approach shows that the vertical “fair weather” current is maintained despite the presence of cloud. In fully overcast conditions with thick cloud, the vertical current is reduced compared to thin cloud overcast conditions, associated with the cloud's resistance contributions. Contribution of cloud to the columnar resistance depends both on cloud thickness, and the cloud's height.
Resumo:
By combining electrostatic measurements of lightning-induced electrostatic field changes with radio frequency lightning location, some field changes from exceptionally distant lightning events are apparent which are inconsistent with the usual inverse cube of distance. Furthermore, by using two measurement sites, a transition zone can be identified beyond which the electric field response reverses polarity. For these severe lightning events, we infer a horizontally extensive charge sheet above a thunderstorm, consistent with a mesospheric halo of several hundred kilometers’ extent.
Resumo:
This article reports an experiment in world city network analysis focusing on city-dyads. Results are derived from an unusual principal components analysis of 27,966 city-dyads across 5 advanced producer service sectors. A 2-component solution is found that identifies different forms of globalization: extensive and intensive. The latter is characterized by very high component scores and describes the more important city-dyads focused upon London-New York (NYLON). The extensive globalization component heavily features London and New York but with each linked to less important cities. U.S. cities score relatively high on the intensive globalization component and we use this finding to explain the low connectivities of U.S. cities in previous studies of the world city network. The two components are tentatively interpreted in world-systems terms: intensive globalization is the process of core-making through city-dyads; extensive globalization is the process of linking core with non-core through city-dyads.
Resumo:
Functional neuroimaging investigations of pain have discovered a reliable pattern of activation within limbic regions of a putative "pain matrix" that has been theorized to reflect the affective dimension of pain. To test this theory, we evaluated the experience of pain in a rare neurological patient with extensive bilateral lesions encompassing core limbic structures of the pain matrix, including the insula, anterior cingulate, and amygdala. Despite widespread damage to these regions, the patient's expression and experience of pain was intact, and at times excessive in nature. This finding was consistent across multiple pain measures including self-report, facial expression, vocalization, withdrawal reaction, and autonomic response. These results challenge the notion of a "pain matrix" and provide direct evidence that the insula, anterior cingulate, and amygdala are not necessary for feeling the suffering inherent to pain. The patient's heightened degree of pain affect further suggests that these regions may be more important for the regulation of pain rather than providing the decisive substrate for pain's conscious experience.
Resumo:
Bloom filters are a data structure for storing data in a compressed form. They offer excellent space and time efficiency at the cost of some loss of accuracy (so-called lossy compression). This work presents a yes-no Bloom filter, which as a data structure consisting of two parts: the yes-filter which is a standard Bloom filter and the no-filter which is another Bloom filter whose purpose is to represent those objects that were recognised incorrectly by the yes-filter (that is, to recognise the false positives of the yes-filter). By querying the no-filter after an object has been recognised by the yes-filter, we get a chance of rejecting it, which improves the accuracy of data recognition in comparison with the standard Bloom filter of the same total length. A further increase in accuracy is possible if one chooses objects to include in the no-filter so that the no-filter recognises as many as possible false positives but no true positives, thus producing the most accurate yes-no Bloom filter among all yes-no Bloom filters. This paper studies how optimization techniques can be used to maximize the number of false positives recognised by the no-filter, with the constraint being that it should recognise no true positives. To achieve this aim, an Integer Linear Program (ILP) is proposed for the optimal selection of false positives. In practice the problem size is normally large leading to intractable optimal solution. Considering the similarity of the ILP with the Multidimensional Knapsack Problem, an Approximate Dynamic Programming (ADP) model is developed making use of a reduced ILP for the value function approximation. Numerical results show the ADP model works best comparing with a number of heuristics as well as the CPLEX built-in solver (B&B), and this is what can be recommended for use in yes-no Bloom filters. In a wider context of the study of lossy compression algorithms, our researchis an example showing how the arsenal of optimization methods can be applied to improving the accuracy of compressed data.