Skip main navigation (Press Enter).
Log in
Toggle navigation
Log in
Community
Topic Groups
Champions
Directory
Program overview
Rising Champions
IBM Champions group
User Groups
Directory
Benefits
Events
Dev Days
Conference
Community events
User Groups events
All TechXchange events
Participate
TechXchange Group
Welcome Corner
Blogging
Member directory
Community leaders
Resources
IBM TechXchange
Community
Conference
Events
IBM Developer
IBM Training
IBM TechXchange
Community
Conference
Events
IBM Developer
IBM Training
Global AI and Data Science
×
Global AI & Data Science
Train, tune and distribute models with generative AI and machine learning capabilities
Group Home
Threads
4K
Blogs
911
Events
0
Library
370
Members
28.5K
View Only
Share
Share on LinkedIn
Share on X
Share on Facebook
Back to Blog List
Risk Modelling
By
Moloy De
posted
Thu December 31, 2020 08:46 PM
Like
We need to perform effort estimation prior to a project. Many a times managers are asked to reduce the estimated effort in order to fit the budget. But that should come with an increased risk in completing the project in time. I was asked to model the risk against the reduction in effort hours so that one can readily communicate it based on data.
Following were the basic guidelines for modelling the risk / confidence:
1. With 40% of the estimated hours the confidence for completing the project in time will be minimum
2. With 225% of the estimated hours the confidence for completing the project in time will be maximum
3. With 100% of the estimated hours the confidence for completing the project in time will be 75%
Beta Distribution is a proper candidate to model this risk / confidence as the distribution support can be manipulated to be any positive range and the shape parameters (alpha only) can be adjusted to control the third quartile. Other skewed distributions like Gamma or Lognormal do not have Bounded support and cannot be used. However Weibull Distribution for which closed form expressions of Quantiles exist is found to be not workable with.
It is impossible to solve equations as below to have explicit expressions for Alpha and Beta, the only parameters of the Beta Distribution.
So excel Beta-Inverse function is used to solve them numerically.
Using the Macro, client was capable of finding the change in confidence levels when client is queried on a percentage variation in the project effort estimate.
The calculation macro was handed over to client in five weeks time and that helped the client to replace Oracle Crystal Report saving them the cost of the license.
QUESTION I : How the data was used to train the model?
QUESTION II : How can one justify the guidelines provided?
#GlobalAIandDataScience
#GlobalDataScience
#risk-modelling
0 comments
10 views
Permalink
Copy
https://community.ibm.com/community/user/blogs/moloy-de1/2020/12/31/points-to-ponder
Powered by Higher Logic