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)

LorenzoRimella/RGeode documentation built on May 22, 2019, 12:22 p.m.