Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
luntai opened this issue Oct 16, 2017 · 1 comment

Comments

@luntai
Copy link

luntai commented Oct 16, 2017

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 luntai changed the title 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 What is 'pdf' in line 38 'gaussians[index] = np.array([g_k.pdf(x) for g_k in g])' ? Oct 16, 2017
@ahmadmughees
Copy link

ahmadmughees commented May 11, 2020

Hi,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants