Nesma homepage › Forums › Sizing › Sizing in many metrics
Tagged: high level FPA
- This topic has 7 replies, 6 voices, and was last updated 8 years, 3 months ago by
Marten Eisma.
-
AuthorPosts
-
23/05/2015 at 14:39 #3568
Capers Jones
ParticipantSize remains difficult and ambiguous in the software field.
As of 2015 there seem to be 23 common sizing metrics, with few conversion rules among them.
So far as I know no other industry has so many metrics for the same value. Software also has 2,700 programming languages, also for unknown reasons. My view is that all these languages and metrics mean that none are fully satisfactory or we would not have so many.
Pasted below are the metrics I know about. If anyone is aware of others please let me know or post it on this blog.- IFPUG 4.3
- Automated code based
- Automated UML-based
- Backfired function points
- COSMIC function points
- Fast function points
- Feature points
- FiSMA function points
- Full function points
- Function points light
- IntegraNova models
- Mark II function points
- Nesma function points
- RICE objects
- SCCQI function points
- Simple function points
- SNAP non functional metrics
- SRM pattern matching
- Story points
- Unadjusted function points
- Use case points
- Logical code statements
- Physical LOC (blank, comments)
Thanks,
Capers Jones
SRM Sizing Metrics23/05/2015 at 17:13 #3570Ian Alyss
ParticipantDear Capers,
Nice list! Good that you distinguish between “Automated code”, “Automated UML” and “Backfiring”, since they are essentially different. There are several tastes of “Fast”, which one do you mean? If you don’t mean the Fast Function Points from Gartner, then you should add FFPAi (which is the combination of their traditional FFPA, Configuration Points and IBRA-points). I think the Full Function Points is no longer valid, since it has been replaced by COSMIC. I only know IntegraNova as a development environment, but not as a size measure. In that case you should also add OutSystems Agile Network Sizing (ANS) and the like.
Greetings from Ireland
30/05/2015 at 22:50 #3687Frank Vogelezang
KeymasterDear Capers,
I definitely see improvement in the list from a similar one you published in 2008. See my personal blog “The price of IT” about that. You just mention Nesma function points in one line. I guess you mean the Nesma ISO/IEC 24570 standard for detailed function point counting. But did you realize that Nesma also has two methods for fast counting:
- Indicative FPA method for ROM estimates
- High level count for a fast, but still very accurate count
These two methods, which are also described in the standard, are very helpful when you need a size estimate fast. See this page for a short introduction.
Nesma also has a number of methods that are meant for specific environments/purposes:
- FPA for software enhancement
- FPA applied to datawarehousing
- Functional Sizing in a SOA-based environment (only in Dutch)
Maybe you can reserve some extra lines for Nesma based methods in the next version of your list.
And, maybe it’s my own fault that you included SCCQI, but as far as I am aware there is only one person in the world using that method.
Regards, Frank
19/06/2015 at 23:54 #4015Luigi Lavazza
ParticipantDear Capers,
your list could actually be split into two lists: one containing the different size measures, and the other containing the processes that have been proposed for the measures in the first list.
In fact, the indicative and high level counts mentioned by Frank were not proposed to defined yet another size measure, but to simplify the process of measuring already existing size metrics (namely, nesma function points). There are several such proposals, including Early&quick function points, the Tichenor method, the method based on ISBSG average weights, etc. Personally, I would not consider these as new measures, but as new simplified processes to achieve FPA size measures faster and earlier (e.g., when the functional specifications of the software to be developed are not yet fully available, thus making the application of standard measurement process impossible).
Similarly, several UML-based measures are just proposals of processes to derive the usual measures (IFPUG, COSMIC, etc.) from functional specifications provided via UML diagrams.Concerning the first list, you could possibly add class points, although they were proposed by researcher but –as far as I know– never applied in practice.
kind regards
Luigi22/06/2015 at 08:38 #4056Capers Jones
ParticipantLuigi,
Thanks for your comments. Sorry for the delay – I am on a trip and was offline due to travel.
I have a patent-pending size method based on pattern matching. It can be used before requirements and takes only a few minutes to size any application. We have used it for projects ranging from about 1 function point to 300,000..
We start by placing the project on our formal taxonomy. Then we select projects with the same taxonomy pattern from our knowledgebase of about 25,000 projects. As it happens projects with the same taxonomy pattern are about the same size in function points but not in lines of code. But we can also handle lines of code for 79 languages plus combinations such as Java and SQL.
The same pattern-matching method is used by other industries such as Zillow and Trulia for comparing real-estate and the Kelley Blue Book for comparing the costs of used automobiles.
Our method is a standard feature of our Software Risk Master (SRM) tool, which also predicts size in 23 metrics at the same time. We provide size quality and and cost estimates as a service for clients in many countries: China, Canada, Peru, Israel, Japan, etc.
I can’t add class points because none of my clients use the metric and I have no data.
Regards,
Capers Jones24/08/2015 at 10:46 #4714Capers Jones
ParticipantLuigi,
Our sizing method is based on a formal taxonomy. It is also a standard feature of our Software Risk Master (SRM) estimating tool.
We place projects to be sized on our proprietary taxonomy and then extract similar projects from our knowledge base and aggregate their size. As it happens projects with the same taxonomy patterns are of similar sizes.
Our method does not require access to requirements or internal information.
As a result we can size any software project, and do so very rapidly.
Here are 150 samples that I put together just to illustrate that any software project can be sized using our patent-pending method.
>>150 ExamplesOf course sizing by itself is only part of what clients need. Also attached are sample project results using powers of 10 from 10 to 100,000 function points. The samples are not full SRM estimates but only interesting excerpts.
>>Powers of 10Regards,
Capers Jones31/08/2015 at 09:59 #4855Wim Visser
ParticipantDear Capers,
I agree with Luigi that your first list contains several items that are not different metrics but the same metrics with only different counting/measuring procedures. Unfortunately you do not respond on the comments of Frank and Luigi. In my opinion your list contains less then 23 metrics and I am very anxious to know your opinion about their comments.
Best regards
Wim Visser
01/09/2015 at 11:25 #4916Marten Eisma
ParticipantDear Capers,
I see that there are a lot of methods for (product) sizing. I use product sizing mostly for estimating purpose (new projects and new releases for application maintenance puposes). The estimated product size is mostly between 300 FP and 5.000 FP with a lot of uncertainity.
The product size estimate is mostly used for estimates of effort / team size), duration and defects.
The project estimates are mostly based on business requirements, so also the product size is also estimated as a probability (with a range).
My question would be:
Is there also a model / method for evaluating to select the most relevant method for product sizing at the start of a project / release, knowing that an accuracy of +/- 10% is acceptable.Marten Eisma
-
AuthorPosts
- You must be logged in to reply to this topic.