Skip to content

Commit

Permalink
v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yh202109 committed Jul 2, 2024
1 parent 3a369d7 commit 93429bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/statlab_corr_tau.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ To use ``mtbp3.corr``:
y1 = np.random.randint(1, size+1, size=size).tolist()
y2 = np.subtract(np.random.randint(1, size+1, size=size),y1).tolist()
t = CorrCalculator([y1,y2])
print("Kendall's tau (mtbp3.corr):", c.calculate_kendall_tau())
print("Kendall's tau (mtbp3.corr):", t.calculate_kendall_tau())
To create a scatter plot of ``y1`` and ``y2``:

Expand Down

0 comments on commit 93429bb

Please sign in to comment.