build-physiological-time-series-simulator

Simulate discrete-time physiological signals with customizable patient profiles and stochastic noise.

Updated May 15, 2026
One-click install
npx skills add https://github.com/ruskibeats/t1d --skill build-physiological-time-series-simulator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-physiological-time-series-simulator
Source: https://github.com/ruskibeats/t1d/tree/main/.pi/skills-archive/build-physiological-time-series-simulator
Command: npx skills add https://github.com/ruskibeats/t1d --skill build-physiological-time-series-simulator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, matplotlib, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows the creation of synthetic physiological data to validate algorithms and train models without real patient data.

Core Features & Use Cases

  • Simulate Physiological Signals: Generate glucose, heart rate, blood pressure, etc., for testing algorithms and models.
  • Composable Components: Build simulations with circadian rhythms, meal effects, medication impact, exercise, and noise.
  • Use Case: When developing algorithms that need to understand how exercise affects glucose levels or how medication dosing affects overall health.

Quick Start

Generate a 7-day physiological simulation using the build-physiological-time-series-simulator skill with default settings.

Frequently Asked Questions about build-physiological-time-series-simulator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate synthetic physiological signals for model training without real patient data?

You generate synthetic physiological signals by simulating discrete-time data such as glucose, heart rate, and blood pressure. This framework validates algorithms and trains models using customizable patient profiles instead of real patient data.

Can I simulate meal events and medication schedules when testing physiological algorithms?

Yes, you can simulate meal events and medication schedules when testing physiological algorithms. The framework provides composable components to build simulations incorporating circadian rhythms, meals, medication impact, exercise regimens, and stochastic noise.

Does the physiological time series simulator work with numpy and pandas for data generation?

Yes, the physiological time series simulator works with numpy and pandas for data generation. These dependencies provide the foundational data structures and numerical operations required for the signal simulation and algorithm testing framework.

What is the best way to test how exercise affects glucose levels using synthetic data?

The best way to test how exercise affects glucose levels using synthetic data is to configure customizable patient profiles with specific exercise regimens. The simulator generates the corresponding physiological responses, allowing you to analyze the impact on glucose levels.

How do I add stochastic noise to simulated heart rate and blood pressure signals?

You add stochastic noise to simulated heart rate and blood pressure signals through the framework's composable components. This feature allows you to introduce realistic variability into the discrete-time physiological data for robust algorithm testing.

When should I use synthetic physiological data generation instead of real patient records?

You should use synthetic physiological data generation instead of real patient records when validating algorithms and training models. It provides customizable patient profiles and meal events without privacy concerns or the constraints of real clinical data availability.