mode_probdropout: Find the mode of the probabilistic dropout distribution...

Description Usage Arguments Warning

View source: R/probabilistic_dropouts.R

Description

Find the mode of the probabilistic dropout distribution function

Usage

1
mode_probdropout(mu, sigma2, rho, zeta)

Arguments

mu

double. The mean of the observed values.

sigma2

double. The variance of the mu estimate.

rho

vector. The positions of the inflection points of the dropout curves for each sample. Can also be a single number that is repeated nmis times. Defaults to an empty vector.

zeta

vector. The scale of the dropout curves for each sample. Can also be a single number that is repeated nmis times. Defaults to an empty vector.

Warning

This function is not vectorized


const-ae/proDD documentation built on Jan. 14, 2020, 9:34 a.m.