-
A deep solver for backward stochastic Volterra integral equations
Authors:
Kristoffer Andersson,
Alessandro Gnoatto,
Camilo Andrés García Trillos
Abstract:
We present the first deep-learning solver for backward stochastic Volterra integral equations (BSVIEs) and their fully-coupled forward-backward variants. The method trains a neural network to approximate the two solution fields in a single stage, avoiding the use of nested time-stepping cycles that limit classical algorithms. For the decoupled case we prove a non-asymptotic error bound composed of…
▽ More
We present the first deep-learning solver for backward stochastic Volterra integral equations (BSVIEs) and their fully-coupled forward-backward variants. The method trains a neural network to approximate the two solution fields in a single stage, avoiding the use of nested time-stepping cycles that limit classical algorithms. For the decoupled case we prove a non-asymptotic error bound composed of an a posteriori residual plus the familiar square root dependence on the time step. Numerical experiments confirm this rate and reveal two key properties: \emph{scalability}, in the sense that accuracy remains stable from low dimension up to 500 spatial variables while GPU batching keeps wall-clock time nearly constant; and \emph{generality}, since the same method handles coupled systems whose forward dynamics depend on the backward solution. These results open practical access to a family of high-dimensional, path-dependent problems in stochastic control and quantitative finance.
△ Less
Submitted 23 May, 2025;
originally announced May 2025.
-
The deep multi-FBSDE method: a robust deep learning method for coupled FBSDEs
Authors:
Kristoffer Andersson,
Adam Andersson,
Cornelis W. Oosterlee
Abstract:
We introduce the deep multi-FBSDE method for robust approximation of coupled forward-backward stochastic differential equations (FBSDEs), focusing on cases where the deep BSDE method of Han, Jentzen, and E (2018) fails to converge. To overcome the convergence issues, we consider a family of FBSDEs that are equivalent to the original problem in the sense that they satisfy the same associated partia…
▽ More
We introduce the deep multi-FBSDE method for robust approximation of coupled forward-backward stochastic differential equations (FBSDEs), focusing on cases where the deep BSDE method of Han, Jentzen, and E (2018) fails to converge. To overcome the convergence issues, we consider a family of FBSDEs that are equivalent to the original problem in the sense that they satisfy the same associated partial differential equation (PDE). Our algorithm proceeds in two phases: first, we approximate the initial condition for the FBSDE family, and second, we approximate the original FBSDE using the initial condition approximated in the first phase. Numerical experiments show that our method converges even when the standard deep BSDE method does not.
△ Less
Submitted 31 May, 2025; v1 submitted 17 March, 2025;
originally announced March 2025.
-
Multi-Layer Deep xVA: Structural Credit Models, Measure Changes and Convergence Analysis
Authors:
Kristoffer Andersson,
Alessandro Gnoatto
Abstract:
We propose a structural default model for portfolio-wide valuation adjustments (xVAs) and represent it as a system of coupled backward stochastic differential equations. The framework is divided into four layers, each capturing a key component: (i) clean values, (ii) initial margin and Collateral Valuation Adjustment (ColVA), (iii) Credit/Debit Valuation Adjustments (CVA/DVA) together with Margin…
▽ More
We propose a structural default model for portfolio-wide valuation adjustments (xVAs) and represent it as a system of coupled backward stochastic differential equations. The framework is divided into four layers, each capturing a key component: (i) clean values, (ii) initial margin and Collateral Valuation Adjustment (ColVA), (iii) Credit/Debit Valuation Adjustments (CVA/DVA) together with Margin Valuation Adjustment (MVA), and (iv) Funding Valuation Adjustment (FVA). Because these layers depend on one another through collateral and default effects, a naive Monte Carlo approach would require deeply nested simulations, making the problem computationally intractable.
To address this challenge, we use an iterative deep BSDE approach, handling each layer sequentially so that earlier outputs serve as inputs to the subsequent layers. Initial margin is computed via deep quantile regression to reflect margin requirements over the Margin Period of Risk. We also adopt a change-of-measure method that highlights rare but significant defaults of the bank or counterparty, ensuring that these events are accurately captured in the training process.
We further extend Han and Long's (2020) a posteriori error analysis to BSDEs on bounded domains. Due to the random exit from the domain, we obtain an order of convergence of $\mathcal{O}(h^{1/4-ε})$ rather than the usual $\mathcal{O}(h^{1/2})$.
Numerical experiments illustrate that this method drastically reduces computational demands and successfully scales to high-dimensional, non-symmetric portfolios. The results confirm its effectiveness and accuracy, offering a practical alternative to nested Monte Carlo simulations in multi-counterparty xVA analyses.
△ Less
Submitted 21 February, 2025; v1 submitted 20 February, 2025;
originally announced February 2025.
-
Designs and Implementations in Neural Network-based Video Coding
Authors:
Yue Li,
Junru Li,
Chaoyi Lin,
Kai Zhang,
Li Zhang,
Franck Galpin,
Thierry Dumas,
Hongtao Wang,
Muhammed Coban,
Jacob Ström,
Du Liu,
Kenneth Andersson
Abstract:
The past decade has witnessed the huge success of deep learning in well-known artificial intelligence applications such as face recognition, autonomous driving, and large language model like ChatGPT. Recently, the application of deep learning has been extended to a much wider range, with neural network-based video coding being one of them. Neural network-based video coding can be performed at two…
▽ More
The past decade has witnessed the huge success of deep learning in well-known artificial intelligence applications such as face recognition, autonomous driving, and large language model like ChatGPT. Recently, the application of deep learning has been extended to a much wider range, with neural network-based video coding being one of them. Neural network-based video coding can be performed at two different levels: embedding neural network-based (NN-based) coding tools into a classical video compression framework or building the entire compression framework upon neural networks. This paper elaborates some of the recent exploration efforts of JVET (Joint Video Experts Team of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC29) in the name of neural network-based video coding (NNVC), falling in the former category. Specifically, this paper discusses two major NN-based video coding technologies, i.e. neural network-based intra prediction and neural network-based in-loop filtering, which have been investigated for several meeting cycles in JVET and finally adopted into the reference software of NNVC. Extensive experiments on top of the NNVC have been conducted to evaluate the effectiveness of the proposed techniques. Compared with VTM-11.0_nnvc, the proposed NN-based coding tools in NNVC-4.0 could achieve {11.94%, 21.86%, 22.59%}, {9.18%, 19.76%, 20.92%}, and {10.63%, 21.56%, 23.02%} BD-rate reductions on average for {Y, Cb, Cr} under random-access, low-delay, and all-intra configurations respectively.
△ Less
Submitted 13 September, 2023; v1 submitted 11 September, 2023;
originally announced September 2023.
-
D-TIPO: Deep time-inconsistent portfolio optimization with stocks and options
Authors:
Kristoffer Andersson,
Cornelis W. Oosterlee
Abstract:
In this paper, we propose a machine learning algorithm for time-inconsistent portfolio optimization. The proposed algorithm builds upon neural network based trading schemes, in which the asset allocation at each time point is determined by a a neural network. The loss function is given by an empirical version of the objective function of the portfolio optimization problem. Moreover, various tradin…
▽ More
In this paper, we propose a machine learning algorithm for time-inconsistent portfolio optimization. The proposed algorithm builds upon neural network based trading schemes, in which the asset allocation at each time point is determined by a a neural network. The loss function is given by an empirical version of the objective function of the portfolio optimization problem. Moreover, various trading constraints are naturally fulfilled by choosing appropriate activation functions in the output layers of the neural networks. Besides this, our main contribution is to add options to the portfolio of risky assets and a risk-free bond and using additional neural networks to determine the amount allocated into the options as well as their strike prices.
We consider objective functions more in line with the rational preference of an investor than the classical mean-variance, apply realistic trading constraints and model the assets with a correlated jump-diffusion SDE. With an incomplete market and a more involved objective function, we show that it is beneficial to add options to the portfolio. Moreover, it is shown that adding options leads to a more constant stock allocation with less demand for drastic re-allocations.
△ Less
Submitted 5 September, 2023; v1 submitted 21 August, 2023;
originally announced August 2023.
-
A deep solver for BSDEs with jumps
Authors:
Kristoffer Andersson,
Alessandro Gnoatto,
Marco Patacca,
Athena Picarelli
Abstract:
The aim of this work is to propose an extension of the deep solver by Han, Jentzen, E (2018) to the case of forward backward stochastic differential equations (FBSDEs) with jumps. As in the aforementioned solver, starting from a discretized version of the FBSDE and parametrizing the (high dimensional) control processes by means of a family of artificial neural networks (ANNs), the FBSDE is viewed…
▽ More
The aim of this work is to propose an extension of the deep solver by Han, Jentzen, E (2018) to the case of forward backward stochastic differential equations (FBSDEs) with jumps. As in the aforementioned solver, starting from a discretized version of the FBSDE and parametrizing the (high dimensional) control processes by means of a family of artificial neural networks (ANNs), the FBSDE is viewed as a model-based reinforcement learning problem and the ANN parameters are fitted so as to minimize a prescribed loss function. We take into account both finite and infinite jump activity by introducing, in the latter case, an approximation with finitely many jumps of the forward process. We successfully apply our algorithm to option pricing problems in low and high dimension and discuss the applicability in the context of counterparty credit risk.
△ Less
Submitted 21 May, 2025; v1 submitted 8 November, 2022;
originally announced November 2022.
-
Convergence of a robust deep FBSDE method for stochastic control
Authors:
Kristoffer Andersson,
Adam Andersson,
Cornelis W. Oosterlee
Abstract:
In this paper, we propose a deep learning based numerical scheme for strongly coupled FBSDEs, stemming from stochastic control. It is a modification of the deep BSDE method in which the initial value to the backward equation is not a free parameter, and with a new loss function being the weighted sum of the cost of the control problem, and a variance term which coincides with the mean squared erro…
▽ More
In this paper, we propose a deep learning based numerical scheme for strongly coupled FBSDEs, stemming from stochastic control. It is a modification of the deep BSDE method in which the initial value to the backward equation is not a free parameter, and with a new loss function being the weighted sum of the cost of the control problem, and a variance term which coincides with the mean squared error in the terminal condition. We show by a numerical example that a direct extension of the classical deep BSDE method to FBSDEs, fails for a simple linear-quadratic control problem, and motivate why the new method works. Under regularity and boundedness assumptions on the exact controls of time continuous and time discrete control problems, we provide an error analysis for our method. We show empirically that the method converges for three different problems, one being the one that failed for a direct extension of the deep BSDE method.
△ Less
Submitted 9 February, 2023; v1 submitted 18 January, 2022;
originally announced January 2022.
-
The One Step Malliavin scheme: new discretization of BSDEs implemented with deep learning regressions
Authors:
Balint Negyesi,
Kristoffer Andersson,
Cornelis W. Oosterlee
Abstract:
A novel discretization is presented for forward-backward stochastic differential equations (FBSDE) with differentiable coefficients, simultaneously solving the BSDE and its Malliavin sensitivity problem. The control process is estimated by the corresponding linear BSDE driving the trajectories of the Malliavin derivatives of the solution pair, which implies the need to provide accurate $Γ$ estimat…
▽ More
A novel discretization is presented for forward-backward stochastic differential equations (FBSDE) with differentiable coefficients, simultaneously solving the BSDE and its Malliavin sensitivity problem. The control process is estimated by the corresponding linear BSDE driving the trajectories of the Malliavin derivatives of the solution pair, which implies the need to provide accurate $Γ$ estimates. The approximation is based on a merged formulation given by the Feynman-Kac formulae and the Malliavin chain rule. The continuous time dynamics is discretized with a theta-scheme. In order to allow for an efficient numerical solution of the arising semi-discrete conditional expectations in possibly high-dimensions, it is fundamental that the chosen approach admits to differentiable estimates. Two fully-implementable schemes are considered: the BCOS method as a reference in the one-dimensional framework and neural network Monte Carlo regressions in case of high-dimensional problems, similarly to the recently emerging class of Deep BSDE methods [Han et al. (2018), Huré et al. (2020)]. An error analysis is carried out to show $L^2$ convergence of order $1/2$, under standard Lipschitz assumptions and additive noise in the forward diffusion. Numerical experiments are provided for a range of different semi- and quasi-linear equations up to $50$ dimensions, demonstrating that the proposed scheme yields a significant improvement in the control estimations.
△ Less
Submitted 11 October, 2021;
originally announced October 2021.
-
Deep learning for CVA computations of large portfolios of financial derivatives
Authors:
Kristoffer Andersson,
Cornelis W. Oosterlee
Abstract:
In this paper, we propose a neural network-based method for CVA computations of a portfolio of derivatives. In particular, we focus on portfolios consisting of a combination of derivatives, with and without true optionality, \textit{e.g.,} a portfolio of a mix of European- and Bermudan-type derivatives. CVA is computed, with and without netting, for different levels of WWR and for different levels…
▽ More
In this paper, we propose a neural network-based method for CVA computations of a portfolio of derivatives. In particular, we focus on portfolios consisting of a combination of derivatives, with and without true optionality, \textit{e.g.,} a portfolio of a mix of European- and Bermudan-type derivatives. CVA is computed, with and without netting, for different levels of WWR and for different levels of credit quality of the counterparty. We show that the CVA is overestimated with up to 25\% by using the standard procedure of not adjusting the exercise strategy for the default-risk of the counterparty. For the Expected Shortfall of the CVA dynamics, the overestimation was found to be more than 100\% in some non-extreme cases.
△ Less
Submitted 26 October, 2020;
originally announced October 2020.
-
Charge collection efficiency in back-illuminated Charge-Coupled Devices
Authors:
Guillermo Fernandez-Moroni,
Kevin Andersson,
Ana Botti,
Juan Estrada,
Dario Rodrigues,
Javier Tiffenberg
Abstract:
Low noise CCDs fully-depleted up to 675 micrometers have been identified as a unique tool for Dark Matter searches and low energy neutrino physics. The charge collection efficiency (CCE) for these detectors is a critical parameter for the performance of future experiments. We present here a new technique to characterize CCE in back-illuminated CCDs based on soft X-rays. This technique is used to c…
▽ More
Low noise CCDs fully-depleted up to 675 micrometers have been identified as a unique tool for Dark Matter searches and low energy neutrino physics. The charge collection efficiency (CCE) for these detectors is a critical parameter for the performance of future experiments. We present here a new technique to characterize CCE in back-illuminated CCDs based on soft X-rays. This technique is used to characterize two different detector designs. The results demonstrate the importance of the backside processing for detection near threshold, showing that a recombination layer of a few microns significantly distorts the low energy spectrum. The studies demonstrate that the region of partial charge collection can be reduced to less than 1 micrometer thickness with adequate backside processing.
△ Less
Submitted 8 July, 2020;
originally announced July 2020.
-
Absolute measurement of the Fano factor using a Skipper-CCD
Authors:
Dario Rodrigues,
Kevin Andersson,
Mariano Cababie,
Andre Donadon,
Ana Botti,
Gustavo Cancelo,
Juan Estrada,
Guillermo Fernandez-Moroni,
Ricardo Piegaia,
Matias Senger,
Miguel Sofo Haro,
Leandro Stefanazzi,
Javier Tiffenberg,
Sho Uemura
Abstract:
Skipper-CCD can achieve deep sub-electron readout noise making possible the absolute determination of the exact number of ionized electrons in a large range, from 0 to above 1900 electrons. In this work we present a novel technique that exploits this unique capability to allow self-calibration and the ultimate determination of silicon properties. We performed an absolute measurement of the varianc…
▽ More
Skipper-CCD can achieve deep sub-electron readout noise making possible the absolute determination of the exact number of ionized electrons in a large range, from 0 to above 1900 electrons. In this work we present a novel technique that exploits this unique capability to allow self-calibration and the ultimate determination of silicon properties. We performed an absolute measurement of the variance and the mean number of the charge distribution produced by $^{55}$Fe X-rays, getting a Fano factor absolute measurement in Si at 123K and 5.9 keV. A value of 0.119 $\pm$ 0.002 was found and the electron-hole pair creation energy was determined to be (3.749 $\pm$ 0.001) eV. This technology opens the opportunity for direct measurements of the Fano factor at low energies.
△ Less
Submitted 6 November, 2020; v1 submitted 23 April, 2020;
originally announced April 2020.
-
A deep learning approach for computations of exposure profiles for high-dimensional Bermudan options
Authors:
Kristoffer Andersson,
Cornelis Oosterlee
Abstract:
In this paper, we propose a neural network-based method for approximating expected exposures and potential future exposures of Bermudan options. In a first phase, the method relies on the Deep Optimal Stopping algorithm, which learns the optimal stopping rule from Monte-Carlo samples of the underlying risk factors. Cashflow-paths are then created by applying the learned stopping strategy on a new…
▽ More
In this paper, we propose a neural network-based method for approximating expected exposures and potential future exposures of Bermudan options. In a first phase, the method relies on the Deep Optimal Stopping algorithm, which learns the optimal stopping rule from Monte-Carlo samples of the underlying risk factors. Cashflow-paths are then created by applying the learned stopping strategy on a new set of realizations of the risk factors. Furthermore, in a second phase the risk factors are regressed against the cashflow-paths to obtain approximations of pathwise option values. The regression step is carried out by ordinary least squares as well as neural networks, and it is shown that the latter produces more accurate approximations.
The expected exposure is formulated, both in terms of the cashflow-paths and in terms of the pathwise option values and it is shown that a simple Monte-Carlo average yields accurate approximations in both cases. The potential future exposure is estimated by the empirical $α$-percentile.
Finally, it is shown that the expected exposures, as well as the potential future exposures can be computed under either, the risk neutral measure, or the real world measure, without having to re-train the neural networks.
△ Less
Submitted 11 September, 2020; v1 submitted 4 March, 2020;
originally announced March 2020.
-
Security, Privacy and Trust for Smart Mobile-Internet of Things (M-IoT): A Survey
Authors:
Vishal Sharma,
Ilsun You,
Karl Andersson,
Francesco Palmieri,
Mubashir Husain Rehmani,
Jaedeok Lim
Abstract:
With an enormous range of applications, Internet of Things (IoT) has magnetized industries and academicians from everywhere. IoT facilitates operations through ubiquitous connectivity by providing Internet access to all the devices with computing capabilities. With the evolution of wireless infrastructure, the focus from simple IoT has been shifted to smart, connected and mobile IoT (M-IoT) device…
▽ More
With an enormous range of applications, Internet of Things (IoT) has magnetized industries and academicians from everywhere. IoT facilitates operations through ubiquitous connectivity by providing Internet access to all the devices with computing capabilities. With the evolution of wireless infrastructure, the focus from simple IoT has been shifted to smart, connected and mobile IoT (M-IoT) devices and platforms, which can enable low-complexity, low-cost and efficient computing through sensors, machines, and even crowdsourcing. All these devices can be grouped under a common term of M-IoT. Even though the positive impact on applications has been tremendous, security, privacy and trust are still the major concerns for such networks and an insufficient enforcement of these requirements introduces non-negligible threats to M-IoT devices and platforms. Thus, it is important to understand the range of solutions which are available for providing a secure, privacy-compliant, and trustworthy mechanism for M-IoT. There is no direct survey available, which focuses on security, privacy, trust, secure protocols, physical layer security and handover protections in M-IoT. This paper covers such requisites and presents comparisons of state-the-art solutions for IoT which are applicable to security, privacy, and trust in smart and connected M-IoT networks. Apart from these, various challenges, applications, advantages, technologies, standards, open issues, and roadmap for security, privacy and trust are also discussed in this paper.
△ Less
Submitted 9 August, 2020; v1 submitted 13 March, 2019;
originally announced March 2019.
-
PERCCOM: A Master Program in Pervasive Computing and COMmunications for Sustainable Development
Authors:
Jari Porras,
Ahmed Seffah,
Eric Rondeau,
Karl Andersson,
Klimova Alexandra
Abstract:
This paper presents the Erasmus Mundus Joint Master Degree in Pervasive Computing and Communications for Sustainable Development (PERCCOM). This program brings together 11 academic partners and 8 industry partners to combine advanced Information and Communication Technologies (ICT) with environmental awareness to enable world-class education and unique competences for ICT professionals who can bui…
▽ More
This paper presents the Erasmus Mundus Joint Master Degree in Pervasive Computing and Communications for Sustainable Development (PERCCOM). This program brings together 11 academic partners and 8 industry partners to combine advanced Information and Communication Technologies (ICT) with environmental awareness to enable world-class education and unique competences for ICT professionals who can build cleaner, greener, more resource and energy efficient cyber-physical systems. First, this paper describes the rationale and motivations for ICT education for sustainability challenges. It then details the structure and contents of the programs including the courses offered at the three teaching locations (Nancy France, Lappeenranta Finland, and Lulea Sweden). The ways that the program has been running as well as students selection, their thesis works, involvement of industry, are also discussed. The program was built and managed using a solid academic standards and strategies student-centered learning.
△ Less
Submitted 11 April, 2016;
originally announced April 2016.
-
Exact Probability Distribution versus Entropy
Authors:
Kerstin Andersson
Abstract:
The problem addressed concerns the determination of the average number of successive attempts of guessing a word of a certain length consisting of letters with given probabilities of occurrence. Both first- and second-order approximations to a natural language are considered. The guessing strategy used is guessing words in decreasing order of probability. When word and alphabet sizes are large, ap…
▽ More
The problem addressed concerns the determination of the average number of successive attempts of guessing a word of a certain length consisting of letters with given probabilities of occurrence. Both first- and second-order approximations to a natural language are considered. The guessing strategy used is guessing words in decreasing order of probability. When word and alphabet sizes are large, approximations are necessary in order to estimate the number of guesses. Several kinds of approximations are discussed demonstrating moderate requirements concerning both memory and CPU time. When considering realistic sizes of alphabets and words (100) the number of guesses can be estimated within minutes with reasonable accuracy (a few percent). For many probability distributions the density of the logarithm of probability products is close to a normal distribution. For those cases it is possible to derive an analytical expression for the average number of guesses. The proportion of guesses needed on average compared to the total number decreases almost exponentially with the word length. The leading term in an asymptotic expansion can be used to estimate the number of guesses for large word lengths. Comparisons with analytical lower bounds and entropy expressions are also provided.
△ Less
Submitted 10 May, 2014;
originally announced May 2014.
-
On the Boundedness of Collatz Sequences
Authors:
Kerstin Andersson
Abstract:
An attempt to come closer to a resolution of the Collatz conjecture is presented. The central idea is the formation of a tree consisting of positive odd numbers with number 1 as root. Functions for generating the tree from the root are presented and paths from nodes to the root are given by modified Collatz sequences (with the even numbers omitted). The Collatz problem is thus reduced to showing t…
▽ More
An attempt to come closer to a resolution of the Collatz conjecture is presented. The central idea is the formation of a tree consisting of positive odd numbers with number 1 as root. Functions for generating the tree from the root are presented and paths from nodes to the root are given by modified Collatz sequences (with the even numbers omitted). The Collatz problem is thus reduced to showing that all positive odd numbers are present in the tree. The main result is the proof of the boundedness of Collatz sequences. With the even numbers omitted they either end up in the number 1 (convergence) or in a repetitive cycle of numbers (divergence). The existence/non-existence of cycles in Collatz sequences (with the even numbers omitted) is still an open question.
△ Less
Submitted 17 August, 2018; v1 submitted 28 March, 2014;
originally announced March 2014.
-
Characterization of ICM Temperature Distributions of 62 Galaxy Clusters with XMM-Newton
Authors:
K. A. Frank,
J. R. Peterson,
K. Andersson,
A. C. Fabian,
J. S. Sanders
Abstract:
We measure the intracluster medium temperature distributions for 62 galaxy clusters in the HIFLUGCS, an X-ray flux-limited sample, with available X-ray data from XMM-Newton. We search for correlations between the width of the temperature distributions and other cluster properties, including median cluster temperature, luminosity, size, presence of a cool core, AGN activity, and dynamical state. We…
▽ More
We measure the intracluster medium temperature distributions for 62 galaxy clusters in the HIFLUGCS, an X-ray flux-limited sample, with available X-ray data from XMM-Newton. We search for correlations between the width of the temperature distributions and other cluster properties, including median cluster temperature, luminosity, size, presence of a cool core, AGN activity, and dynamical state. We use a Markov Chain Monte Carlo analysis which models the ICM as a collection of X-ray emitting smoothed particles of plasma. Each smoothed particle is given its own set of parameters, including temperature, spatial position, redshift, size, and emission measure. This allows us to measure the width of the temperature distribution, median temperature, and total emission measure of each cluster. We find that none of the clusters have a temperature width, σ_kT, consistent with isothermality. Counterintuitively, we also find that the temperature distribution widths of disturbed, non-cool-core, and AGN-free clusters tend to be wider than in other clusters. A linear fit to σ_kT - kT_med finds σ_kT ~ 0.20kT_med + 1.08, with an estimated intrinsic scatter of ~ 0.55 keV, demonstrating a large range in ICM thermal histories.
△ Less
Submitted 14 January, 2013; v1 submitted 10 December, 2012;
originally announced December 2012.
-
SPT-CL J0205-5829: A z = 1.32 Evolved Massive Galaxy Cluster in the South Pole Telescope Sunyaev-Zel'dovich Effect Survey
Authors:
B. Stalder,
J. Ruel,
R. Suhada,
M. Brodwin,
K. A. Aird,
K. Andersson,
R. Armstrong,
M. L. N. Ashby,
M. Bautz,
M. Bayliss,
G. Bazin,
B. A. Benson,
L. E. Bleem,
J. E. Carlstrom,
C. L. Chang,
H. M. Cho,
A. Clocchiatti,
T. M. Crawford,
A. T. Crites,
T. de Haan,
S. Desai,
M. A. Dobbs,
J. P. Dudley,
R. J. Foley,
W. R. Forman
, et al. (58 additional authors not shown)
Abstract:
The galaxy cluster SPT-CL J0205-5829 currently has the highest spectroscopically-confirmed redshift, z=1.322, in the South Pole Telescope Sunyaev-Zel'dovich (SPT-SZ) survey. XMM-Newton observations measure a core-excluded temperature of Tx=8.7keV producing a mass estimate that is consistent with the Sunyaev-Zel'dovich derived mass. The combined SZ and X-ray mass estimate of M500=(4.9+/-0.8)e14 h_{…
▽ More
The galaxy cluster SPT-CL J0205-5829 currently has the highest spectroscopically-confirmed redshift, z=1.322, in the South Pole Telescope Sunyaev-Zel'dovich (SPT-SZ) survey. XMM-Newton observations measure a core-excluded temperature of Tx=8.7keV producing a mass estimate that is consistent with the Sunyaev-Zel'dovich derived mass. The combined SZ and X-ray mass estimate of M500=(4.9+/-0.8)e14 h_{70}^{-1} Msun makes it the most massive known SZ-selected galaxy cluster at z>1.2 and the second most massive at z>1. Using optical and infrared observations, we find that the brightest galaxies in SPT-CL J0205-5829 are already well evolved by the time the universe was <5 Gyr old, with stellar population ages >3 Gyr, and low rates of star formation (<0.5Msun/yr). We find that, despite the high redshift and mass, the existence of SPT-CL J0205-5829 is not surprising given a flat LambdaCDM cosmology with Gaussian initial perturbations. The a priori chance of finding a cluster of similar rarity (or rarer) in a survey the size of the 2500 deg^2 SPT-SZ survey is 69%.
△ Less
Submitted 11 October, 2012; v1 submitted 29 May, 2012;
originally announced May 2012.
-
Galaxy clusters discovered via the Sunyaev-Zel'dovich effect in the first 720 square degrees of the South Pole Telescope survey
Authors:
C. L. Reichardt,
B. Stalder,
L. E. Bleem,
T. E. Montroy,
K. A. Aird,
K. Andersson,
R. Armstrong,
M. L. N. Ashby,
M. Bautz,
M. Bayliss,
G. Bazin,
B. A. Benson,
M. Brodwin,
J. E. Carlstrom,
C. L. Chang,
H. M. Cho,
A. Clocchiatti,
T. M. Crawford,
A. T. Crites,
T. de Haan,
S. Desai,
M. A. Dobbs,
J. P. Dudley,
R. J. Foley,
W. R. Forman
, et al. (55 additional authors not shown)
Abstract:
We present a catalog of 224 galaxy cluster candidates, selected through their Sunyaev-Zel'dovich (SZ) effect signature in the first 720 deg2 of the South Pole Telescope (SPT) survey. This area was mapped with the SPT in the 2008 and 2009 austral winters to a depth of 18 uK-arcmin at 150 GHz; 550 deg2 of it was also mapped to 44 uK-arcmin at 95 GHz. Based on optical imaging of all candidates and ne…
▽ More
We present a catalog of 224 galaxy cluster candidates, selected through their Sunyaev-Zel'dovich (SZ) effect signature in the first 720 deg2 of the South Pole Telescope (SPT) survey. This area was mapped with the SPT in the 2008 and 2009 austral winters to a depth of 18 uK-arcmin at 150 GHz; 550 deg2 of it was also mapped to 44 uK-arcmin at 95 GHz. Based on optical imaging of all candidates and near-infrared imaging of the majority of candidates, we have found optical and/or infrared counterparts for 158 clusters. Of these, 135 were first identified as clusters in SPT data, including 117 new discoveries reported in this work. This catalog triples the number of confirmed galaxy clusters discovered through the SZ effect. We report photometrically derived (and in some cases spectroscopic) redshifts for confirmed clusters and redshift lower limits for the remaining candidates. The catalog extends to high redshift with a median redshift of z = 0.55 and maximum redshift of z = 1.37. Based on simulations, we expect the catalog to be nearly 100% complete above M500 ~ 5e14 Msun h_{70}^-1 at z > 0.6. There are 121 candidates detected at signal-to-noise greater than five, at which the catalog purity is measured to be 95%. From this high-purity subsample, we exclude the z < 0.3 clusters and use the remaining 100 candidates to improve cosmological constraints following the method presented by Benson et al., 2011. Adding the cluster data to CMB+BAO+H0 data leads to a preference for non-zero neutrino masses while only slightly reducing the upper limit on the sum of neutrino masses to sum mnu < 0.38 eV (95% CL). For a spatially flat wCDM cosmological model, the addition of this catalog to the CMB+BAO+H0+SNe results yields sigma8=0.807+-0.027 and w = -1.010+-0.058, improving the constraints on these parameters by a factor of 1.4 and 1.3, respectively. [abbrev]
△ Less
Submitted 26 March, 2012;
originally announced March 2012.
-
Cosmological Constraints from Sunyaev-Zel'dovich-Selected Clusters with X-ray Observations in the First 178 Square Degrees of the South Pole Telescope Survey
Authors:
B. A. Benson,
T. de Haan,
J. P. Dudley,
C. L. Reichardt,
K. A. Aird,
K. Andersson,
R. Armstrong,
M. Bautz,
M. Bayliss,
G. Bazin,
L. E. Bleem,
M. Brodwin,
J. E. Carlstrom,
C. L. Chang,
H. M. Cho,
A. Clocchiatti,
T. M. Crawford,
A. T. Crites,
S. Desai,
M. A. Dobbs,
R. J. Foley,
W. R. Forman,
E. M. George,
M. D. Gladders,
N. W. Halverson
, et al. (51 additional authors not shown)
Abstract:
We use measurements from the South Pole Telescope (SPT) Sunyaev Zel'dovich (SZ) cluster survey in combination with X-ray measurements to constrain cosmological parameters. We present a statistical method that fits for the scaling relations of the SZ and X-ray cluster observables with mass while jointly fitting for cosmology. The method is generalizable to multiple cluster observables, and self-con…
▽ More
We use measurements from the South Pole Telescope (SPT) Sunyaev Zel'dovich (SZ) cluster survey in combination with X-ray measurements to constrain cosmological parameters. We present a statistical method that fits for the scaling relations of the SZ and X-ray cluster observables with mass while jointly fitting for cosmology. The method is generalizable to multiple cluster observables, and self-consistently accounts for the effects of the cluster selection and uncertainties in cluster mass calibration on the derived cosmological constraints. We apply this method to a data set consisting of an SZ-selected catalog of 18 galaxy clusters at z > 0.3 from the first 178 deg2 of the 2500 deg2 SPT-SZ survey, with 14 clusters having X-ray observations from either Chandra or XMM. Assuming a spatially flat LCDM cosmological model, we find the SPT cluster sample constrain sigma_8 (Omega_m/0.25)^0.30 = 0.785 +- 0.037. In combination with measurements of the CMB power spectrum from the SPT and the seven-year WMAP data, the SPT cluster sample constrain sigma_8 = 0.795 +- 0.016 and Omega_m = 0.255 +- 0.016, a factor of 1.5 improvement on each parameter over the CMB data alone. We consider several extensions beyond the LCDM model by including the following as free parameters: the dark energy equation of state (w), the sum of the neutrino masses (sum mnu), the effective number of relativistic species (Neff), and a primordial non-Gaussianity (fNL). We find that adding the SPT cluster data significantly improves the constraints on w and sum mnu beyond those found when using measurements of the CMB, supernovae, baryon acoustic oscillations, and the Hubble constant. Considering each extension independently, we best constrain w=-0.973 +- 0.063 and the sum of neutrino masses sum mnu < 0.28 eV at 95% confidence, a factor of 1.25 and 1.4 improvement, respectively, over the constraints without clusters. [abbrev.]
△ Less
Submitted 22 December, 2011;
originally announced December 2011.
-
A Multiband Study of the Galaxy Populations of the First Four Sunyaev--Zeldovich Effect selected Galaxy Clusters
Authors:
A. Zenteno,
J. Song,
S. Desai,
R. Armstrong,
J. J. Mohr,
C. -C. Ngeow,
W. A. Barkhouse,
S. S. Allam,
K. Andersson,
G. Bazin,
B. A. Benson,
E. Bertin,
M. Brodwin,
E. J. Buckley-Geer,
S. M. Hansen,
F. W. High,
H. Lin,
Y. -T. Lin,
J. Liu,
A. Rest,
R. C. Smith,
B. Stalder,
A. A. Stark,
D. L. Tucker,
Y. Yang
Abstract:
We present first results of an examination of the optical properties of the galaxy populations in SZE selected galaxy clusters. Using clusters selected by the South Pole Telescope survey and deep multiband optical data from the Blanco Cosmology Survey, we measure the radial profile, the luminosity function, the blue fraction and the halo occupation number of the galaxy populations of these four cl…
▽ More
We present first results of an examination of the optical properties of the galaxy populations in SZE selected galaxy clusters. Using clusters selected by the South Pole Telescope survey and deep multiband optical data from the Blanco Cosmology Survey, we measure the radial profile, the luminosity function, the blue fraction and the halo occupation number of the galaxy populations of these four clusters with redshifts ranging from 0.3 to 1. Our goal is to understand whether there are differences among the galaxy populations of these SZE selected clusters and previously studied clusters selected in the optical and the X-ray. The radial distributions of galaxies in the four systems are consistent with NFW profiles with a galaxy concentration of 3 to 6. We show that the characteristic luminosities in $griz$ bands are consistent with passively evolving populations emerging from a single burst at redshift $z=3$. The faint end power law slope of the luminosity function is found to be on average $α\approx -1.2$ in griz. Halo occupation numbers (to $m^*+2$) for these systems appear to be consistent with those based on X-ray selected clusters. The blue fraction estimated to $0.36L^*$, for the three lower redshift systems, suggests an increase with redshift, although with the current sample the uncertainties are still large. Overall, this pilot study of the first four clusters provides no evidence that the galaxy populations in these systems differ significantly from those in previously studied cluster populations selected in the X-ray or the optical.
△ Less
Submitted 23 March, 2011;
originally announced March 2011.
-
South Pole Telescope Detections of the Previously Unconfirmed Planck Early SZ Clusters in the Southern Hemisphere
Authors:
K. Story,
K. A. Aird,
K. Andersson,
R. Armstrong,
G. Bazin,
B. A. Benson,
L. E. Bleem,
M. Bonamente,
M. Brodwin,
J. E. Carlstrom,
C. L. Chang,
A. Clocchiatti,
T. M. Crawford,
A. T. Crites,
T. de Haan,
S. Desai,
M. A. Dobbs,
J. P. Dudley,
R. J. Foley,
E. M. George,
M. D. Gladders,
A. H. Gonzalez,
N. W. Halverson,
F. W. High,
G. P. Holder
, et al. (38 additional authors not shown)
Abstract:
We present South Pole Telescope (SPT) observations of the five galaxy cluster candidates in the southern hemisphere which were reported as unconfirmed in the Planck Early Sunyaev-Zel'dovich (ESZ) sample. One cluster candidate, PLCKESZ G255.62-46.16, is located in the 2500-square-degree SPT SZ survey region and was reported previously as SPT-CL J0411-4819. For the remaining four candidates, which a…
▽ More
We present South Pole Telescope (SPT) observations of the five galaxy cluster candidates in the southern hemisphere which were reported as unconfirmed in the Planck Early Sunyaev-Zel'dovich (ESZ) sample. One cluster candidate, PLCKESZ G255.62-46.16, is located in the 2500-square-degree SPT SZ survey region and was reported previously as SPT-CL J0411-4819. For the remaining four candidates, which are located outside of the SPT SZ survey region, we performed short, dedicated SPT observations. Each of these four candidates was strongly detected in maps made from these observations, with signal-to-noise ratios ranging from 6.3 to 13.8. We have observed these four candidates on the Magellan-Baade telescope and used these data to estimate cluster redshifts from the red sequence. Resulting redshifts range from 0.24 to 0.46. We report measurements of Y_0.75', the integrated Comptonization within a 0.75' radius, for all five candidates. We also report X-ray luminosities calculated from ROSAT All-Sky Survey catalog counts, as well as optical and improved SZ coordinates for each candidate. The combination of SPT SZ measurements, optical red-sequence measurements, and X-ray luminosity estimates demonstrates that these five Planck ESZ cluster candidates do indeed correspond to real galaxy clusters with redshifts and observable properties consistent with the rest of the ESZ sample.
△ Less
Submitted 2 August, 2011; v1 submitted 10 February, 2011;
originally announced February 2011.
-
An SZ-selected sample of the most massive galaxy clusters in the 2500-square-degree South Pole Telescope survey
Authors:
R. Williamson,
B. A. Benson,
F. W. High,
K. Vanderlinde,
P. A. R. Ade,
K. A. Aird,
K. Andersson,
R. Armstrong,
M. L. N. Ashby,
M. Bautz,
G. Bazin,
E. Bertin,
L. E. Bleem,
M. Bonamente,
M. Brodwin,
J. E. Carlstrom,
C. L. Chang,
S. C. Chapman,
A. Clocchiatti,
T. M. Crawford,
A. T. Crites,
T. de Haan,
S. Desai,
M. A. Dobbs,
J. P. Dudley
, et al. (50 additional authors not shown)
Abstract:
The South Pole Telescope (SPT) is currently surveying 2500 deg^2 of the southern sky to detect massive galaxy clusters out to the epoch of their formation using the Sunyaev-Zel'dovich (SZ) effect. This paper presents a catalog of the 26 most significant SZ cluster detections in the full survey region. The catalog includes 14 clusters which have been previously identified and 12 that are new discov…
▽ More
The South Pole Telescope (SPT) is currently surveying 2500 deg^2 of the southern sky to detect massive galaxy clusters out to the epoch of their formation using the Sunyaev-Zel'dovich (SZ) effect. This paper presents a catalog of the 26 most significant SZ cluster detections in the full survey region. The catalog includes 14 clusters which have been previously identified and 12 that are new discoveries. These clusters were identified in fields observed to two differing noise depths: 1500 deg^2 at the final SPT survey depth of 18 uK-arcmin at 150 GHz, and 1000 deg^2 at a depth of 54 uK-arcmin. Clusters were selected on the basis of their SZ signal-to-noise ratio (S/N) in SPT maps, a quantity which has been demonstrated to correlate tightly with cluster mass. The S/N thresholds were chosen to achieve a comparable mass selection across survey fields of both depths. Cluster redshifts were obtained with optical and infrared imaging and spectroscopy from a variety of ground- and space-based facilities. The redshifts range from 0.098 \leq z \leq 1.132 with a median of z_med = 0.40. The measured SZ S/N and redshifts lead to unbiased mass estimates ranging from 9.8 \times 10^14 M_sun/h_70 \leq M_200(rho_mean) \leq 3.1 \times 10^15 M_sun/h_70. Based on the SZ mass estimates, we find that none of the clusters are individually in significant tension with the LambdaCDM cosmological model. We also test for evidence of non-Gaussianity based on the cluster sample and find the data show no preference for non-Gaussian perturbations.
△ Less
Submitted 23 June, 2011; v1 submitted 6 January, 2011;
originally announced January 2011.
-
Discovery and Cosmological Implications of SPT-CL J2106-5844, the Most Massive Known Cluster at z > 1
Authors:
R. J. Foley,
K. Andersson,
G. Bazin,
T. de Haan,
J. Ruel,
P. A. R. Ade,
K. A. Aird,
R. Armstrong,
M. L. N. Ashby,
M. Bautz,
B. A. Benson,
L. E. Bleem,
M. Bonamente,
M. Brodwin,
J. E. Carlstrom,
C. L. Chang,
A. Clocchiatti,
T. M. Crawford,
A. T. Crites,
S. Desai,
M. A. Dobbs,
J. P. Dudley,
G. G. Fazio,
W. R. Forman,
G. Garmire
, et al. (48 additional authors not shown)
Abstract:
Using the South Pole Telescope (SPT), we have discovered the most massive known galaxy cluster at z > 1, SPT-CL J2106-5844. In addition to producing a strong Sunyaev-Zel'dovich effect signal, this system is a luminous X-ray source and its numerous constituent galaxies display spatial and color clustering, all indicating the presence of a massive galaxy cluster. VLT and Magellan spectroscopy of 18…
▽ More
Using the South Pole Telescope (SPT), we have discovered the most massive known galaxy cluster at z > 1, SPT-CL J2106-5844. In addition to producing a strong Sunyaev-Zel'dovich effect signal, this system is a luminous X-ray source and its numerous constituent galaxies display spatial and color clustering, all indicating the presence of a massive galaxy cluster. VLT and Magellan spectroscopy of 18 member galaxies shows that the cluster is at z = 1.132^+0.002_-0.003. Chandra observations obtained through a combined HRC-ACIS GTO program reveal an X-ray spectrum with an Fe K line redshifted by z = 1.18 +/- 0.03. These redshifts are consistent with galaxy colors in extensive optical, near-infrared, and mid-infrared imaging. SPT-CL J2106-5844 displays extreme X-ray properties for a cluster, having a core-excluded temperature of kT = 11.0^+2.6_-1.9 keV and a luminosity (within r_500) of L_X (0.5 - 2.0 keV) = (13.9 +/- 1.0) x 10^44 erg/s. The combined mass estimate from measurements of the Sunyaev-Zel'dovich effect and X-ray data is M_200 = (1.27 +/- 0.21) x 10^15 M_sun. The discovery of such a massive gravitationally collapsed system at high redshift provides an interesting laboratory for galaxy formation and evolution, and is a powerful probe of extreme perturbations of the primordial matter density field. We discuss the latter, determining that, under the assumption of LambdaCDM cosmology with only Gaussian perturbations, there is only a 7% chance of finding a galaxy cluster similar to SPT-CL J2106-5844 in the 2500 deg^2 SPT survey region, and that only one such galaxy cluster is expected in the entire sky.
△ Less
Submitted 6 January, 2011;
originally announced January 2011.
-
SPT-CL J0546-5345: A Massive z > 1 Galaxy Cluster Selected Via the Sunyaev-Zel'dovich Effect with the South Pole Telescope
Authors:
M. Brodwin,
J. Ruel,
P. A. R. Ade,
K. A. Aird,
K. Andersson,
M. L. N. Ashby,
M. Bautz,
G. Bazin,
B. A. Benson,
L. E. Bleem,
J. E. Carlstrom,
C. L. Chang,
T. M. Crawford,
A. T. Crites,
T. de Haan,
S. Desai,
M. A. Dobbs,
J. P. Dudley,
G. G. Fazio,
R. J. Foley,
W. R. Forman,
G. Garmire,
E. M. George,
M. D. Gladders,
A. H. Gonzalez
, et al. (42 additional authors not shown)
Abstract:
We report the spectroscopic confirmation of SPT-CL J0546-5345 at <z> = 1.067. To date this is the most distant cluster to be spectroscopically confirmed from the 2008 South Pole Telescope (SPT) catalog, and indeed the first z > 1 cluster discovered by the Sunyaev-Zel'dovich Effect (SZE). We identify 21 secure spectroscopic members within 0.9 Mpc of the SPT cluster position, 18 of which are quiesce…
▽ More
We report the spectroscopic confirmation of SPT-CL J0546-5345 at <z> = 1.067. To date this is the most distant cluster to be spectroscopically confirmed from the 2008 South Pole Telescope (SPT) catalog, and indeed the first z > 1 cluster discovered by the Sunyaev-Zel'dovich Effect (SZE). We identify 21 secure spectroscopic members within 0.9 Mpc of the SPT cluster position, 18 of which are quiescent, early-type galaxies. From these quiescent galaxies we obtain a velocity dispersion of 1179^{+232}_{-167} km/s, ranking SPT-CL J0546-5345 as the most dynamically massive cluster yet discovered at z > 1. Assuming that SPT-CL J0546-5345 is virialized, this implies a dynamical mass of M_200 = 1.0^{+0.6}_{-0.4} x 10^{15} Msun, in agreement with the X-ray and SZE mass measurements. Combining masses from several independent measures leads to a best-estimate mass of M_200 = (7.95 +/- 0.92) x 10^{14} Msun. The spectroscopic confirmation of SPT-CL J0546-5345, discovered in the wide-angle, mass-selected SPT cluster survey, marks the onset of the high redshift SZE-selected galaxy cluster era.
△ Less
Submitted 26 July, 2010; v1 submitted 29 June, 2010;
originally announced June 2010.
-
X-ray Properties of the First SZE-selected Galaxy Cluster Sample from the South Pole Telescope
Authors:
K. Andersson,
B. A. Benson,
P. A. R. Ade,
K. A. Aird,
B. Armstrong,
M. Bautz,
L. E. Bleem,
M. Brodwin,
J. E. Carlstrom,
C. L. Chang,
T. M. Crawford,
A. T. Crites,
T. de Haan,
S. Desai,
M. A. Dobbs,
J. P. Dudley,
R. J. Foley,
W. R. Forman,
G. Garmire,
E. M. George,
M. D. Gladders,
N. W. Halverson,
F. W. High,
G. P. Holder,
W. L. Holzapfel
, et al. (37 additional authors not shown)
Abstract:
We present results of X-ray observations of a sample of 15 clusters selected via their imprint on the cosmic microwave background (CMB) from the thermal Sunyaev-Zel'dovich (SZ) effect. These clusters are a subset of the first SZ-selected cluster catalog, obtained from observations of 178 deg^2 of sky surveyed by the South Pole Telescope. Using X-ray observations with Chandra and XMM-Newton, we est…
▽ More
We present results of X-ray observations of a sample of 15 clusters selected via their imprint on the cosmic microwave background (CMB) from the thermal Sunyaev-Zel'dovich (SZ) effect. These clusters are a subset of the first SZ-selected cluster catalog, obtained from observations of 178 deg^2 of sky surveyed by the South Pole Telescope. Using X-ray observations with Chandra and XMM-Newton, we estimate the temperature, T_X, and mass, M_g, of the intracluster medium (ICM) within r_500 for each cluster. From these, we calculate Y_X=M_g T_X and estimate the total cluster mass using a M_500-Y_X scaling relation measured from previous X-ray studies. The integrated Comptonization, Y_SZ, is derived from the SZ measurements, using additional information from the X-ray measured gas density profiles and a universal temperature profile. We calculate scaling relations between the X-ray and SZ observables, and find results generally consistent with other measurements and the expectations from simple self-similar behavior. Specifically, we fit a Y_SZ-Y_X relation and find a normalization of 0.82 +- 0.07, marginally consistent with the predicted ratio of Y_SZ/Y_X=0.91+-0.01 that would be expected from the density and temperature models used in this work. Using the Y_X derived mass estimates, we fit a Y_SZ-M_500 relation and find a slope consistent with the self-similar expectation of Y_SZ ~ M^5/3 with a normalization consistent with predictions from other X-ray studies. We compare the X-ray mass estimates to previously published SZ mass estimates derived from cosmological simulations of the SPT survey. We find that the SZ mass estimates are lower by a factor of 0.89+-0.06, which is within the ~15% systematic uncertainty quoted for the simulation-based SZ masses.
△ Less
Submitted 15 June, 2010;
originally announced June 2010.
-
XMM-Newton detection of two clusters of galaxies with strong SPT Sunyaev-Zel'dovich effect signatures
Authors:
R. Suhada,
J. Song,
H. Boehringer,
B. A. Benson,
J. Mohr,
R. Fassbender,
A. Finoguenov,
D. Pierini,
G. W. Pratt,
K. Andersson,
R. Armstrong,
S. Desai
Abstract:
We report on the discovery of two galaxy clusters, SPT-CL J2332-5358 and SPT-CL J2342-5411, in X-rays. These clusters were also independently detected through their Sunyaev-Zel'dovich effect by the South Pole Telescope, and confirmed in the optical band by the Blanco Cosmology Survey. They are thus the first clusters detected under survey conditions by all major cluster search approaches. The X-ra…
▽ More
We report on the discovery of two galaxy clusters, SPT-CL J2332-5358 and SPT-CL J2342-5411, in X-rays. These clusters were also independently detected through their Sunyaev-Zel'dovich effect by the South Pole Telescope, and confirmed in the optical band by the Blanco Cosmology Survey. They are thus the first clusters detected under survey conditions by all major cluster search approaches. The X-ray detection is made within the frame of the XMM-BCS cluster survey utilizing a novel XMM-Newton mosaic mode of observations. The present study makes the first scientific use of this operation mode. We estimate the X-ray spectroscopic temperature of SPT-CL J2332-5358 (at redshift z=0.32) to T = 9.3 (+3.3/-1.9) keV, implying a high mass, M_{500} = 8.8 +/- 3.8 \times 10^{14} M_{sun}. For SPT-CL J2342-5411, at z=1.08, the available X-ray data doesn't allow us to directly estimate the temperature with good confidence. However, using our measured luminosity and scaling relations we estimate that T = 4.5 +/- 1.3 keV and M_{500} = 1.9 +/- 0.8 \times 10^{14} M_{sun}. We find a good agreement between the X-ray masses and those estimated from the Sunyaev-Zel'dovich effect.
△ Less
Submitted 15 March, 2010;
originally announced March 2010.
-
Discrepant Mass Estimates in the Cluster of Galaxies Abell 1689
Authors:
E. -H. Peng,
K. Andersson,
M. W. Bautz,
G. P. Garmire
Abstract:
We present a new mass estimate of a well-studied gravitational lensing cluster, Abell 1689, from deep Chandra observations with a total exposure of 200 ks. Within r=200 h-1 kpc, the X-ray mass estimate is systematically lower than that of lensing by 30-50%. At r>200 h-1 kpc, the mass density profiles from X-ray and weak lensing methods give consistent results. The most recent weak lensing work s…
▽ More
We present a new mass estimate of a well-studied gravitational lensing cluster, Abell 1689, from deep Chandra observations with a total exposure of 200 ks. Within r=200 h-1 kpc, the X-ray mass estimate is systematically lower than that of lensing by 30-50%. At r>200 h-1 kpc, the mass density profiles from X-ray and weak lensing methods give consistent results. The most recent weak lensing work suggest a steeper profile than what is found from the X-ray analysis, while still in agreement with the mass at large radii. Previous studies have suggested that cooler small-scale structures can bias X-ray temperature measurements or that the northern part of the cluster is disturbed. We find these scenarios unlikely to resolve the central mass discrepancy since the former requires 70-90% of the space to be occupied by these cool structures and excluding the northern substructure does not significantly affect the total mass profiles. A more plausible explanation is a projection effect. We also find that the previously reported high hard-band to broad-band temperature ratio in A1689, and many other clusters observed with Chandra, may be resulting from the instrumental absorption that decreases 10-15% of the effective area at ~1.75 keV.
△ Less
Submitted 23 June, 2009;
originally announced June 2009.
-
Characterizing the Properties of Clusters of Galaxies as a Function of Luminosity and Redshift
Authors:
K. Andersson,
J. R. Peterson,
G. Madejski,
A. Goobar
Abstract:
We report the application of a new Monte Carlo method, Smoothed Particle Inference (SPI, described in a pair of companion papers), towards analysis and interpretation of X-ray observations of clusters of galaxies with the XMM-Newton satellite. Our sample consists of publicly available, well-exposed observations of clusters at redshifts z > 0.069, totaling 101 objects. We determine the luminosity…
▽ More
We report the application of a new Monte Carlo method, Smoothed Particle Inference (SPI, described in a pair of companion papers), towards analysis and interpretation of X-ray observations of clusters of galaxies with the XMM-Newton satellite. Our sample consists of publicly available, well-exposed observations of clusters at redshifts z > 0.069, totaling 101 objects. We determine the luminosity and temperature structure of the X-ray emitting gas, with the goal to quantify the scatter and the evolution of the L_X - T relation, as well as to investigate the dependence on cluster substructure with redshift. We confirm that L_X \propto T^3 and we find a weak redshift dependence (\propto (1+z)^(β_LT), β_LT=0.50 +- 0.34), in contrast to some Chandra results. The level of dynamical activity is established using the "power ratios" method, and we find signs of evolution in the P_3/P_0 power ratio. A new method, the "temperature two-point correlation function," is proposed. This method is used to determine the "power spectrum" of temperature fluctuations in the X-ray emitting gas as a function of spatial scale. We show how this method can be fruitfully used to identify cooling core clusters as well as those with disturbed structures, presumably due to on-going or recent merger activity.
△ Less
Submitted 2 February, 2009;
originally announced February 2009.
-
Optimised Curing of Silver Ink Jet Based Printed Traces
Authors:
Z. Radivojevic,
K. Andersson,
K. Hashizume,
M. Heino,
M. Mantysalo,
P. Mansikkamaki,
Y. Matsuba,
N. Terada
Abstract:
Manufacturing electronic devices by printing techniques with low temperature sintering of nano-size material particles can revolutionize the electronics industry in coming years. The impact of this change to the industry can be significant enabling low-cost products and flexibility in manufacturing. implementation of a new production technology with new materials requires thorough elementary kno…
▽ More
Manufacturing electronic devices by printing techniques with low temperature sintering of nano-size material particles can revolutionize the electronics industry in coming years. The impact of this change to the industry can be significant enabling low-cost products and flexibility in manufacturing. implementation of a new production technology with new materials requires thorough elementary knowledge creation. It should be noticed that although some of first electronic devices ideally can be manufactured by printing, at the present several modules are in fact manufactured by using hybrid techniques (for instance photolithography, vapor depositions, spraying, etc...).
△ Less
Submitted 12 September, 2007;
originally announced September 2007.
-
Application of an XMM-Newton EPIC Monte Carlo Technique to Analysis and Interpretation of Data for the Abell 1689, RX J0658-55 and Centaurus clusters of galaxies
Authors:
K. E. Andersson,
J. R. Peterson,
G. M. Madejski
Abstract:
We propose a new Monte Carlo method to study extended X-ray sources with the European Photon Imaging Camera (EPIC) aboard {\sl XMM-Newton}. The smoothed particle inference (SPI) technique, described in a companion paper, is applied here to the EPIC data for the clusters of galaxies Abell 1689, Centaurus, and RX J0658-55 (the ``bullet cluster''). We aim to show the advantages of this method of si…
▽ More
We propose a new Monte Carlo method to study extended X-ray sources with the European Photon Imaging Camera (EPIC) aboard {\sl XMM-Newton}. The smoothed particle inference (SPI) technique, described in a companion paper, is applied here to the EPIC data for the clusters of galaxies Abell 1689, Centaurus, and RX J0658-55 (the ``bullet cluster''). We aim to show the advantages of this method of simultaneous spectral and spatial modeling over traditional X-ray spectral analysis. In Abell 1689 we confirm our earlier findings about structure in the temperature distribution and produce a high-resolution temperature map. We also find a hint of velocity structure within the gas, consistent with previous findings. In the bullet cluster, RX J0658-55, we produce the highest resolution temperature map ever to be published of this cluster, allowing us to trace what looks like the trail of the motion of the bullet in the cluster. We even detect a south-to-north temperature gradient within the bullet itself. In the Centaurus cluster we detect, by dividing up the luminosity of the cluster in bands of gas temperatures, a striking feature to the north-east of the cluster core. We hypothesize that this feature is caused by a subcluster left over from a substantial merger that slightly displaced the core. We conclude that our method is very powerful in determining the spatial distributions of plasma temperatures and very useful for systematic studies in cluster structure.
△ Less
Submitted 6 December, 2007; v1 submitted 1 December, 2006;
originally announced December 2006.
-
Smoothed Particle Inference: A Kilo-Parametric Method for X-ray Galaxy Cluster Modeling
Authors:
J. R. Peterson,
P. J. Marshall,
K. Andersson
Abstract:
We propose an ambitious new method that models the intracluster medium in clusters of galaxies as a set of X-ray emitting smoothed particles of plasma. Each smoothed particle is described by a handful of parameters including temperature, location, size, and elemental abundances. Hundreds to thousands of these particles are used to construct a model cluster of galaxies, with the appropriate compl…
▽ More
We propose an ambitious new method that models the intracluster medium in clusters of galaxies as a set of X-ray emitting smoothed particles of plasma. Each smoothed particle is described by a handful of parameters including temperature, location, size, and elemental abundances. Hundreds to thousands of these particles are used to construct a model cluster of galaxies, with the appropriate complexity estimated from the data quality. This model is then compared iteratively with X-ray data in the form of adaptively binned photon lists via a two-sample likelihood statistic and iterated via Markov Chain Monte Carlo. The complex cluster model is propagated through the X-ray instrument response using direct sampling Monte Carlo methods. Using this approach the method can reproduce many of the features observed in the X-ray emission in a less assumption-dependent way that traditional analyses, and it allows for a more detailed characterization of the density, temperature, and metal abundance structure of clusters. Multi-instrument X-ray analyses and simultaneous X-ray, Sunyaev-Zeldovich (SZ), and lensing analyses are a straight-forward extension of this methodology. Significant challenges still exist in understanding the degeneracy in these models and the statistical noise induced by the complexity of the models.
△ Less
Submitted 1 December, 2006; v1 submitted 26 July, 2005;
originally announced July 2005.
-
Intrinsic Curvature in the X-ray Spectra of BL Lacertae Objects
Authors:
Eric S. Perlman,
Greg Madejski,
Markos Georganopoulos,
Karl Andersson,
Timothy Dougherty,
Julian Krolik,
Travis Rector,
John T. Stocke,
Anuradha Koratkar,
Stefan Wagner,
Margo Aller,
Hugh Aller,
Mark G. Allen
Abstract:
We report results from {\it XMM-Newton} observations of thirteen X-ray bright BL Lacertae objects, selected from the {\it Einstein} Slew Survey sample. The survey was designed to look for evidence of departures of the X-ray spectra from a simple power law shape (i.e., curvature and/or line features), and to find objects worthy of deeper study. Our data are generally well fit by power-law models,…
▽ More
We report results from {\it XMM-Newton} observations of thirteen X-ray bright BL Lacertae objects, selected from the {\it Einstein} Slew Survey sample. The survey was designed to look for evidence of departures of the X-ray spectra from a simple power law shape (i.e., curvature and/or line features), and to find objects worthy of deeper study. Our data are generally well fit by power-law models, with three cases having hard ($Γ<2; dN/dE \propto E^{-Γ}$) spectra that indicate synchrotron peaks at $E \gsim 5$ keV. Previous data had suggested a presence of absorption features in the X-ray spectra of some BL Lacs. In contrast, none of these spectra show convincing examples of line features, either in absorption or emission, suggesting that such features are rare amongst BL Lacs, or, more likely, artifacts caused by instrumental effects. We find significant evidence for intrinsic curvature (steepening by $dΓ/ d({\rm log} E) = 0.4 \pm 0.15$) in fourteen of the seventeen X-ray spectra. This cannot be explained satisfactorily via excess absorption, since the curvature is essentially constant from $0.5-6$ keV, an observation which is inconsistent with the modest amounts of absorption that would be required. We use the {\it XMM-Newton} Optical Monitor data with concurrent radio monitoring to derive broadband spectral energy distributions and peak frequency estimates. From these we examine models of synchrotron emission and model the spectral curvature we see as the result of episodic particle acceleration.
△ Less
Submitted 23 February, 2005; v1 submitted 15 February, 2005;
originally announced February 2005.
-
BL Lac X-ray Spectra: simpler than we thought
Authors:
Eric S. Perlman,
Timothy Daugherty,
Anuradha Koratkar,
Grzegorz Madejski,
Karl Andersson,
Julian H. Krolik,
Hugh Aller,
Margo Aller,
John T. Stocke,
Travis A. Rector,
Paolo Padovani,
Mark Allen,
Stefan Wagner
Abstract:
We report results from {\it XMM-Newton} observations of thirteen X-ray bright BL Lacertae objects, selected from the {\it Einstein} Slew Survey sample. The spectra are generally well fit by power-law models, with four objects having hard ($α<1; F_ν\propto ν^{-α}$) spectra that indicates synchrotron peaks at $>5$ keV. None of our spectra show line features, indicating that soft X-ray absorption `…
▽ More
We report results from {\it XMM-Newton} observations of thirteen X-ray bright BL Lacertae objects, selected from the {\it Einstein} Slew Survey sample. The spectra are generally well fit by power-law models, with four objects having hard ($α<1; F_ν\propto ν^{-α}$) spectra that indicates synchrotron peaks at $>5$ keV. None of our spectra show line features, indicating that soft X-ray absorption ``notches'' must be rare amongst BL Lacs, rather than common or ubiquitous as had previously been asserted. We find significant curvature in most of the spectra. This curvature is almost certainly intrinsic, as it appears nearly constant from 0.5 to 6 keV, an observation which is inconsistent with the small columns seen in these sources.
△ Less
Submitted 24 March, 2004;
originally announced March 2004.
-
Complex Structure of Galaxy Cluster Abell 1689: Evidence for a Merger from X-ray data?
Authors:
K. E. Andersson,
G. M. Madejski
Abstract:
Abell 1689 is a galaxy cluster at $z=0.183$ where previous measurements of its mass using various techniques gave discrepant results. We present a new detailed measurement of the mass with the data based on X-ray observations with the European Photon Imaging Camera aboard the XMM-Newton Observatory, determined by using an unparameterized deprojection technique. Fitting the total mass profile to…
▽ More
Abell 1689 is a galaxy cluster at $z=0.183$ where previous measurements of its mass using various techniques gave discrepant results. We present a new detailed measurement of the mass with the data based on X-ray observations with the European Photon Imaging Camera aboard the XMM-Newton Observatory, determined by using an unparameterized deprojection technique. Fitting the total mass profile to a Navarro-Frenk-White model yields halo concentration $c=7.2^{+1.6}_{-2.4}$ and $r_{200}=1.13 \pm 0.21 h^{-1} \mathrm{Mpc}$, corresponding to a mass which is less than half of what is found from gravitational lensing. Adding to the evidence of substructure from optical observations, X-ray analysis shows a highly asymmetric temperature profile and a non-uniform redshift distribution implying large scale relative motion of the gas. A lower than expected gas mass fraction $f_{gas}=0.072 \pm 0.008$ (for a flat $Λ$CDM cosmology) suggests a complex spatial and/or dynamical structure. We also find no signs of any additional absorbing component previously reported on the basis of the Chandra data, confirming the XMM low energy response using data from ROSAT.
△ Less
Submitted 29 January, 2004;
originally announced January 2004.
-
Escape from a zero current state in a one dimensional array of Josephson junctions
Authors:
K. Andersson,
D. B. Haviland
Abstract:
A long one dimensional array of small Josephson junctions exhibits Coulomb blockade of Cooper pair tunneling. This zero current state exists up to a switching voltage, Vsw, where there is a sudden onset of current. In this paper we present histograms showing how Vsw changes with temperature for a long array and calculations of the corresponding escape rates. Our analysis of the problem is based…
▽ More
A long one dimensional array of small Josephson junctions exhibits Coulomb blockade of Cooper pair tunneling. This zero current state exists up to a switching voltage, Vsw, where there is a sudden onset of current. In this paper we present histograms showing how Vsw changes with temperature for a long array and calculations of the corresponding escape rates. Our analysis of the problem is based on the existence of a voltage dependent energy barrier and we do not make any assumptions about its shape. The data divides up into two temperature regimes, the higher of which can be explained with Kramers thermal escape model. At low temperatures the escape becomes independent of temperature.
△ Less
Submitted 17 April, 2002;
originally announced April 2002.
-
Superconducting and Insulating Behavior in One-Dimensional Josephson Junction Arrays
Authors:
D. B. Haviland,
K. Andersson,
P. Agren
Abstract:
Experiments on one-dimensional small capacitance Josephson Junction arrays are described. The arrays have a junction capacitance that is much larger than the stray capacitance of the electrodes, which we argue is important for observation of Coulomb blockade. The Josephson energy can be tuned in situ and an evolution from Josephson-like to Coulomb blockade behavior is observed. This evolution ca…
▽ More
Experiments on one-dimensional small capacitance Josephson Junction arrays are described. The arrays have a junction capacitance that is much larger than the stray capacitance of the electrodes, which we argue is important for observation of Coulomb blockade. The Josephson energy can be tuned in situ and an evolution from Josephson-like to Coulomb blockade behavior is observed. This evolution can be described as a superconducting to insulating, quantum phase transition. In the Coulomb blockade state, hysteretic current-voltage characteristics are described by a dynamic model which is dual to the resistively shunted junction model of classical Josephson junctions.
△ Less
Submitted 11 January, 2000;
originally announced January 2000.