Skip to content
#small language model Open access

labplan: exact measurement planning, calibration and audit trails for any lab model

Sep 2026 · Zenodo (CERN European Organization for Nuclear Research)

Abstract

Fixed Model.jacobian (used by information, design and fit) took its finite-difference step as 1e-6 * max(|theta|, 1e-3). For a parameter smaller than 1e-3 in its own units the step, 1e-9, was too coarse; for a time constant of 1e-9 s it was the size of the parameter itself. The planned error bars then depended on the units the parameter was written in, a noiseless fit could stop away from the truth (V0 = 0.987 and tau = 0.938 ns instead of 1 and 1 ns in the new test's RC model), and a model that divides by such a parameter was refused as "non-finite". The step is now 1e-6 * |theta|. When that step changes the predictions by less than 1e-8 of their size (always for a parameter that is exactly zero, and for one that is tiny next to the rest of the prediction, such as a slope of 1e-12 beside an offset of 1), the 0.1.0 step 1e-6 * max(|theta|, 1e-3) is used instead: a purely relative step would there be lost in floating-point rounding and give wrong slopes, wrong error bars and false "cannot tell the parameters apart" refusals. Results for parameters of size 1e-3 or more are unchanged. Tests New test_small_parameters_unit_invariant: the same RC model with tau in seconds and in nanoseconds gives the same planned error bars (to 1 part in 10^6) and the same noiseless fit, and the slopes of a model that divides by a 1e-9 parameter are finite and exact to 1 part in 10^6. It fails on 0.1.0. New test_near_zero_parameter_keeps_a_resolvable_step: for a straight line with slope 1e-12, 1e-300 or 0, the slopes match the exact ones to 1 part in 10^6, and a noiseless fit of a flat line returns the textbook covariance. It guards the fallback above. The CI matrix now includes Python 3.10, which the classifiers claim but CI did not run, and a new oldest-dependencies job runs the suite on Python 3.9 with NumPy 1.22.0 and pytest 7.0.0, the lowest versions pyproject.toml allows. Changed README rewritten in plain language, with worked examples whose printed output is checked, a list of the actual refusals, and each test described with the tolerance it really uses. Corrections to the v0.1.0 notes "the recomputed greedy rule": no test recomputes the greedy selection step by step. The tests check that the picks are distinct, that they beat 30 random subsets, and that the two-point pick equals the best pair found by exhaustion. "linear-model covariance equals the textbook closed form exactly, planner and fit agree as one matrix": the tests assert this to a relative tolerance of 1e-6, not exactly. Full history: CHANGELOG.md

View source

Similar papers

#computer vision Open access Jun 2016

Software Development in Startup Companies: The Greenfield Startup Model

The results are packaged in the Greenfield Startup Model (GSM), which explains the priority of startups to release the product as quickly as possible, and the need to shorten time-to-market, by speeding up the development through low-precision engineering activities.

Carmine Giardino, Nicolò Paternoster, M. Unterkalmsteiner et al. · 178 citations · ⚡14
#computer vision Open access Oct 2016

Software Startups - A Research Agenda

Software startup companies develop innovative, software-intensive products within limited timeframes and with few resources, searching for sustainable and scalable business models.

M. Unterkalmsteiner, P. Abrahamsson, Xiaofeng Wang et al. · 157 citations · ⚡17
#machine learning Review Open access Oct 2016

“Failures” to be celebrated: an analysis of major pivots of software startups

This study conducts a case survey study based on the secondary data of the major pivots happened in 49 software startups, and demonstrates that customer need pivot is the most common among all pivot types.

Sohaib Shahid Bajwa, Xiaofeng Wang, Anh Nguyen-Duc et al. · 127 citations · ⚡15
#computer vision Review Open access May 2015

A survey study on major technical barriers affecting the decision to adopt cloud services

The comparison of adopter and non-adopter sample reveals three potential adoption inhibitor, security, data privacy, and portability, which underlines the importance of the technical and security perspectives for research investigating the adoption of technology.

Nattakarn Phaphoom, Xiaofeng Wang, S. Samuel et al. · 111 citations · ⚡8
#computer vision Open access Feb 2018

Lean Internal Startups for Software Product Innovation in Large Companies: Enablers and Inhibitors

This study investigates how Lean internal startup facilitates software product innovation in large companies and identifies its enablers and inhibitors, and shows the potential of the method-in-action framework to investigate the Lean startup approach in non-startup context.

Henry Edison, Nina M. Smørsgård, Xiaofeng Wang et al. · 78 citations · ⚡6
#computer vision Conference Sep 2010

Exploring the Sources of Waste in Kanban Software Development Projects

The application of agile software methods and more recently the integration of Lean practices contribute to the trend of continuous improvement in the software industry. One such area warranting proper empirical evidence is a project’s operational efficiency when using the Kanban method. This short paper takes a new angle and explores waste in the Kanban-driven software development project context. A preliminary research model is presented for helping the consequent replication of the study. The results from the empirical analysis suggest Kanban can be an effective method in visualizing and organizing the current work, but does not prevent waste from creeping in, although the overall project outcome may be successful.

Marko Ikonen, Petri Kettunen, Nilay V. Oza et al. · 67 citations · ⚡9

Related blog posts

MIT News · Artificial Intelligence Sep 24, 2026

Estimating suicide risk from text

A new language-processing tool could help identify the highest-risk individuals from natural language, enabling swifter interventions.

Microsoft Research Blog Sep 21, 2026

Improving synthesis prediction of small molecules at scale with RetroChimera

Custom-made molecules are advancing medicine, materials, and agriculture, but producing them is slow and expensive. A new Nature paper highlights RetroChimera, a predictive model that helps accelerate chemical synthesis, helping researchers explore a wide range of molecules. The post Improving synthesis prediction of small molecules at scale with RetroChimera appeared first on Microsoft Research.

MIT News · Artificial Intelligence Sep 14, 2026

New method enables AI for safety-critical situations

The “HardFlow” algorithm could help generative AI models produce high-quality outputs that obey strict requirements when “pretty close” doesn’t cut it.

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.