SequentialSamplingModels.jl icon indicating copy to clipboard operation
SequentialSamplingModels.jl copied to clipboard

Implement logpdf and loglikelihood for ProductDistribution

Open itsdfish opened this issue 6 months ago • 4 comments

See discussion here.

itsdfish avatar Jul 07 '25 21:07 itsdfish

@PTWaade, I added logpdf and rand methods for SSM2D that work for product_distribution. It works for SSM1D out of the box, but there were some complications for ContinuousMultivariateSSM. I will do some more investigation later.

I'll be releasing a new version soon with the new methods.

itsdfish avatar Jul 11 '25 13:07 itsdfish

@JuliaRegistrator register()

itsdfish avatar Jul 11 '25 13:07 itsdfish

Registration pull request created: JuliaRegistries/General/134564

Recommendation: add release notes

Release notes help your users know what has changed in the new version. For breaking releases in particular, it's recommended to document what breaking changes were made (or point to where changes can be found, such as a changelog).

To add release notes, just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add release notes to this registration, just re-invoke JuliaRegistrator and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.7 -m "<description of version>" c49c95846f072414c9c90ac59c7e0d4a4f7bf048
git push origin v0.12.7

JuliaRegistrator avatar Jul 11 '25 13:07 JuliaRegistrator

@itsdfish wonderful news - I will try it out as soon as I get the chance :)

Thank you, excited to use this more! I don't have any immediate use-cases with ContinuousMultivariateSSM models, but it would be great to be able to do product distributions with those as well.

Many warm thoughts from here

PTWaade avatar Jul 11 '25 14:07 PTWaade