Function Point Matrices
Function Point Matrices
Function point metrics provide a standardized method for measuring the various
functions of a software application. It measures the functionality from the user’s
point of view, that is, on the basis of what the user requests and receives in return.
Function point analysis is a standard method for measuring software development
from the user's point of view.
The resulting numbers (Unadjusted FP) are grouped into Added, Changed, or Deleted
functions sets, and combined with the Value Adjustment Factor (VAF) to obtain the
final number of FP. A distinct final formula is used for each count type: Application,
Development Project, or Enhancement Project.
Determine the number of components (EI, EO, EQ, ILF, and ELF)
https://www.tutorialspoint.com/software_quality_management/software_quality_management_albrechts_function_point_method.htm 1/3
03/03/2024, 10:46 Albrecht’s Function Point Method
For files (ILF and ELF), the rating is based on the RET and DET.
https://www.tutorialspoint.com/software_quality_management/software_quality_management_albrechts_function_point_method.htm 2/3
03/03/2024, 10:46 Albrecht’s Function Point Method
Complexity
Measuring Complexity
One aspect of complexity is efficiency. It measures any software product that can be
modeled as an algorithm.
For example: If an algorithm for solving all instances of a particular problem requires
f(n) computations, then f(n) is asymptotically optimal, if for every other algorithm
with complexity g that solves the problem f is O(g). Then, the complexity of the
given problem is big - O of the asymptotically optimal algorithm for the problem’s
solution.
https://www.tutorialspoint.com/software_quality_management/software_quality_management_albrechts_function_point_method.htm 3/3