Iris Virginica Petal Length
Edgar Anderson's data for Iris virginica petal length.
Installation
$ npm install datasets-iris-virginica-petal-length
For use in the browser, use browserify.
Usage
var data = ;
data
Edgar Anderson's data for Iris virginica petal length.
console;// returns [ 6, 5.1, 5.9, ... ]
All values are in centimeters
.
Examples
var mean =variance =data = ;// Calculate the sample mean:console;// Calculate the sample variance:console;
To run the example code from the top-level application directory,
$ node ./examples/index.js
References
- Anderson, Edgar (1935). "The irises of the Gaspe Peninsula," Bulletin of the American Iris Society, 59, 2–5.
- Fisher, Ronald A. (1936). "The use of multiple measurements in taxonomic problems." Annals of Eugenics, 7, Part II, 179–188.
See Also
Tests
Unit
Unit tests use the Mocha test framework with Chai assertions. To run the tests, execute the following command in the top-level application directory:
$ make test
All new feature development should have corresponding unit tests to validate correct functionality.
Test Coverage
This repository uses Istanbul as its code coverage tool. To generate a test coverage report, execute the following command in the top-level application directory:
$ make test-cov
Istanbul creates a ./reports/coverage
directory. To access an HTML version of the report,
$ make view-cov
License
Copyright
Copyright © 2015. The Compute.io Authors.