/tpe

Assists in calculating the three-point estimate using the mean and standard deviation of the best, worst, and realistic estimate values.

Primary LanguageJavaScriptMIT LicenseMIT

ThreePointEstimation

Assists in calculating the three-point estimate using the mean and standard deviation of the best, worst, and realistic estimate values.

Getting Started

Install the module with: npm install ThreePointEstimation

var ThreePointEstimation = require('ThreePointEstimation');
ThreePointEstimation.createEstimate(10, 20, 15); // 18.333333333333332

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. (see .editorconfig) Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2015 Steve Holsinger Licensed under the MIT license.