Windham_populationinverse {scorematchingad} | R Documentation |
Inverse Transform for the Population Parameters Under Windham Weights
Description
Returns the matrix which reverses the effect of weights on a population for certain models.
Usage
Windham_populationinverse(cW)
Windham_populationinverse_alternative(newtheta, previoustheta, cW, cWav)
Arguments
cW |
A vector of tuning constants for the Windham robustification method performed by |
newtheta |
The parameter vector most recently estimated |
previoustheta |
The parameter vector estimated in the previous step |
cWav |
The value of the non-zero elements of |
Details
In the Windham robustification method (Windham()
) the effect of weighting a population plays a central role.
When the
the model density is proportional to ,
where
is a vector of sufficient statistics for a measurement
,
and
is a linear function,
Then weights proportional to
,
where
is a vector of tuning constants and
is the Hadamard (element-wise) product,
have a very simple effect on the population parameter vector
:
the weighted population follows a density of the same form, but with a parameter vector of
.
The inverse of this change to the parameter vector is then a matrix multiplication by a diagonal matrix with elements
, with
denoting the elements of
.
Value
A diagonal matrix with the same number of columns as cW
.
Functions
-
Windham_populationinverse
: The matrix with diagonal elements -
Windham_populationinverse_alternative
: The transform implemented as described by Scealy et al. (2024). It is mathematically equivalent to multiplication by the result ofWindham_populationinverse()
in the situation in Scealy et al. (2024).