🇮🇳 UGC NET Commerce · subject

UGC NET Commerce Business Statistics and Research Methods Syllabus

Every chapter and topic of Business Statistics and Research Methods examined in UGC NET Commerce — 11 chapters, 36 topics and 2 sub-topics, plus 51 flashcards written against it.

11Chapters
36Topics
2Sub-topics
~25hEst. first pass
14%Of UGC NET Commerce
51Flashcards

Business Statistics and Research Methods syllabus — full chapter and topic list

Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Business Statistics and Research Methods in UGC NET Commerce, not a summary of it.

  1. Measures of Central Tendency

    3 topics
    • Mean
    • Median
    • Mode
  2. Measures of Dispersion

    3 topics
    • Range
    • Variance
    • Standard Deviation
  3. Measures of Skewness

    3 topics
    • Positive Skewness
    • Negative Skewness
    • Zero Skewness
  4. Correlation and Regression of Two Variables

    2 topics
    • Correlation Coefficient
    • Regression Analysis
  5. Probability

    2 topics
    • Approaches to Probability
    • Bayes’ Theorem
  6. Probability Distributions

    3 topics
    • Binomial Distribution
    • Poisson Distribution
    • Normal Distribution
  7. Research

    2 topics
    • Concept and Types
    • Research Designs
  8. Data

    2 topics
    • Collection of Data
    • Classification of Data
  9. Sampling and Estimation

    6 topics
    • Concepts
    • Methods of Sampling
      • Probability Methods
      • Non-Probability Methods
    • Sampling Distribution
    • Central Limit Theorem
    • Standard Error
    • Statistical Estimation
  10. Hypothesis Testing

    7 topics
    • z-test
    • t-test
    • ANOVA
    • Chi-square Test
    • Mann-Whitney Test (U-test)
    • Kruskal-Wallis Test (H-test)
    • Rank Correlation Test
  11. Report Writing

    3 topics
    • Structure of a Report
    • Elements of a Report
    • Formatting Guidelines

Business Statistics and Research Methods flashcards for UGC NET Commerce

