uphill.mixnorm: uphill.mixnorm

Description Usage Arguments Author(s) Examples

View source: R/uphill.mixnorm.R

Description

This function is use for conducting a uphill search on the mixture of normal distribution

Usage

1
  uphill.mixnorm(x, k, n = 1000, t = 100)

Arguments

x

is the function of the mixture

k

is the number of mixture

n

is the number of iteration

t

is the temperature

Author(s)

Ernest Chan faiernest418@gmail.com

Examples

1
uphill.mixnorm(mixnorm(100, c(.50, .15, .35), c(-3, 0, 3), c(3,3,3)), 4, 1000, 10)

JackStat/CompPack documentation built on May 7, 2019, 10:16 a.m.