p: Threshold probability (p(t))

Description Usage Arguments Value Author(s) References Examples

View source: R/p.R

Description

The decreasing function for the adptive puning.

Usage

1
p(t, c0, c1)

Arguments

t

int
The current iteration at which the probability of an adaption is calculated.

c0

double
Additive constant at the exponent-

c1

double
Multiplicative constant at the exponent.

Value

p returns the threshold of interest:

p(t)

double
It is p(t)= exp{c0+c1*t}.

Author(s)

L. Rimella, lorenzo.rimella@hotmail.it

References

Examples

1
2
3
4
5
t = 10
c0= -1
c1= 10

p(t, c0, c1)

Example output

Loading required package: Rcpp
Loading required package: MASS
[1] 9.88903e+42

RGeode documentation built on May 2, 2019, 1:09 p.m.

Related to p in RGeode...