akkuPackages.chez-stats

akku-chez-stats 0.1.6

Read and write delimited text files, compute descriptive statistics, and generate random variates in Chez Scheme.

MIT License
programs: -
Platforms (80)
riscv32-nonei686-windowsx86_64-openbsdx86_64-uefis390x-linuxm68k-netbsdpowerpc-nonepowerpc-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  akkuPackages.chez-stats
];
Ad-hoc shell
nix-shell -p akkuPackages.chez-stats
Flake (nix run)
nix run nixpkgs#akkuPackages.chez-stats