开发者

cost estimation in software development project, Function Points?

I have this quick question regarding cost estimation using Function Points.

We are doing a small (course project) project for a small company and it's for free, of course. Our instructor wants us to provide a cost estimate of the project usi开发者_运维问答ng Function Points.

Computing the Function Points is somewhat straight forward (sort of).

Our problem now is on deriving other values (metrics) e.g. length of project duration, rate for the cost of the project per function points.

Obviously, we don't have historical data to based our estimate on. Is there some sort of "typical" cost per function point that we could follow out there? Please help.


Software Engineering by Hans van Vleet quotes that one function point is 100 lines of COBOL (!), if that's any good to you. There's data out there for converting lines of code to staff-months, project duration, etc.

Do you have access to a library? Start with a general book on software engineering, or one of Steve McConnell's various books. They will contain data, and references to more data.

  • Rapid Development
  • Code Complete 2
  • I mustn't forget Software Estimation. Personally I haven't yet read it that, but his other books are excellent.

Be aware that tracking progress and controlling the project scope are probably at least as important to success as the original estimate.


Here are some formulas that Capers Jones devised from relatively high number of counted projects:

Given you have your FP count you can determine :

  • Schedule in calendar months: FP^0.4
  • Defect potential: FP^1.25
  • Software development staffing levels: FP/150

You might go for industry standards for your technology to obtain FP/Person Months or Hours/FP if you don't have historical data (which is your case).


A simple GOOGLE will give you MANY results to start from

  • Cost estimation in software engineering
  • Handbook for Software Cost Estimation


There are Function Points to SLOC conversion tables, for example this one by QSM Software (shows amount of SLOC per function according to complexity rank).

There's also Weighted Micro Function Points method that outputs development duration, which gained popularity over the last 10 years or so (there are tools like ProjectCodeMeter that make it a breeze to use)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