20 of 51 cards from the Business Statistics and Research Methods deck — real questions with worked answers.

  1. What is the arithmetic mean and how is it calculated for ungrouped data?

    The arithmetic mean is the sum of all observations divided by the number of observations: Mean = ΣX / N. It is the most common measure of central tendency but is sensitive to extreme values (outliers).

  2. Define the median and state how to locate it in an ordered data set.

    The median is the middle value of data arranged in ascending/descending order. For N observations its position = (N+1)/2 th item. If N is even, it is the average of the two middle values. It is unaffected by extreme values.

  3. What is the mode, and what is the empirical relationship linking mean, median and mode?

    The mode is the value occurring most frequently in a data set. The empirical relationship is: Mode = 3 Median − 2 Mean (valid for moderately skewed distributions).

  4. Define range as a measure of dispersion and give its coefficient.

    Range = Largest value (L) − Smallest value (S). It is the simplest measure of dispersion. Coefficient of Range = (L − S) / (L + S). It is easy to compute but ignores the distribution of values between extremes.

  5. What is variance and how is it computed for a population?

    Variance is the mean of the squared deviations from the arithmetic mean. Population variance σ² = Σ(X − μ)² / N. It measures average squared dispersion; sample variance divides by (n − 1).

  6. Define standard deviation and state its relationship to variance.

    Standard deviation (σ) is the positive square root of the variance: σ = √[Σ(X − μ)²/N]. It is the most widely used absolute measure of dispersion, expressed in the same units as the data.

  7. What is the coefficient of variation and what is it used for?

    Coefficient of Variation (CV) = (Standard Deviation / Mean) × 100. It is a relative, unit-free measure used to compare variability between two or more data sets; the series with lower CV is more consistent/stable.

  8. Describe positive (right) skewness and the order of its mean, median and mode.

    In positive skewness the longer tail is on the right side. Here Mean > Median > Mode. Most values cluster on the left with a few large extreme values pulling the mean upward.

  9. Describe negative (left) skewness and the order of its mean, median and mode.

    In negative skewness the longer tail is on the left side. Here Mean < Median < Mode. Most values cluster on the right with a few small extreme values pulling the mean downward.

  10. What characterises zero (symmetrical) skewness?

    In a symmetrical distribution skewness = 0, the curve is bell-shaped, and Mean = Median = Mode. The two tails are mirror images of each other (e.g., the normal distribution).

  11. State Karl Pearson's coefficient of correlation and its range of values.

    r = Σ(X−X̄)(Y−Ȳ) / [√Σ(X−X̄)² · √Σ(Y−Ȳ)²]. It measures linear association between two variables and ranges from −1 (perfect negative) through 0 (no linear correlation) to +1 (perfect positive).

  12. What is the coefficient of determination (r²) and what does it indicate?

    r² is the square of the correlation coefficient. It indicates the proportion of variation in the dependent variable that is explained by the independent variable. For example r = 0.8 gives r² = 0.64, i.e., 64% of variation explained.

  13. What is regression analysis and how does it differ from correlation?

    Regression analysis estimates the functional relationship to predict the value of a dependent variable from one or more independent variables. Unlike correlation (which only measures degree/direction of association), regression establishes cause-effect form and allows prediction.

  14. Write the two regression equations and the relationship between the regression coefficients and r.

    Regression of Y on X: Y − Ȳ = byx (X − X̄); regression of X on Y: X − X̄ = bxy (Y − Ȳ). The correlation coefficient r = √(byx × bxy), and r carries the same sign as the regression coefficients.

  15. List the three main approaches/definitions of probability.

    (1) Classical (a priori) approach: P = favourable outcomes / total equally likely outcomes; (2) Relative frequency (empirical) approach: based on observed long-run frequency; (3) Subjective approach: based on personal judgement/degree of belief.

  16. State Bayes' Theorem formula and its purpose.

    P(Aᵢ|B) = [P(Aᵢ) · P(B|Aᵢ)] / Σ[P(Aⱼ) · P(B|Aⱼ)]. It revises (updates) prior probabilities into posterior probabilities given new evidence B, using conditional probabilities.

  17. Define the binomial distribution and give its probability function, mean and variance.

    It models the number of successes in n independent Bernoulli trials with constant success probability p. P(X=r) = ⁿCr pʳ q^(n−r) where q = 1−p. Mean = np; Variance = npq (so variance < mean).

  18. Define the Poisson distribution, its probability function, mean and variance.

    It models the number of rare events in a fixed interval. P(X=x) = (e^−λ · λˣ)/x!, where λ is the average rate. Its key property is Mean = Variance = λ. It is the limiting case of the binomial when n→∞ and p→0.

  19. List the main properties of the normal distribution.

    It is symmetrical and bell-shaped; Mean = Median = Mode; the curve is asymptotic to the X-axis; total area under the curve = 1; it is fully defined by μ and σ; and it follows the empirical (68-95-99.7) rule.

  20. State the empirical rule (68-95-99.7) for the normal distribution.

    Approximately 68.27% of observations lie within μ ± 1σ, about 95.45% within μ ± 2σ, and about 99.73% within μ ± 3σ. This is the basis for setting confidence limits.

See more Business Statistics and Research Methods flashcards →

Planning Business Statistics and Research Methods for UGC NET Commerce

Business Statistics and Research Methods is about 14% of the UGC NET Commerce syllabus by topic count — 36 of 255 topics, spread over 11 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 25 hours.

The heaviest chapters are Hypothesis Testing (7 topics), Sampling and Estimation (6 topics), Measures of Central Tendency (3 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.

Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.

Business Statistics and Research Methods (UGC NET Commerce) FAQ

What is in the UGC NET Commerce Business Statistics and Research Methods syllabus?

Business Statistics and Research Methods is split into 11 chapters — Measures of Central Tendency, Measures of Dispersion, Measures of Skewness, Correlation and Regression of Two Variables, Probability and Probability Distributions, and 5 more, containing 36 topics and 2 sub-topics in total.

How many chapters are there in Business Statistics and Research Methods for UGC NET Commerce?

11 chapters. Business Statistics and Research Methods accounts for about 14% of the topics in the whole UGC NET Commerce syllabus (36 of 255).

How long should I spend on Business Statistics and Research Methods for UGC NET Commerce?

Budget around 25 hours for a first pass through Business Statistics and Research Methods — about 45 minutes per topic plus 12 minutes per sub-topic across its 36 topics. Add revision cycles on top.

Are there flashcards for UGC NET Commerce Business Statistics and Research Methods?

Yes — a 51-card Business Statistics and Research Methods deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.