paper-with-me

Papers

PyKoopman: A Python Package for Data-Driven Approximation of the Koopman Operator

2023-06-22 · Shaowu Pan, Eurika Kaiser, Brian M. de Silva, J. Nathan Kutz, Steven L. Brunton

PyKoopman is a Python package for the data-driven approximation of the Koopman operator associated with a dynamical system. The Koopman operator is a principled linear embedding of nonlinear dynamics and facilitates the prediction, estimation, and control of strongly nonlinear dynamics using linear systems theory. In particular, PyKoopman provides tools for data-driven system identification for unforced and actuated systems that build on the equation-free dynamic mode decomposition (DMD) and its variants. In this work, we provide a brief description of the mathematical underpinnings of the Koopman operator, an overview and demonstration of the features implemented in PyKoopman (with code examples), practical advice for users, and a list of potential extensions to PyKoopman. Software is available at http://github.com/dynamicslab/pykoopman

📄 PDF Abstract BibTeX arXiv:2306.12962

Code (1)

dynamicslab/pykoopman 공식 구현

Similar Papers 제목 키워드 기반

pyforce-1.0.0: Python Framework for data-driven model Order Reduction of multi-physiCs problEms

2026-05-18 · Stefano Riva, Yantao Luo, Carolina Introini, Antonio Cammi arxiv

pyforce is a Python package implementing Data-Driven Reduced Order Modelling techniques for applications to multi-physics problems, mainly set in the Nuclear Engineering world. The package is part of the ROSE (Reduced Or…

Fitting scattered data with optional monotonicity constraints on GPU: LipFit package

2026-06-03 · Gleb Beliakov arxiv

This paper presents a method of multivariate scattered data interpolation and approximation that produces optimal Lipschitz-continuous approximation, subject to the desired monotonicity constraints. This method relies on…

discretize_distributions: Efficient Quantization of Gaussian Mixtures with Guarantees in Wasserstein Distance

2025-11-19 · Steven Adams, Elize Alwash, Luca Laurenti arxiv

We present discretize_distributions, a Python package that efficiently constructs discrete approximations of Gaussian mixture distributions and provides guarantees on the approximation error in Wasserstein distance. The …

PySensors: A Python Package for Sparse Sensor Placement

2021-02-20 · Brian M. de Silva, Krithika Manohar, Emily Clark, Bingni W. Brunton 외

PySensors is a Python package for selecting and placing a sparse set of sensors for classification and reconstruction tasks. Specifically, PySensors implements algorithms for data-driven sparse sensor placement optimizat…

ClassificationGeneral Classification

An Empirical Study of Vulnerabilities in Python Packages and Their Detection

2025-09-04 · Haowei Quan, Junjie Wang, Xinzhe Li, Terry Yue Zhuo 외 arxiv

In the rapidly evolving software development landscape, Python stands out for its simplicity, versatility, and extensive ecosystem. Python packages, as units of organization, reusability, and distribution, have become a …

Vulnerability Detection