Best used with an AI agent

40+ live apps, open data APIs, MCP servers, and 200+ guides - more than anyone wants to click through. Point your AI here and it reads the whole map and does the work: finds the tool, pulls the data, runs the analysis, and hands you the links.

Here for the open-source code? Your agent finds the right repo for you - and can even clone and deploy it.

Prefer to explore on your own? Go right ahead.

Paste this to Claude Code, Codex, or any AI agent:
Go to tigzig.com and read tigzig.com/llms.txt. It is a practitioner toolkit - 40+ analytics apps, open no-auth data APIs, MCP servers, open-source repos (github.com/amararun), and 200+ build guides. Help me [your task]. Surface the exact links; where there is an API or MCP, call it directly; and if I want to self-host, find the repo and help me deploy it.

Alpha and t-statistic

Excess return over the market, and whether it is statistically real.

Source data: AMFI daily NAV (17,900+ schemes) + Nifty benchmark indices · Last updated: 2026-07-02 · Open the MFPRO tool

What is Alpha?

Alpha is the excess return a fund generates beyond what its market exposure (beta) would predict. Positive alpha means the fund manager is adding value through stock selection. Negative alpha means the fund is underperforming its risk level.

How We Compute It

From the regression: fund_return = α_daily + β × benchmark_return

α_daily = the intercept of the regression (REGR_INTERCEPT in DuckDB)

Annualized Alpha = ((1 + α_daily / 100)252 − 1) × 100

The daily intercept is a tiny number (like 0.01%). We compound it over 252 trading days to get the annualized figure. This compounding approach is more accurate than simply multiplying by 252.

t-Statistic for Beta

The t-stat tells you whether beta is statistically significant - i.e., is the fund-to-market relationship real or could it be random noise?

t = Beta / SE(Beta)
SE(Beta) = √(MSE / SXX)
MSE = (SYY − Beta × SXY) / (n − 2)

|t| ≥ 2 → beta is significant at roughly the 95% confidence level. In the table, we show beta in normal black text when significant, and grey italic when not.

With 250+ daily observations (1 year), beta is almost always significant. It becomes marginal only with very short periods or funds with extremely low R².

Worked Example

Alpha interpretation

Alpha = 3.2%, Beta = 0.95, t-stat = 28.4

After accounting for its 0.95× market exposure, the fund generated 3.2% annual excess return. The t-stat of 28.4 ≫ 2 confirms the beta is highly significant.

Edge Cases

Related metrics

More Risk Metrics methodology from the MFPRO analytics tool: