Learn R Programming

Rtwalk (version 2.0.0)

kernel_blow: Generate a proposal for the Blow kernel

Description

Generate a proposal for the Blow kernel

Usage

kernel_blow(n_dim, p_phi, x, xp)

Value

A list with the `proposal`, `n_phi`, and `phi`.

Arguments

n_dim

Dimension of the parameter space.

p_phi

Probability of updating each coordinate.

x

Current point `x`.

xp

Current point `x'`.