Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PGS62 authored Feb 16, 2023
1 parent da18b84 commit c60cda3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,29 +73,29 @@ help?> KendallTau.corkendall_fromfile
inputhasheadercol::Bool, outputhasheaderrow::Bool, outputhasheadercol::Bool)


Compute Kendall's rank correlation coefficient, τ(x) where x is read from a csv file, writing the
result to another csv file.
Compute Kendall's rank correlation coefficient, τ(x) where x is read from a csv file,
writing the result to another csv file.

Arguments
≡≡≡≡≡≡≡≡≡≡≡

• inputfile::String: Path to a csv file containing the input data.
• inputfile::String: path to a csv file containing the input data.

• outputfile::String: Path to an output csv file.
• outputfile::String: path to an output csv file.

• inputhasheaderrow::Bool: Pass in true if the input file has a header row. If so, row and
column headers of outputfile match the input header row.
• inputhasheaderrow::Bool: pass in true if the input file has a header row. If
so, row and column headers of outputfile match the input header row.

• inputhasheadercol::Bool: Pass in true if the input file has a header column. The
contents of the header column have no effect on the output correlations.
• inputhasheadercol::Bool: pass in true if the input file has a header column.
The contents of the header column have no effect on the output correlations.

• outputhasheaderrow::Bool: Pass in true if outputfile is to be written with a header row.
If true but inputhasheaderrow is false then the header row written is Column1,Column2
etc.
• outputhasheaderrow::Bool: pass in true if outputfile is to be written with a
header row. If true but inputhasheaderrow is false then the header row written
is Column1,Column2 etc.

• outputhasheaderrow::Bool: Pass in true if outputfile is to be written with a header
column. If true but inputhasheaderrow is false then the header column written is
Column1,Column2 etc.
• outputhasheaderrow::Bool: pass in true if outputfile is to be written with a
header column. If true but inputhasheaderrow is false then the header column
written is Column1,Column2 etc.
```
### Performance chart (log scales!)
Expand Down

0 comments on commit c60cda3

Please sign in to comment.