Versions in this module Expand all Collapse all v1 v1.0.0 Mar 28, 2021 Changes in this version + func Dbeta(x float64, shape1 float64, shape2 float64) float64 + func Dbinom(x float64, n float64, p float64) float64 + func Dcauchy(x float64, location float64, scale float64) float64 + func Dnorm(x float64, mean float64, sd float64) float64 + func Dt(x float64, df float64, ncp float64) float64 + func Dunif(x float64, min float64, max float64) float64 + func Integrate(f func(float64) float64, min float64, max float64) float64 + func Scaled_shifted_t(x float64, mean float64, sd float64, df float64) float64