Travis-CI Build Status

AppVeyor Build Status

Coverage Status

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

numint

The goal of numint is to ...

Example

This is a basic example which shows you how to solve a common problem:

library(numint)

set.seed(1231)

ans <- numint(dbeta, a = 0, b = .5, shape1 = 2, shape2 = 20)
ans

plot(ans)


gvegayon/numint documentation built on May 24, 2019, 4:05 a.m.