Skip to content

ksiegmund/numint

 
 

Repository files navigation

Travis-CI Build Status

AppVeyor Build Status

Coverage Status

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
#> MONTE CARLO INTEGRATION
#> N: 100
#> Volume: 0.5000
#> 1.4385 +- 1.4996

plot(ans)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%