Skip to contents

A simple simulation function for testing

Usage

sim_fun_test(arg1, arg2, length = 1000)

Arguments

arg1, arg2

Two parameters. arg1 contains ele1; arg2 contains ele2 and ele3.

length

The length of simulation.

Value

A matrix of simulation results.

See also

sim_fun_grad() and sim_fun_nongrad() for more realistic examples.