Sha256: 5979c092f3e938c52e995ea3708a2e7210da96a26298257f3ff809cacec90604

Contents?: true

Size: 228 Bytes

Versions: 1

Compression:

Stored size: 228 Bytes

Contents

module Distribution
  module BivariateNormal
    module GSL_
      class <<self
        def pdf(x, y, rho, s1 = 1.0, s2 = 1.0)
          GSL::Ran.bivariate_gaussian_pdf(x, y, s1, s2, rho)
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
distribution-0.8.0 lib/distribution/bivariatenormal/gsl.rb