Quantitative Research
Quantitative research uses numerical data and statistical techniques to test hypotheses, forecast outcomes and evaluate securities. It is a core component of the NISM Series XV exam because analysts must justify recommendations with measurable evidence. This sub‑topic explains the key statistical tools, their calculations, and how they are applied in Indian equity and mutual fund research.
Learning Objectives
- 1Define quantitative research and differentiate it from qualitative approaches.
- 2Calculate and interpret common statistical measures such as mean, variance, standard deviation, correlation and beta.
- 3Apply hypothesis testing concepts to real‑world Indian market data.
- 4Use performance metrics like Sharpe ratio and understand common exam traps.
What is Quantitative Research?
Quantitative research involves the systematic collection and analysis of numerical data to answer research questions. In the context of securities analysis, it means using historical price series, financial ratios, and macro‑economic indicators to build models that predict future performance.
The approach is favoured by SEBI‑registered research analysts because it provides an objective basis for investment advice, reduces personal bias, and meets the regulatory requirement of “evidence‑based” recommendations. The NISM exam expects candidates to demonstrate that they can both compute and interpret these numbers.
Key steps include data sourcing, cleaning, selecting appropriate statistical tools, performing calculations, and presenting results in a clear, concise manner. Remember, the quality of the input data directly influences the reliability of the output, a point often tested in scenario‑based questions.
- Quantitative research is data‑driven, repeatable, and can be back‑tested.
- It complements qualitative insights such as management quality or industry outlook.
Key Statistical Measures
The foundation of any quantitative analysis is a solid grasp of descriptive statistics. These measures summarise large data sets into a few easy‑to‑interpret numbers, helping analysts spot trends and outliers.
Arithmetic Mean gives the central tendency of a series, while Variance and Standard Deviation capture the spread around that mean. In the Indian market, analysts often calculate these on daily returns of a stock or on quarterly EPS figures of a company.
Exam questions frequently ask you to compute these values manually for a small data set, or to interpret a given mean and standard deviation in the context of risk. A common trap is to treat variance as a risk measure; the correct risk metric is standard deviation, which is expressed in the same units as the original data.
Where:
x_{i}= Individual observation (e.g., daily return)N= Number of observations\bar{x}= Arithmetic mean of the observationsWorked Example
Given N = 5 and observations 10, 12, 14, 16, 18: Step 1: Sum = 10 + 12 + 14 + 16 + 18 = 70 Step 2: \bar{x} = 70 \div 5 = 14 Verification: (1/5)\times(10+12+14+16+18) = 14.
Where:
x_{i}= Individual observation\bar{x}= Arithmetic mean of the observationsN= Number of observationss^{2}= Sample variance (units squared)Worked Example
Using the same data set (10,12,14,16,18) with \bar{x}=14: Step 1: Deviations = [-4,-2,0,2,4] Step 2: Squared deviations = [16,4,0,4,16] Step 3: Sum = 40 Step 4: s^{2} = 40 \div (5-1) = 10 Verification: \frac{\sum (x_i-\bar{x})^2}{N-1} = 10.
Where:
s^{2}= Sample variances= Sample standard deviation (same unit as observations)Worked Example
From the previous example, s^{2}=10: Step 1: s = \sqrt{10} = 3.1623 (approx.) Verification: \sqrt{10} = 3.1623.
Correlation and Regression
Correlation measures the strength and direction of a linear relationship between two variables, such as a stock's return and the market index return. The Pearson correlation coefficient (r) ranges from -1 to +1, where values close to ±1 indicate a strong linear relationship.
Regression extends correlation by quantifying how much the dependent variable (e.g., stock return) changes for a unit change in the independent variable (e.g., market return). In equity research, the slope of the regression line is called beta (β), a key risk metric required by SEBI for portfolio risk assessment.
Exam candidates must be able to compute r and β from a small data set, interpret the sign and magnitude, and know the difference: r is a unit‑less measure of association, while β reflects sensitivity in percentage terms and incorporates market variance.
Where:
x_{i}= Observation of variable X (e.g., stock return)y_{i}= Observation of variable Y (e.g., market return)\bar{x}= Mean of X\bar{y}= Mean of YN= Number of paired observationsr= Pearson correlation coefficientWorked Example
Data: X = [2,4,6]; Y = [5,9,13] \bar{x}=4, \bar{y}=9 Numerator: (2-4)(5-9)+(4-4)(9-9)+(6-4)(13-9)=8+0+8=16 Denominator: sqrt[( (-2)^2+0^2+2^2 ) * ( (-4)^2+0^2+4^2 )] = sqrt[8*32]=16 r = 16/16 = 1 Verification: \frac{16}{16}=1.
Where:
R_{i}= Return of the individual stockR_{m}= Return of the market index\operatorname{Cov}(R_{i},R_{m})= Covariance between stock and market returns\operatorname{Var}(R_{m})= Variance of market returns\beta_{i}= Beta of the stock (risk measure)Worked Example
Stock returns (%): [2,4,6,8]; Market returns (%): [1,3,5,7] \bar{R_i}=5, \bar{R_m}=4 Cov numerator: (2-5)(1-4)+(4-5)(3-4)+(6-5)(5-4)+(8-5)(7-4)=9+1+1+9=20 Cov = 20/(4-1)=6.667 Var of market: [(1-4)^2+(3-4)^2+(5-4)^2+(7-4)^2]=9+1+1+9=20 Var = 20/3=6.667 \beta = 6.667/6.667 = 1 Verification: \frac{6.667}{6.667}=1.
Students often quote variance as the risk measure. Remember that variance is expressed in squared units; the correct risk metric required by SEBI is the standard deviation (the square root of variance).
Hypothesis Testing in Quantitative Research
Hypothesis testing helps analysts decide whether an observed pattern is statistically significant or could have arisen by chance. The null hypothesis (H₀) usually states that there is no effect (e.g., the mean return of a stock equals the market mean). The alternative hypothesis (H₁) asserts the opposite.
For small samples with normally distributed returns, the t‑test is used. The test statistic is calculated as t = (\bar{x} - \mu_0) / (s/\sqrt{N}), where \mu_0 is the hypothesised mean. The result is compared against critical values from the t‑distribution at a chosen significance level (commonly 5%).
Non‑parametric tests such as the Mann‑Whitney U are employed when the normality assumption is violated – a scenario frequently encountered with Indian small‑cap stocks. The exam may present a data set and ask you to select the appropriate test and interpret the p‑value.
Comparison of Parametric and Non‑Parametric Tests
| Test Type | Assumptions | Typical Use in Research |
|---|---|---|
| Parametric | Data are interval/ratio, normally distributed, equal variances | Student's t‑test, ANOVA for mean comparison |
| Non‑Parametric | No specific distribution required, works with ordinal data | Mann‑Whitney U, Wilcoxon signed‑rank for median comparison |
Applying a t‑test to skewed return series can lead to wrong conclusions. Always check normality (e.g., via Shapiro‑Wilk) before selecting a parametric test.
Performance Metrics Derived from Quantitative Analysis
Beyond risk measures, analysts calculate performance ratios to compare investment opportunities. The Sharpe Ratio adjusts portfolio returns for volatility, making it a preferred metric for mutual fund evaluation under SEBI guidelines.
Alpha, Jensen's alpha, measures excess return relative to the expected return from the Capital Asset Pricing Model (CAPM). R‑squared indicates how much of a fund's return variation is explained by market movements. These figures often appear in exam case studies where you must rank funds based on risk‑adjusted performance.
Remember that a higher Sharpe ratio does not automatically imply a better fund; the underlying return level and investment horizon also matter, a nuance frequently tested.
Where:
R_{p}= Average portfolio return (annual %)R_{f}= Risk‑free rate (annual %)\sigma_{p}= Standard deviation of portfolio returns (annual %)S= Sharpe ratio (unitless)Worked Example
Given R_{p}=12\%, R_{f}=6\%, \sigma_{p}=15\%: Step 1: Excess return = 12 - 6 = 6 Step 2: S = 6 / 15 = 0.40 Verification: (12-6)\div15 = 0.40.
Sharpe Ratios of Three Indian Mutual Funds (Annual)
Scenario
An analyst is evaluating XYZ Ltd. over the last four months. Monthly returns of XYZ are 2%, 4%, 6%, 8% and the Nifty 50 returns are 1%, 3%, 5%, 7%. The risk‑free rate is 5% per annum (≈0.42% per month). The analyst also knows the standard deviation of XYZ's monthly returns is 2.5%.
Solution
First compute beta: using the data, the covariance between XYZ and Nifty is 6.667 (as shown in the beta formula example) and the variance of Nifty is also 6.667, giving beta = 1. Next, annualise the average return of XYZ: average monthly return = (2+4+6+8)/4 = 5%; annualised ≈ 5% × 12 = 60%. Annualised standard deviation = 2.5% × √12 ≈ 8.66%. The Sharpe ratio = (60% - 5%)/8.66% ≈ 6.35. The high Sharpe indicates strong risk‑adjusted performance, but the beta of 1 shows market‑level systematic risk.
Conclusion
The analyst can state that XYZ matches market volatility (beta = 1) while delivering superior risk‑adjusted returns (Sharpe ≈ 6.35), a point likely to earn full marks in an NISM scenario question.
Data Sources and Quality Considerations
Quantitative research relies on accurate, timely data. Primary sources include exchange‑provided price feeds, company filings (e.g., annual reports), and SEBI‑mandated disclosures. Secondary sources are databases like Bloomberg, Reuters, and CMIE, which aggregate and clean raw data.
Data quality issues such as missing values, outliers, or corporate actions (stock splits, bonus issues) must be adjusted before analysis. SEBI’s Research Analyst Guidelines require analysts to document any adjustments, a detail that exam questions may probe.
In practice, Indian analysts often perform "winsorisation" to limit extreme outliers and use rolling windows (e.g., 60‑day) to ensure relevance. Remember to mention the impact of data frequency (daily vs. monthly) on statistical significance in your answers.
⭐Exam Takeaways
- Quantitative research converts numerical data into objective insights; SEBI expects evidence‑based recommendations.
- Arithmetic mean, variance, and standard deviation are foundational; use standard deviation, not variance, as the risk measure.
- Pearson correlation (r) measures association; beta (β) quantifies systematic risk using covariance and market variance.
- Select the correct hypothesis test: t‑test for normal data, non‑parametric tests for skewed or ordinal data.
- Sharpe ratio = (Portfolio return – Risk‑free rate) ÷ Portfolio standard deviation; higher values indicate better risk‑adjusted performance.
- Always verify data assumptions (normality, stationarity) before applying statistical formulas.
- Document data adjustments (splits, outliers) as required by SEBI guidelines.
- Common exam traps: confusing variance with standard deviation, using beta without adjusting for leverage, and applying parametric tests to non‑normal data.
Practice Questions
8 questions on Quantitative Research
What best describes quantitative research in securities analysis?
According to SEBI guidelines, which statistical measure should be used as the risk metric?
Given the observations 10, 12, 14, 16, 18, what is the arithmetic mean?
An analyst has a small, skewed return series and needs to test a hypothesis about the median. Which test is most appropriate?
Using the data Stock returns [2%,4%,6%,8%] and Market returns [1%,3%,5%,7%], what is the beta of the stock?
If a portfolio has an average return of 12%, a risk‑free rate of 6%, and a standard deviation of 15%, what is its Sharpe ratio?
Which statement correctly differentiates the Pearson correlation coefficient (r) from beta (β)?
Which of the following reflects a common exam trap related to risk measurement?
