Replies: 1 comment 3 replies
-
This is a good question and probably something we should add to the tutorials somewhere! By passing To see the default values being applied when passing |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope to extract the data sampled by mcmc, so I used the following two different codes to try to obtain it, but the obtained results seem to be somewhat different. I don’t quite understand the difference between the functions of these two lines of code.Here are the distribution diagrams obtained by using these two writing methods for parameter q.
![1](https://private-user-images.githubusercontent.com/130527283/312376926-c28e14e9-d9ea-4b60-b562-4e9219e33ca1.JPG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MDY3NDQsIm5iZiI6MTczOTUwNjQ0NCwicGF0aCI6Ii8xMzA1MjcyODMvMzEyMzc2OTI2LWMyOGUxNGU5LWQ5ZWEtNGI2MC1iNTYyLTRlOTIxOWUzM2NhMS5KUEc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwNDE0MDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jMTRlZmY1ZGEzODEwNGQ0MmU5ZWExNDhhYTI0OTg3MzMxZjIwMjM0YmQ1ZGUxMjU3NWVhZTc1ZTVjMjIwZmIwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.yRak_MOhbdquwbxIiEQLgO6O21dsmBXvvMD3WoflBVQ)
![3](https://private-user-images.githubusercontent.com/130527283/312377313-c5281641-41bf-4873-9fa4-08006531c20c.JPG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MDY3NDQsIm5iZiI6MTczOTUwNjQ0NCwicGF0aCI6Ii8xMzA1MjcyODMvMzEyMzc3MzEzLWM1MjgxNjQxLTQxYmYtNDg3My05ZmE0LTA4MDA2NTMxYzIwYy5KUEc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwNDE0MDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mNTY5NGRjYTZkNDc3M2VkMDU4NGJkMmRmNGYyYjgyYjFjNTQ5OTNhZmY4NjUxNzEwNzlkYTIxMjY0NmE2ZmI2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.sfhJL_JTUDbaM4n1KAgaJipgs52fkakcJVvMeBok954)
Beta Was this translation helpful? Give feedback.
All reactions