runningIntegral: Title running integral

Description Usage Arguments Examples

View source: R/runningIntegral.R

Description

calculates the running integral for customer input

Usage

1
runningIntegral(x, y, integrate.step = 1)

Arguments

x

variable x use for integration process

y

variable y use for integration process

integrate.step

= the step used for calculating the integrale the default value is 1

Examples

1
2
3
4
npoints=1000
x=seq(1,npoints)
y=(dnorm(x, mean=npoints/2, sd=npoints/10))
runningIntegral(x,y)

takos documentation built on Jan. 13, 2021, 4:11 p.m.

Related to runningIntegral in takos...