Source author record

Michael Kane

Michael Kane appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

5works
8topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

5 published item(s)

preprint2022arXiv

Bayesian local exchangeability design for phase II basket trials

We propose an information borrowing strategy for the design and monitoring of phase II basket trials based on the local multisource exchangeability assumption between baskets (disease types). In our proposed local-MEM framework, information borrowing is only allowed to occur locally, i.e., among baskets with similar response rate and the amount of information borrowing is determined by the level of similarity in response rate, whereas baskets not considered similar are not allowed to share information. We construct a two-stage design for phase II basket trials using the proposed strategy. The proposed method is compared to competing Bayesian methods and Simon's two-stage design in a variety of simulation scenarios. We demonstrate the proposed method is able to maintain the family-wise type I error rate at a reasonable level and has desirable basket-wise power compared to Simon's two-stage design. In addition, our method is computationally efficient compared to existing Bayesian methods in that the posterior profiles of interest can be derived explicitly without the need for sampling algorithms.

preprint2021arXiv

Economic controls co-design of hybrid microgrids with tidal/PV generation and lithium ion/flow battery storage

Islanded microgrids powered by renewable energy require costly energy storage systems due to the uncontrollable generators. Energy storage needs are amplified when load and generation are misaligned on hourly, monthly, or seasonal timescales. Diversification of both loads and generation can smooth out such mismatches. The ideal type of battery to smooth out remaining generation deficits will depend on the duration(s) that energy is stored. This study presents a controls co-design approach to design an islanded microgrid, showing the benefit of hybridizing tidal and solar generation and hybridizing lithium-ion and flow battery energy storage. The optimization of the microgrid's levelized cost of energy is initially studied in grid-search slices to understand convexity and smoothness, then a particle swarm optimization is proposed and used to study the sensitivity of the hybrid system configuration to variations in component costs. The study highlights the benefits of controls co-design, the need to model premature battery failure, and the importance of using battery cost models that are applicable across orders of magnitude variations in energy storage durations. The results indicate that such a hybrid microgrid would currently produce energy at five times the cost of diesel generation, but flow battery innovations could bring this closer to only twice the cost while using 100% renewable energy.

preprint2020arXiv

Numerical tolerance for spectral decompositions of random matrices

We precisely quantify the impact of statistical error in the quality of a numerical approximation to a random matrix eigendecomposition, and under mild conditions, we use this to introduce an optimal numerical tolerance for residual error in spectral decompositions of random matrices. We demonstrate that terminating an eigendecomposition algorithm when the numerical error and statistical error are of the same order results in computational savings with no loss of accuracy. We also repair a flaw in a ubiquitous termination condition, one in wide employ in several computational linear algebra implementations. We illustrate the practical consequences of our stopping criterion with an analysis of simulated and real networks. Our theoretical results and real-data examples establish that the tradeoff between statistical and numerical error is of significant import for data science.

preprint2016arXiv

Efficient Thresholded Correlation using Truncated Singular Value Decomposition

Efficiently computing a subset of a correlation matrix consisting of values above a specified threshold is important to many practical applications. Real-world problems in genomics, machine learning, finance other applications can produce correlation matrices too large to explicitly form and tractably compute. Often, only values corresponding to highly-correlated vectors are of interest, and those values typically make up a small fraction of the overall correlation matrix. We present a method based on the singular value decomposition (SVD) and its relationship to the data covariance structure that can efficiently compute thresholded subsets of very large correlation matrices.

preprint2016arXiv

iotools: High-Performance I/O Tools for R

The iotools package provides a set of tools for Input/Output (I/O) intensive datasets processing in R (R Core Team, 2014). Efficent parsing methods are included which minimize copying and avoid the use of intermediate string representations whenever possible. Functions for applying chunk-wise operations allow for computing on streaming input as well as arbitrarily large files. We present a set of example use cases for iotools, as well as extensive benchmarks comparing comparable functions provided in both core-R as well as other contributed packages.