NextStatNextStat

Glossary

Cross-domain terminology mapping

NextStat originates from particle physics (HEP) but serves data scientists, quants, and biologists. This glossary maps core concepts across all four domains so you can read the documentation in your own language.

How to use this page

Find your domain in the column headers. The NextStat API column shows the function or concept you'll use regardless of which field you come from.

Core Inference Concepts

HEP / PhysicsData ScienceQuant / FinanceBio / PharmaNextStat API
Nuisance parameterLatent variable / systematicHidden factor / risk driverConfounding variablemodel.parameters()
Parameter of interest (μ)Target parameter / scale factorCoefficient of interestTreatment effect sizepoi="mu"
Profile likelihoodLoss function (marginalised)Concentrated log-likelihoodRestricted likelihoodprofiled_q0_loss()
Maximum likelihood estimate.fit() / best paramsMLE / point estimatePoint estimatenextstat.fit(model)
Profile likelihood intervalConfidence intervalConfidence intervalConfidence intervalnextstat.scan()
Significance (Z₀)Test statistic / p-valuet-statistic / p-valueStatistical significancenextstat.significance()
CLs exclusion limitUpper bound on effect sizeConfidence bound (one-sided)Non-inferiority boundnextstat.upper_limit()
Toy Monte CarloBootstrap / MC simulationMonte Carlo simulationSimulation studynextstat.sample()

Model Types

HEP / PhysicsData ScienceQuant / FinanceBio / PharmaNextStat API
HistFactory workspaceModel config / experiment specnextstat.from_pyhf()
Linear / logistic regressionOLS / logitGLM (treatment model)nextstat.ols() / logistic()
Random effects modelPanel FE / REMixed-effects modelnextstat.panel_fe()
State-space modelKalman filterHidden Markov (Gaussian)nextstat.kalman_filter()
DiD / event studyPre-post interventionnextstat.did()
IV / 2SLSInstrumental variablenextstat.iv_2sls()
Causal inference (ATE)AIPW / doubly-robustTreatment effect (AIPW)nextstat.aipw()
Cox PH / Weibull survivalnextstat.CoxPhModel()
Population PK (NLME)nextstat.nlme()

Data & Infrastructure

HEP / PhysicsData ScienceQuant / FinanceBio / PharmaNextStat API
Histogram templateBinned distributionHistogram / density estimateFrequency distributionSoftHistogram()
Ranking plotFeature importanceSensitivity analysisCovariate impactnextstat.ranking()
Asimov datasetRepresentative synthetic dataExpected-value datasetNull simulationnextstat.asimov_data()
ROOT file / TTreeParquet / Arrow TableDataFrame (Polars)CSV / SAS datasetnextstat.from_arrow()
Validation reportModel card / audit logModel risk artifact (SR 11-7)IQ/OQ/PQ pack (GxP)nextstat validation-report
CUDA / Metal GPUGPU training (PyTorch)GPU accelerationdevice="cuda" / "metal"

Persona Quick Links