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

Implement JointProbabilitiesEstimator #373

Open
kahaaga opened this issue Jul 21, 2024 · 4 comments
Open

Implement JointProbabilitiesEstimator #373

kahaaga opened this issue Jul 21, 2024 · 4 comments

Comments

@kahaaga
Copy link
Member

kahaaga commented Jul 21, 2024

This paper discusses different ways of getting probabilities from counts for two variables. We should formalise this using the abstract JointProbabilitiesEstimator <: ProbabilitiesEstimator type, and let subtypes of it dictate how counts are translated into probabilities probabilities(estimator::JointProbabilitiesEstimator, input_data...). Currently, we just implicitly use RelativeAmount.

@Datseris
Copy link
Member

What does two variables mean here? Two input datasets? I thought this was for Causality tools.jl

@kahaaga
Copy link
Member Author

kahaaga commented Jul 24, 2024

What does two variables mean here? Two input datasets? I thought this was for Causality tools.jl

Two input datasets, yes. And this is the issue tracker for CausalityTools, so it should be here :D

@Datseris
Copy link
Member

Sorry, I completely missed looking at the package name :D

@Datseris
Copy link
Member

with the millions of estimators in complexitymeasures.jl it's easy to get lost ;)

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