Empirical Models

Duration: 5 min

This video lesson is available to enrolled students.

Enroll to watch — ISRO Scientist/Engineer 'SC'

AI Summary

An AI-generated summary of this video lecture.

This educational video provides a lecture on software estimation models, specifically focusing on empirical models and the COCOMO (Construction Cost Model) framework. The presentation begins by defining empirical models as estimation techniques that use formulas derived from historical data, based on metrics like Lines of Code (LOC) or Function Points (FP). It then introduces the COCOMO model, developed by Barry Boehm in 1981, as the most widely used and universally accepted regression-based estimation technique. The lecture details the three primary software classes defined by COCOMO: Organic (application), Semidetached (utility), and Embedded (system), explaining that classification is based on product and team characteristics. The video concludes by presenting a worked example, writing the formula 'E = 100 pm' on the screen, which represents the effort (E) in person-months for a project, illustrating the application of the model.

Chapters

  1. 0:00 2:00 00:00-02:00

    The video opens with a title card for 'SOFTWARE ENGINEERING' from 'Knowledge Gate'. The lecture begins by defining 'Empirical models' as estimation models that use empirically derived formulas for predicting based on LOC or FP. The instructor explains that different authors provide different mathematical formulas for these models. The slide states that out of all COCOMO models, the most versatile and universally accepted one is being discussed. The instructor, visible in a small window, begins to explain the concept, and the text 'E = 100 pm' is written on the screen, representing a formula for effort estimation.

  2. 2:00 4:49 02:00-04:49

    The lecture transitions to the COCOMO (1981) model, which is described as the most widely used estimating technique. The instructor explains it is a regression-based model developed by Barry Boehm, which postulates three important classes of software. The slide lists these as Organic (application), Semidetached (utility), and Embedded (system). The instructor elaborates on the classification criteria, stating that product characteristics and development team characteristics are considered. Examples are given: data processing and scientific programs are applications, while compilers and linkers are utilities. The slide also mentions that the relative complexity of these three categories is in the ratio 1:3:9 for application, utility, and system programs, respectively. The instructor continues to explain the model's application, with the 'E = 100 pm' formula remaining visible on the screen as a key example.

The video presents a structured lesson on software cost estimation, progressing from the general concept of empirical models to the specific, widely-accepted COCOMO framework. It establishes the foundational idea that estimation relies on formulas derived from past data, then narrows the focus to COCOMO as the premier model. The core of the lesson is the classification of software into three distinct types—Organic, Semidetached, and Embedded—based on their complexity and development context. This classification is crucial for applying the COCOMO model correctly, as it dictates the parameters used in the estimation formula, which is exemplified by the 'E = 100 pm' equation. The synthesis of these concepts provides a clear methodology for estimating software project effort.