Usage
try.flare(y, x, lambda = NULL, beta = NULL, sigma = NULL, alpha = NULL, nu = 1, epsilon = 1e-04, maxit = 10000, verb = FALSE, restart = 50)
Arguments
y
An n-vector of response values.
x
An n-vector of predictor values. An intercept term will be added by default.
lambda
Initial value of mixing proportions. Entries should sum to 1.
beta
Initial value of beta
parameters. Should be a 2x2 matrix where the columns
corresond to the component.
sigma
A vector of standard deviations.
alpha
A scalar for the exponential component's rate.
nu
A scalar specifying the barrier constant to use.
epsilon
The convergence criterion.
maxit
The maximum number of iterations.
verb
If TRUE, then various updates are printed during each iteration of the algorithm.
restart
The number of times to restart the algorithm in case convergence is not attained.
The default is 50.