Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

F.sh 375 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. ps=F.ps
  3. gmt grdmath -R1/10/1/15 -I1 0.95 X Y FCRIT = F.nc
  4. gmt psbasemap -R0.5/10.5/0.5/15.5 -JX6i/-9i -Bg1+0.5 -P -K -X1.5i -Y0.5i > $ps
  5. gmt grd2xyz F.nc --FORMAT_FLOAT_OUT=%.2f > F.txt
  6. gmt pstext -R -J -F+f12p -O -Ba1 F.txt \
  7. -Bx+l"Degrees of freedom for numerator" -By+l"Degrees of freedom for denomitor" -BWN+t"Critical F table (@~a@~ = 0.05)" >> $ps
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...