make_w_theta: Create optimal spending function for the specified marginal...

Description Usage Arguments

View source: R/make_w_theta.R

Description

Create optimal spending function for the specified marginal distribution

Usage

1
2
3
make_w_theta(marginal_fun, sigma, t, ..., alpha = 0.05, theta_min = -7,
  theta_max = 7, num_theta = 5000, epsilon = 1e-10,
  verbose = FALSE)

Arguments

marginal_fun

function for marginal density of y

sigma

standard deviation for sampling model

t

truncation point

...

additional arguments to marginal function

alpha

confidence level

theta_min

minimal theta to create spending function

theta_max

maximum theta to create spending function

num_theta

length of theta grid

epsilon

starting point for root finding


spencerwoody/saFAB documentation built on Feb. 18, 2020, 5:56 a.m.