Sha256: 5bdc6cfc03fb6b300f1571feda06a2614112114d46be5a51021e276a91b10b67
Contents?: true
Size: 205 Bytes
Versions: 22
Compression:
Stored size: 205 Bytes
Contents
#!/usr/bin/env ruby require("gsl") x = GSL::Vector[0..10] y = GSL::Ran::logarithmic_pdf(x, 0.7) y.graph_step(x, "-C -X x -Y 'p(x)' -y 0 0.7 -L 'Logarithmic distribution, p = 0.7' --toggle-rotate-y-label")
Version data entries
22 entries across 22 versions & 4 rubygems