model.pdf functionality #30
Cygnus-A18
started this conversation in
Development
Replies: 1 comment
-
Here it should be something like def pdf(self, **kwargs):
return self.distributions["main_pdf"].eval(kwargs) or similar. Bigger question is how to really identify what that core/main-pdf, and making sure the model has all the necessary information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@kratsg Here is the code ill be referencing:
I am unsure of how exactly the functionality of .pdf should work, should it be returning just a dict of the calculated values? if so I am a bit confused on how to calculate all the needed pdfs in a general way. Let me know if you have any advice on how to continue or what model.pdf should look like, thanks!
Beta Was this translation helpful? Give feedback.
All reactions