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

Description Usage Arguments

View source: R/make_wtheta_FAB.R

Description

Create optimal spending function for the specified marginal distribution

Usage

1
2
make_wtheta_FAB(marginal_fun, sigma, ..., alpha = 0.05, theta_min = -7,
  theta_max = 7, num_theta = 5000, epsilon = 1e-10, verbose = F)

Arguments

marginal_fun

function for marginal density of y

sigma

standard deviation for sampling model

...

other arguments to marginal function

alpha

confidence level

theta_min

minimal theta to create spending function

theta_max

maximal theta to create spending function

num_theta

length of theta grid

epsilon

starting point for root finding

verbose
t

truncation point


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