SampleFuncQ: Sample ancestral coefficient matrix such as Q = f(coord).

View source: R/sampler.R

SampleFuncQR Documentation

Sample ancestral coefficient matrix such as Q = f(coord).

Description

Sample ancestral coefficient matrix such as Q = f(coord).

Usage

SampleFuncQ(coord, f = function(X) c(1/(1 + exp(-0.5 * X[1])), 1 - 1/(1 +
  exp(-0.5 * X[1]))))

Arguments

coord

Coodinate matrix.

f

Function of the coordinate.

Value

TODOC


cayek/TESS3_encho_sen documentation built on July 4, 2023, 7:51 p.m.