Everything you need to know about Statistico — from first install to advanced analysis and licensing. Can't find your answer? Contact us.
Statistico™ is an interactive statistical computing platform inside Excel — delivered as an Office Add-in from the Excel ribbon. It is built for analysts, data scientists, researchers, students, and business professionals who need rigorous statistics without leaving their spreadsheet workflow.
The platform ships in three components — together called the Statistico™ Platform:
The primary route is through the Microsoft AppSource marketplace inside Excel:
Insert tab → Get Add-ins → search "Statistico™" → click Add.Enterprise teams can deploy centrally via Microsoft 365 Admin Center. Evaluators and developers can sideload the manifest file directly in Excel for testing.
No account is required for the free tier. You install the add-in and start working immediately. A license key is only needed to unlock premium features such as AI Insights, advanced export formats, and expanded module access. License keys are managed per-user and stored locally — no login or cloud account is required.
Think of them as the three components of the Statistico™ Platform:
The Statistico™ taskpane offers three data selection methods, accessible from the data input controls at the top of the taskpane:
Sales_Q1, SurveyData). Named ranges also pair naturally with Save Configuration, since the range name is stored in the config and resolves to the correct data even if cells shift.
Table1) expands automatically as rows are added; just reference that name in Statistico™.OFFSET or INDEX formula (e.g. =OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1)) and it will resolve to the current populated extent each time.All three methods feed the same analysis pipeline — the choice is purely about how your workbook is organised and your preferred workflow.
Yes. The Statistico™ Add-in is an Office.js add-in, which means it runs on any platform that supports Excel with add-ins: Windows, macOS, and Excel Online (browser). The experience is identical across platforms because the analysis UI runs in a WebView inside Excel rather than as a native OS application.
The Calculators Hub is fully browser-based and works on any modern device.
Statistico™ is built by Metrics Institute, a boutique consulting agency with more than 30 years of hands-on experience helping organisations embed quantitative thinking in real decisions.
Our work has always focused on practical operational problems, not abstract theory. Across industries, we designed and implemented measurement systems that teams actually use — employee surveys and behavioral measurement frameworks, KPI systems for mission-critical processes, executive dashboards, ranking and scoring systems, and large-scale analysis pipelines.
Our journey started with deep roots in the major statistical platforms that shaped the field — SAS, SPSS, and Minitab. Those tools were transformative. But over time, the gap became clear: while many software domains embraced interactivity and live feedback, statistical workflows remained static, rigid, and menu-heavy.
We asked a simple question: what would statistical computing look like if it were designed today — for analysts, decision-makers, and learners, not for legacy workflow constraints?
Modern web interfaces, real-time rendering, Excel integration, and AI created the opportunity to rethink the user experience from the ground up. Statistico™ was built around six principles:
We believe statistical computing is entering a new era: interactive, clear, rigorous, and intelligence-enabled.
Metrics Institute continues advising organisations on quantitative strategy, developing advanced analytical frameworks, and building tools that redefine how statistics is used. With Statistico™, we bring our consulting DNA into a platform and place that way of thinking directly in users' hands.
The Statistico Analytics Suite is organised into seven analytical areas, each as a module containing multiple interactive views:
Every module opens as a live interactive dialog with adjustable parameters, real-time chart updates, and a descriptive statistics panel. Use the module's sidebar to navigate between its views instantly.
Select the column (or columns) you want to analyse in Excel, then click the relevant module in the Statistico™ taskpane. The add-in reads the selected range, strips headers and non-numeric rows, and passes the clean data to the module's first view automatically. You can update the selection and re-send at any time using the Refresh button in the taskpane.
Yes. The sidebar navigation in each module lets you switch between all its views seamlessly. The data is persisted in localStorage during the session, so within the Univariate module, switching from Histogram to Box Plot to Normality Tests happens instantly without re-selecting your Excel range.
Export Report produces a fully self-contained .html file that embeds rich snapshots of every analysis view you select. Each section captures the chart exactly as rendered — with your data, descriptive statistics, and current control settings — inside its own iframe.
The button is labelled Export Report in the sidebar utilities panel and in the header toolbar.
Save Configuration (the Model button in the header toolbar) saves the settings from the module's configuration dialog — variable mappings, method selections, threshold values — together with the Excel range address used for the analysis.
Re-open the saved config at any time to re-run the exact same analysis on the same range. If the data in that range has been updated since the config was saved, the analysis will reflect the latest values automatically.
Typical use cases:
Available in modules that expose a configuration dialog. Check the header toolbar for the Model button.
View Data opens an overlay table that shows the exact values feeding the current analysis. It has two modes:
This is especially useful for data quality checks — confirming that outliers were correctly identified, that missing values were handled as expected, or that a range slider exclusion is behaving correctly. The table shows the variable name, row count, and every individual value.
Click View Data again to dismiss the overlay and return to the analysis.
Performance depends on the host device and browser engine. In practice:
The Statistico Calculators Hub is organised into five calculator families:
No. The Statistico Calculators Hub is a fully browser-based web application and can be used independently at statistico.live. It is also accessible directly from within the Excel taskpane. No Excel data is needed — you enter parameters directly.
Chart images can be saved directly using the chart context menu (right-click → Download). Individual calculator results can be copied from the screen. A dedicated export/download feature for full result summaries is on the roadmap.
Statistico Specialized Tools is the third product in the Statistico™ Platform. It provides focused workflow tools for reporting, visualization, data preparation, and operational delivery — while Calculators stay a separate product for parameter-driven planning.
Unlike the Analytics Suite (which is data-in, insight-out) or the Calculators Hub (parameter-in, result-out), Specialized Tools are designed around complete end-to-end workflows — from selected Excel data to formatted, shareable output.
Specialized Tools currently include:
Meta-analysis now lives in the Analytics Suite under the Synthesize family.
AI Insights provides context-aware statistical interpretation generated by a large language model. It operates at two levels:
Responses are structured into Conclusion → Evidence → Interpretation → Implications → Action sections for consistency and clarity.
AI Insights is powered by Groq's inference API running openai/gpt-oss-20b by default, with openai/gpt-oss-120b as a quality fallback. Requests are routed through a Statistico™ Cloudflare Worker that validates your license key before forwarding to Groq, so your API credentials are never exposed in the browser.
Only summary statistics and chart metadata — never raw row-level data. The AI prompt contains aggregated values such as mean, standard deviation, skewness, kurtosis, percentiles, normality test statistics, and outlier counts. Your individual data points remain entirely on your device.
AI Insights is a premium feature included in paid plans. A valid license key must be entered in the add-in settings to activate it. During the public beta period some functionality may be available in evaluation mode — check the current pricing page for the latest details.
No. All data processing happens locally in your browser (inside the Office WebView2 engine). Your spreadsheet data is read by the add-in, passed to the analysis view via the Office.js dialog API, and stored temporarily in localStorage for the duration of your session. It is never transmitted to any Statistico™ server.
The only network requests the add-in makes are: (1) loading static JavaScript and CSS assets from GitHub Pages, and (2) optional AI Insights prompts that contain only summarised statistics — never row-level data.
When you request an AI interpretation, the add-in sends a structured prompt containing:
No individual data values, no file names, no user information, and no Excel metadata are included. The request is routed through a Statistico™ Cloudflare Worker (for license validation) and then to the Groq API. See our Privacy Policy for the full data flow.
Because raw data never leaves the device, Statistico™ is well-suited for environments with strict data governance policies. For organisations that also want to use AI Insights with sensitive data, we recommend disabling the AI features or using an on-premises AI proxy. Please contact us for enterprise deployment guidance.
Session data stored in localStorage persists until the Excel add-in's WebView2 context is cleared (typically when the add-in is closed or reloaded). It is scoped to the add-in's origin and is not accessible by other websites or applications. You can manually clear it from the add-in settings page at any time.
The Statistico Analytics Suite, the full Statistico Calculators Hub, and the standard export features are available on the free tier. Premium features — including AI Insights, advanced export formats, and expanded module access — require a paid subscription or a per-user license key.
A 30-day free trial of the premium tier is available without a credit card.
After purchasing a plan, you receive a unique license key. Enter it once in the add-in's settings panel (the key icon in the top-right of the taskpane). The key is stored locally in localStorage and validated against the Statistico™ Cloudflare Worker on each premium request. Keys are per-user and non-transferable.
Yes. Team and site licenses are available for 5+ users. These include centralised key management, volume pricing, and priority support. Contact us with your team size and requirements for a custom quote.
Your account reverts to the free tier automatically. All data and settings are preserved. Premium features (AI Insights, etc.) will show a prompt to renew. No data is deleted and no action is required on your part if you choose not to renew.
Statistico™ requires an Office.js-capable Excel environment:
Older perpetual Office versions (2016 and earlier) that pre-date the modern Office.js API are not supported.
The most common causes and fixes:
avibenita.github.io). Ensure this domain is whitelisted.If the problem persists, open the add-in and check the browser developer console (F12) for error messages, then contact support with those details.
Partial offline use is possible if the add-in assets are already cached by the browser. However, the first load always requires an internet connection to fetch the latest JavaScript and CSS. AI Insights and license validation always require a live connection. For fully offline environments, please contact us about an on-premises deployment option.
Statistico™ is built on open web standards with no heavy framework dependencies:
No React, Angular, or Vue. The codebase is intentionally lean to ensure fast load times inside the Office WebView2 container.
Use the Contact page to submit bug reports or feature requests. When reporting a bug, please include:
Feature requests are reviewed monthly and prioritised based on user demand.