软件开发项目的成本估算,功能点?

发布于 2024-08-24 12:12:29 字数 224 浏览 6 评论 0 原文

我有一个关于使用功能点进行成本估算的简单问题。

我们正在为一家小公司做一个小型(课程项目)项目,当然它是免费的。我们的讲师希望我们使用功能点提供项目的成本估算。

计算功能点有点简单(某种程度上)。

我们现在的问题是导出其他值(指标),例如项目持续时间的长度、每个功能点的项目成本率。

显然,我们没有历史数据来进行估计。我们可以遵循某种“典型”的每个功能点成本吗?请帮忙。

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 using 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

风吹短裙飘 2024-08-31 12:12:29

Hans van Vleet 的软件工程引用了一个功能点是 100 行 COBOL(!),如果这对您有任何好处。有数据可以将代码行转换为员工月数、项目持续时间等。

您可以访问图书馆吗?从一本关于软件工程的一般书籍开始,或者史蒂夫·麦康奈尔的各种书籍之一。它们将包含数据以及对更多数据的引用。

请注意,跟踪进度和控制项目范围对于成功来说可能至少与最初的估计一样重要。

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.

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

絕版丫頭 2024-08-31 12:12:29

以下是 Capers Jones 根据相对较多的计数项目设计出的一些公式:

鉴于您有 FP 计数,您可以确定:

  • 日历月中的计划:FP^0.4
  • 潜在缺陷:FP^1.25
  • 软件开发人员配置水平:FP/150

您可能如果您没有历史数据(这是您的情况),请采用您的技术的行业标准来获取 FP/人月或小时/FP。

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).

入怼 2024-08-31 12:12:29

一个简单的 GOOGLE 将为您提供许多个结果,从

神经暖 2024-08-31 12:12:29

有功能点到 SLOC 转换表,例如 QSM Software 提供的这个
(根据复杂度等级显示每个函数的 SLOC 量)。

还有一种输出开发持续时间的加权微功能点方法,该方法在过去 10 年中广受欢迎左右
(有像 ProjectCodeMeter 这样的工具可以轻松使用)

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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文