dnorm_mix_tempered_unnorm: Function of a un-normalised tempered mixture Gaussian

Description Usage Arguments Value Examples

Description

Returns the value of a un-normalised tempered mixture Gaussian at given point x

Usage

1

Arguments

x

real value

w

vector: weights of mixture Gaussian

m

vector: means of mixture Gassuan

s

vector: st.devs of mixture Gaussian

b

real value between 0 and 1

Value

value: value of a un-normalised tempered mixture Gaussian at given point x

Examples

1
curve(dnorm_mix_tempered_unnorm(x, weights = c(0.4, 0.6), means = c(-3, 9), sds = c(1,1), beta = 1/4), -15, 20)

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