Learn R Programming

QuantumClone (version 1.0.0.6)

eval.fik.m: Eval probability for M step Computes the log directly as log density is faster to compute

Description

Eval probability for M step Computes the log directly as log density is faster to compute

Usage

eval.fik.m(Schrod, centers, weights, adj.factor, log = TRUE)

Arguments

Schrod

The shcrodinger list of matrices

centers

centers of the clusters

weights

weight of each cluster

adj.factor

The adjusting factor, taking into account contamination, copy number, number of copies

log

Should it compute the log distribution (TRUE) or probability (FALSE) between two optimization steps. If NULL, will take 1/(median depth).