R/fhat.R

Defines functions fhat

fhat <-
function(x,theta,mu,sigma){sum(theta*dnorm(x,mu,sigma))}

Try the PGICA package in your browser

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

PGICA documentation built on May 29, 2017, 7:52 p.m.