doubleintegral: Function to calculate double integrals

Description Usage Arguments Value

View source: R/hmi_smallfunctions_2018-01-21.R View source: R/hmi_smallfunctions_2017-12-28.R View source: R/hmi_smallfunctions_2017-12-20.R View source: R/hmi_smallfunctions_2017-11-14.R View source: R/hmi_smallfunctions_2017-09-14.R View source: R/hmi_smallfunctions_2017-09-01.R View source: R/hmi_smallfunctions_2017-02-21.R View source: R/hmi_smallfunctions_2017-02-05.R View source: R/hmi_smallfunctions_2017-01-13.R View source: R/hmi_smallfunctions_2017-01-05.R View source: R/hmi_smallfunctions_2016-12-22_01.R View source: R/hmi_smallfunctions_2016-12-14_04.R View source: R/hmi_smallfunctions_2016-12-14_03.R View source: R/hmi_smallfunctions_2016-12-09_01.R View source: R/hmi_smallfunctions_2016-12-08_01.R

Description

This function is primarily build to make the funtion components more neat.

Usage

1
doubleintegral(lower_inner, upper_inner, lower_outer, upper_outer, cdf, ...)

Arguments

lower_inner

The vector for the lower bound for the inner integral

upper_inner

The vector for the upper bound for the inner integral

lower_outer

The vector for the lower bound for the outer integral

upper_outer

The vector for the upper bound for the outer integral

cdf

the cumulative density function (from the class "function")

...

Further arguments passed to the cdf.

Value

a vector with the value of the double integral for each observation (with an observed target variable)


matthiasspeidel/hmi documentation built on Aug. 18, 2020, 4:37 p.m.