Changed
- This implementation to align more closely with the specification of the
approach in the original paper. The extent parameter now takes an integer
value of 1, 2, or 3 that corresponds to the lambda parameter specified
in the paper. See the [readme](https://github.com/vc1492a/PyNomaly/blob/master/readme.md) for more details.
- Refactored the code base and created the Validate class, which includes
checks for data type, correct specification, and other dependencies.
Added
- Automated tests to ensure the desired functionality is being met can now be
found in the `PyNomaly/tests` directory.
- Code for the examples in the readme can now be found in the `examples` directory.
- Additional information for parameter selection in the [readme](https://github.com/vc1492a/PyNomaly/blob/master/readme.md).