pyfishervector icon indicating copy to clipboard operation
pyfishervector copied to clipboard

What is 'pdf' in line 38 'gaussians[index] = np.array([g_k.pdf(x) for g_k in g])' ?

Open luntai opened this issue 8 years ago • 1 comments

What is 'pdf' in line 38 'gaussians[index] = np.array([g_k.pdf(x) for g_k in g])' ????? I can't find the function @hendrycks @hugos94 @ @jacobgil

luntai avatar Oct 16 '17 08:10 luntai

Hi,

Its a probability density function from scipy library as multivariate_normal is a predefined function. see here

ahmadmughees avatar May 11 '20 22:05 ahmadmughees