Coder Social home page Coder Social logo

zhibirc / estimator Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 771 KB

:vertical_traffic_light: Estimate your tasks more precisely!

Home Page: https://zhibirc.github.io/estimator/

License: MIT License

HTML 50.38% JavaScript 32.64% CSS 16.97%
time estimate time-estimation productivity workflow

estimator's Introduction

GitHub Maintenance Build Status

Estimator

Estimate your tasks more precisely!

Theory

Regardless of the technique you use, the tendency in project estimation is to provide one number for each estimate. In many cases you can be more accurate by applying a simple PERT (Program Evaluation and Review Technique) model. PERT is a method of analyzing the tasks involved in completing a given project, especially the time needed to complete each task, and to identify the minimum time needed to complete the total project.

"PERT" was developed primarily to simplify the planning and scheduling of large and complex projects. It was developed for the U.S. Navy Special Projects Office in 1957 to support the U.S. Navy's Polaris nuclear submarine project and it found applications all over industry.

PERT has defined four types of time required to accomplish an activity:

- optimistic time: the minimum possible time required to accomplish an activity (o) or a path (O), assuming everything proceeds
  better than is normally expected;
- pessimistic time: the maximum possible time required to accomplish an activity (p) or a path (P), assuming everything goes
  wrong (but excluding major catastrophes);
- most likely time: the best estimate of the time required to accomplish an activity (m) or a path (M), assuming everything
  proceeds as normal;
- expected time: the best estimate of the time required to accomplish an activity (te) or a path (TE), accounting for the fact
  that things don't always proceed as normal (the implication being that the expected time is the average time the task
  would require if the task were repeated on a number of occasions over an extended period of time).

    _te = (o + 4m + p) ÷ 6_



standard deviation of time: the variability of the time for accomplishing an activity (σte) or a path (σTE)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.