7,296 research outputs found

    Convertible Bonds: Risks and Optimal Strategies

    Get PDF
    Within the structural approach for credit risk models we discuss the optimal exercise of the callable and convertible bonds. The Vasi˘cekâmodel is applied to incorporate interest rate risk into the firmâs value process which follows a geometric Brownian motion. Finally, we derive pricing bounds for convertible bonds in an uncertain volatility model, i.e. when the volatility of the firm value process lies between two extreme values.Convertible bond, game option, uncertain volatility, interest rate risk

    The Bulk-to-Boundary Propagator in Black Hole Microstate Backgrounds

    Get PDF
    First-quantized propagation in quantum gravitational AdS3_3 backgrounds can be exactly reconstructed using CFT2_2 data and Virasoro symmetry. We develop methods to compute the bulk-to-boundary propagator in a black hole microstate, ϕLOLOHOH\langle \phi_L \mathcal{O}_L \mathcal{O}_H \mathcal{O}_H\rangle, at finite central charge. As a first application, we show that the semiclassical theory on the Euclidean BTZ solution sharply disagrees with the exact description, as expected based on the resolution of forbidden thermal singularities, though this effect may appear exponentially small for physical observers.Comment: 34+27 pages, 7 figures; v2: typos correcte

    Efficient Quantum Algorithms for State Measurement and Linear Algebra Applications

    Full text link
    We present an algorithm for measurement of kk-local operators in a quantum state, which scales logarithmically both in the system size and the output accuracy. The key ingredients of the algorithm are a digital representation of the quantum state, and a decomposition of the measurement operator in a basis of operators with known discrete spectra. We then show how this algorithm can be combined with (a) Hamiltonian evolution to make quantum simulations efficient, (b) the Newton-Raphson method based solution of matrix inverse to efficiently solve linear simultaneous equations, and (c) Chebyshev expansion of matrix exponentials to efficiently evaluate thermal expectation values. The general strategy may be useful in solving many other linear algebra problems efficiently.Comment: 17 pages, 3 figures (v2) Sections reorganised, several clarifications added, results unchange

    Jparsec - a parser combinator for Javascript

    Get PDF
    Parser combinators have been a popular parsing approach in recent years. Compared with traditional parsers, a parser combinator has both readability and maintenance advantages. This project aims to construct a lightweight parser construct library for Javascript called Jparsec. Based on the modular nature of a parser combinator, the implementation uses higher-order functions. JavaScript provides a friendly and simple way to use higher-order functions, so the main construction method of this project will use JavaScript\u27s lambda functions. In practical applications, a parser combinator is mainly used as a tool, such as parsing JSON files. In order to verify the utility of parser combinators, this project uses a parser combinator to parse a partial Lua grammar. Lua is a widely used programming language, serving as a good test case for my parser combinator

    Non-abelian ZZ-theory: Berends-Giele recursion for the α\alpha'-expansion of disk integrals

    Get PDF
    We present a recursive method to calculate the α\alpha'-expansion of disk integrals arising in tree-level scattering of open strings which resembles the approach of Berends and Giele to gluon amplitudes. Following an earlier interpretation of disk integrals as doubly partial amplitudes of an effective theory of scalars dubbed as ZZ-theory, we pinpoint the equation of motion of ZZ-theory from the Berends-Giele recursion for its tree amplitudes. A computer implementation of this method including explicit results for the recursion up to order α7\alpha'^7 is made available on the website http://repo.or.cz/BGap.gitComment: 58 pages, harvmac TeX, v2: cosmetic changes, published versio

    An Introduction to Programming for Bioscientists: A Python-based Primer

    Full text link
    Computing has revolutionized the biological sciences over the past several decades, such that virtually all contemporary research in the biosciences utilizes computer programs. The computational advances have come on many fronts, spurred by fundamental developments in hardware, software, and algorithms. These advances have influenced, and even engendered, a phenomenal array of bioscience fields, including molecular evolution and bioinformatics; genome-, proteome-, transcriptome- and metabolome-wide experimental studies; structural genomics; and atomistic simulations of cellular-scale molecular assemblies as large as ribosomes and intact viruses. In short, much of post-genomic biology is increasingly becoming a form of computational biology. The ability to design and write computer programs is among the most indispensable skills that a modern researcher can cultivate. Python has become a popular programming language in the biosciences, largely because (i) its straightforward semantics and clean syntax make it a readily accessible first language; (ii) it is expressive and well-suited to object-oriented programming, as well as other modern paradigms; and (iii) the many available libraries and third-party toolkits extend the functionality of the core language into virtually every biological domain (sequence and structure analyses, phylogenomics, workflow management systems, etc.). This primer offers a basic introduction to coding, via Python, and it includes concrete examples and exercises to illustrate the language's usage and capabilities; the main text culminates with a final project in structural bioinformatics. A suite of Supplemental Chapters is also provided. Starting with basic concepts, such as that of a 'variable', the Chapters methodically advance the reader to the point of writing a graphical user interface to compute the Hamming distance between two DNA sequences.Comment: 65 pages total, including 45 pages text, 3 figures, 4 tables, numerous exercises, and 19 pages of Supporting Information; currently in press at PLOS Computational Biolog
    corecore