You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 probabilitiesprobabilities(estimator::JointProbabilitiesEstimator, input_data...)
. Currently, we just implicitly useRelativeAmount
.The text was updated successfully, but these errors were encountered: