Skip to content

Commit

Permalink
Migrate correlation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
curran committed Dec 29, 2020
1 parent 2ecf9c0 commit 60f21e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/correlation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
reorder.correlation = {
export const correlation = {
pearson: function(a, b) {
var ma = science.stats.mean(a),
mb = science.stats.mean(b),
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ export { bfs_order } from './bfs_order';
export { ca_decorana, ca, ca_order } from './ca';
export { condition } from './condition';
export { version, debug } from './core';
export { correlation } from './correlation';

0 comments on commit 60f21e7

Please sign in to comment.