num_int: This function performes numerical integration using monte...

Description Usage Arguments Details

View source: R/numint.r

Description

This function performes numerical integration using monte carlo integration

Usage

1
num_int(fn, ..., a, b, N = 100, ncores = 1, cl = NULL)

Arguments

fn

A function

a

The lower bound

b

is The upper bound

N

is The sample size

ncores

The number of processors to call

cl

An object of class cluster

Details

code; emph; graph; graph


pinhuang/Crystal documentation built on May 24, 2019, 6:16 a.m.