Growth-rate distributions at stationarity
arXiv:2603.29916v1 Announce Type: new Abstract: We propose new analytical tools for describing growth-rate distributions generated by stationary time-series. Our analysis shows how deviations from normality are not pathological behaviour, as suggested by some traditional views, but instead can be accounted for by clean and general statistical considerations. In contrast, strict normality is the effect of specific modelling choices. Systems characterized by stationary Gamma or heavy-tailed abundance distributions produce log-growth-rate distributions well described by a generalized logistic distribution, which can describe tent-shaped or nearly normal datasets and serves as a useful null model for these observables. These results prove that, for large enough time lags, in practice, growth-r
View PDF HTML (experimental)
Abstract:We propose new analytical tools for describing growth-rate distributions generated by stationary time-series. Our analysis shows how deviations from normality are not pathological behaviour, as suggested by some traditional views, but instead can be accounted for by clean and general statistical considerations. In contrast, strict normality is the effect of specific modelling choices. Systems characterized by stationary Gamma or heavy-tailed abundance distributions produce log-growth-rate distributions well described by a generalized logistic distribution, which can describe tent-shaped or nearly normal datasets and serves as a useful null model for these observables. These results prove that, for large enough time lags, in practice, growth-rate distributions cease to be time-dependent and exhibit finite variance. Based on this analysis, we identify some key stylized macroecological patterns and specific stochastic differential equations capable of reproducing them. A pragmatic workflow for heuristic selection between these models is then introduced. This approach is particularly useful for systems with limited data-tracking quality, where applying sophisticated inference methods is challenging.
Comments: 9 pages, 3 figures
Subjects:
Data Analysis, Statistics and Probability (physics.data-an); Populations and Evolution (q-bio.PE); Quantitative Methods (q-bio.QM)
Cite as: arXiv:2603.29916 [physics.data-an]
(or arXiv:2603.29916v1 [physics.data-an] for this version)
https://doi.org/10.48550/arXiv.2603.29916
arXiv-issued DOI via DataCite (pending registration)
Submission history
From: Edgardo Brigatti [view email] [v1] Tue, 31 Mar 2026 15:57:12 UTC (358 KB)
Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
More about
modelannounceanalysis
Diffusion-based AI model successfully trained in electroplating
Electrochemical deposition, or electroplating, is a common industrial technique that coats materials to improve corrosion resistance and protection, durability and hardness, conductivity and more. A Los Alamos National Laboratory team has developed generative diffusion-based AI models for electrochemistry, an innovative electrochemistry approach demonstrated with experimental data.

A technical deep-dive into building APEX: an autonomous AI operations system on OpenClaw
<p><strong>The Premise</strong><br> What if an AI system could market itself, track its own costs, learn from its engagement data, and sell products — all running autonomously on a cheap VPS?<br> That's what I built with APEX. It's been running for a week. Here are the real numbers, the technical decisions, and what I got wrong.</p> <p><strong>The Stack</strong><br> VPS: DigitalOcean Basic ($48/month) — Ubuntu 24.04<br> Agent framework: OpenClaw (open source)<br> LLM: Anthropic Claude Sonnet 4.6 via API<br> Web search: Gemini provider (free tier)<br> Memory: SQLite with Gemini embeddings (3072 dimensions)<br> Social: X API (pay-per-use tier) with OAuth 1.0a<br> Payments: Stripe<br> Monitoring: Discord webhooks (5 channels)<br> Total daily cost: $2.12</p> <p><strong>The Architecture</strong

Your content pipeline is lying to you, and in regulated software, that's a serious problem
<p>There is a category of bug that does not show up in your test suite, does not trigger an alert, and does not produce a stack trace. It looks like this: the wrong version of your content is running in production, and you have no reliable way to prove otherwise.</p> <p>For most applications, this is embarrassing. For software in regulated industries (medical devices, industrial systems, certified training applications, etc.) it can be a compliance failure with real consequences.</p> <p>This post is about why this happens, why the obvious fixes do not actually fix it, and what a correct architecture looks like.</p> <h2> The problem with treating content like database state </h2> <p>Most content pipelines work roughly like this: content lives somewhere editable (a CMS, a database, Notion, a
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.
More in Products
Reliable Agentic Development on a €40 Budget: Dependency-Aware Orchestration for Claude & Codex
Reliable Agentic Development on a €40 Budget: Dependency-Aware Orchestration for Claude, Codex, and Human-in-the-Loop Most agentic coding demos show the happy path: AI gets task, AI writes code, done. What they don’t show is who decides what the tasks are. Or what happens when a task is marked Done but the file never got created. Or when the agent silently hangs on an auth error. Or when a dependency chain falls apart and you don’t find out until three tasks downstream have already run on bad assumptions. I built a Python orchestrator that handles the full lifecycle. Claude does the planning. Codex does the building. The orchestrator manages everything in between: task state in Notion, dependency chains, failure recovery, human blocker detection, and push notifications. Total cost: €40/mon
Apple turns 50: 8 of the company’s biggest tech milestones
With Apple turning 50 years old today, Northumbria University’s Nick Dalton goes through some of the tech giant’s most notable tech milestones. Read more: Apple turns 50: 8 of the company’s biggest tech milestones
The AI Revolution in Development: Why Outer Loop Agents Are the Next Big Thing
Editor’s note: Robert Brennan is speaking at ODSC AI East this April 28th-30th in Boston! Check out his talk, “ Agents for the Inner Loop and Outer Loop ,” there! If you’re using AI to code, you’re probably doing what most developers do: running it inside your IDE or as a CLI on your laptop. You make a few changes, the AI helps out, and you iterate until it’s working. That’s the inner loop of development — and it’s where AI has already made a massive impact. But here’s the thing most people are missing: AI is about to revolutionize what happens after you push your code. The Shift to Outer Loop Agents Think about everything that happens after you git push: CI/CD runs, code gets reviewed, issues get tracked, vulnerabilities get flagged. That’s the outer loop — and traditionally, it’s been pr

Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!