Skip to main content

Showing 1–7 of 7 results for author: Kochems, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2312.08927  [pdf, other

    q-fin.TR cs.CE q-fin.CP stat.AP

    Limit Order Book Dynamics and Order Size Modelling Using Compound Hawkes Process

    Authors: Konark Jain, Nick Firoozye, Jonathan Kochems, Philip Treleaven

    Abstract: Hawkes Process has been used to model Limit Order Book (LOB) dynamics in several ways in the literature however the focus has been limited to capturing the inter-event times while the order size is usually assumed to be constant. We propose a novel methodology of using Compound Hawkes Process for the LOB where each event has an order size sampled from a calibrated distribution. The process is form… ▽ More

    Submitted 7 May, 2024; v1 submitted 14 December, 2023; originally announced December 2023.

    Comments: Presented at Market Microstructure 2023, Accepted at Quantitative Finance Workshop 2024. To be submitted for publication to a journal

  2. arXiv:2311.11623  [pdf, other

    cs.NI

    Enabling Mobility-Oriented JCAS in 6G Networks: An Architecture Proposal

    Authors: Philipp Rosemann, Sanket Partani, Marc Miranda, Jannik Mähn, Michael Karrenbauer, William Meli, Rodrigo Hernangomez, Maximilian Lübke, Jacob Kochems, Stefan Köpsell, Anosch Aziz-Koch, Julia Beuster, Oliver Blume, Norman Franchi, Reiner Thomä, Slawomir Stanczak, Hans D. Schotten

    Abstract: Sensing plays a crucial role in autonomous and assisted vehicular driving, as well as in the operation of autonomous drones. The traditional segregation of communication and onboard sensing systems in mobility applications is due to be merged using Joint Communication and Sensing (JCAS) in the development of the 6G mobile radio standard. The integration of JCAS functions into the future road traff… ▽ More

    Submitted 20 November, 2023; originally announced November 2023.

    Comments: 6 pages, 3 figures, 4th IEEE Symposium on Joint Communication and Sensing

  3. arXiv:1804.07665  [pdf, other

    cs.NI

    AMMCOA - Nomadic 5G Private Networks

    Authors: Jacob Kochems, Hans D. Schotten

    Abstract: This paper presents ideas and concepts for interconnected off-road vehicles, like harvesters or tandem rollers, which span a mobile network by themselves to be, to some extent, independent from the network infrastructure. Multiple RATs are used to cover a variety of use cases, including mmW technology for short range high bandwidth communication and ranging. The AMMCOA Project aims at providing co… ▽ More

    Submitted 20 April, 2018; originally announced April 2018.

    Comments: 23. VDE/ITG Fachtagung Mobilkommunikation), Osnabrück, May 2018

  4. arXiv:1507.03304  [pdf, ps, other

    cs.FL

    Unboundedness and Downward Closures of Higher-Order Pushdown Automata

    Authors: Matthew Hague, Jonathan Kochems, C. -H. Luke Ong

    Abstract: We show the diagonal problem for higher-order pushdown automata (HOPDA), and hence the simultaneous unboundedness problem, is decidable. From recent work by Zetzsche this means that we can construct the downward closure of the set of words accepted by a given HOPDA. This also means we can construct the downward closure of the Parikh image of a HOPDA. Both of these consequences play an important ro… ▽ More

    Submitted 5 November, 2015; v1 submitted 12 July, 2015; originally announced July 2015.

    ACM Class: F.4.3

  5. arXiv:1410.8852  [pdf, other

    cs.LO cs.CC

    Decidable Models of Recursive Asynchronous Concurrency

    Authors: Jonathan Kochems, C. -H. Luke Ong

    Abstract: Asynchronously communicating pushdown systems (ACPS) that satisfy the empty-stack constraint (a pushdown process may receive only when its stack is empty) are a popular decidable model for recursive programs with asynchronous atomic procedure calls. We study a relaxation of the empty-stack constraint for ACPS that permits concurrency and communication actions at any stack height, called the shaped… ▽ More

    Submitted 18 January, 2015; v1 submitted 31 October, 2014; originally announced October 2014.

  6. arXiv:1401.6325  [pdf, ps, other

    cs.LO cs.FL cs.PL

    Safety verification of asynchronous pushdown systems with shaped stacks

    Authors: Jonathan Kochems, C-H Luke Ong

    Abstract: In this paper, we study the program-point reachability problem of concurrent pushdown systems that communicate via unbounded and unordered message buffers. Our goal is to relax the common restriction that messages can only be retrieved by a pushdown process when its stack is empty. We use the notion of partially commutative context-free grammars to describe a new class of asynchronously communicat… ▽ More

    Submitted 24 January, 2014; originally announced January 2014.

  7. Automatic Verification of Erlang-Style Concurrency

    Authors: Emanuele D'Osualdo, Jonathan Kochems, C. -H. Luke Ong

    Abstract: This paper presents an approach to verify safety properties of Erlang-style, higher-order concurrent programs automatically. Inspired by Core Erlang, we introduce Lambda-Actor, a prototypical functional language with pattern-matching algebraic data types, augmented with process creation and asynchronous message-passing primitives. We formalise an abstract model of Lambda-Actor programs called Acto… ▽ More

    Submitted 9 March, 2013; originally announced March 2013.

    Comments: 12 pages plus appendix, 4 figures, 1 table. The tool is available at http://mjolnir.cs.ox.ac.uk/soter/

    ACM Class: D.2.4