lower_bound_phi_function_mixG: Lower bound finder for tempered mixture Gaussian

Description Usage Arguments Value Examples

Description

Finds the lower bound of a tempered mixture Gaussian

Usage

1

Arguments

weights

vector: weights of mixture Gaussian

means

vector: means of mixture Gassuan

sds

vector: st.devs of mixture Gaussian

beta

real value between 0 and 1

Value

value: lower bound of a tempered mixture Gaussian

Examples

1
2
curve(phi_function_mixG(x, weights = c(0.4, 0.6), means = c(-3, 9), sds = c(1,1), 1), from = -15, to = 20)
abline(h = lower_bound_phi_function_mixG(weights = c(0.4, 0.6), means = c(-3, 9), sds = c(1,1), 1))

rchan26/mixGaussTempering documentation built on June 14, 2019, 3:26 p.m.