R/dMixNorm.R

Defines functions dMixNorm

dMixNorm <-
function(x, mmu1, ssd1, mmu2, ssd2, ttau)
  ttau * dnorm(x, mmu1, ssd1) + (1 - ttau) * dnorm(x, mmu2, ssd2)

Try the geneSignatureFinder package in your browser

Any scripts or data that you put into this service are public.

geneSignatureFinder documentation built on May 2, 2019, 2:32 p.m.