Mercurial > hg > cc > cirrus_work
view bin/spearman.sh @ 217:c15cef19b584
tld change investigation
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Fri, 16 Feb 2024 16:24:28 +0000 |
parents | 7ffb686ca060 |
children |
line wrap: on
line source
#!/usr/bin/bash matlab -batch '%' <<EOF disp("running") m=load("$1"); [r,p]=corr(m,'Type','Spearman') disp(r) disp(p) EOF