lossV: Loss function for optimizing V matrix

View source: R/loss_V.R

lossVR Documentation

Loss function for optimizing V matrix

Description

Loss function for optimizing V matrix

Usage

lossV(V, X0, X1, Z0, Z1, margin.ipop = 5e-04, sigf.ipop = 5, bound.ipop = 10)

Arguments

V

V matrix for determining weights

X0

FPCA score and covariate matrix for controls

X1

FPCA score and covariate matrix for the treatment

Z0

Outcome matrix for the controls

Z1

Outcome matrix for the treatment

margin.ipop

how close we get to the constraints; passed to ipop()

sigf.ipop

Precision; passed to ipop()

bound.ipop

Clipping bound for the variables; passed to ipop()


abshev/funkySynth documentation built on June 11, 2022, 11:39 p.m.