No description
  • C 55.4%
  • Python 44.4%
  • Makefile 0.2%
Find a file
2025-04-09 17:05:03 +02:00
.gitignore .gitignore __pycache__ 2023-11-01 10:05:55 +01:00
derive.py derive.py: add option -w 2023-11-01 10:07:17 +01:00
hist.c hist: count lines with long, for more than 2G lines 2025-04-09 17:05:03 +02:00
hist.py hist.py: enable option -M 2023-10-31 15:56:02 +01:00
landau.gpt bg models w/ gauss domain 2024-03-01 15:01:38 +01:00
landau.py move various scripts into this project 2023-07-12 16:34:38 +02:00
LICENSE Initial commit 2022-08-08 10:17:35 +02:00
linreg.py do not rescale d[1] with logscale 2022-08-08 10:38:03 +02:00
Makefile Makefile: -O2 2023-11-01 10:02:56 +01:00
print.gpt print.gpt: use pngcairo 2025-04-09 17:00:39 +02:00
README.md README: hist.c 2023-11-01 10:03:28 +01:00
turbo_colormap.gpt move various scripts into this project 2023-07-12 16:34:38 +02:00
turbo_colormap_poly.gpt move various scripts into this project 2023-07-12 16:34:38 +02:00

gpthist

Scripts for data processing and plotting.

  • hist.py create histogram to be plotted with gnuplot style histeps,
  • hist.c same, faster
  • derive.py fit a polynomial to every data point with gaussian weight along x,
  • linreg.py fit a polynomial to the data.

hist.c is a programm written in C. Many regard programming in than language as a crime, because “safety”. I consider too much safety to be a crime. Gaining experience and training is a lot more important to keep our society viable. Let's made a lot of small mistakes and accidents to avoid the really dangerous ones, with competence instead of rules.