commutazzio.statistics package

Submodules

commutazzio.statistics.aggregate_dimension module

commutazzio.statistics.non_interval_scores module

Finish the code according to the following latex code:

class commutazzio.statistics.non_interval_scores.CL4_NIScores(decomp: dict)

Bases: object

A class to calculate the non-interval scores of from the total decomposition of a CL4 representation.

property ns_const

Compute n-Score_c

ns_logistic(d0)

Compute the non-interval score using the logistic function to assign the weights. d0 for offset.

commutazzio.statistics.non_interval_scores_numba module

Finish the code according to the following latex code:

class commutazzio.statistics.non_interval_scores_numba.CL4_NIScores(decomp: dict)

Bases: object

A class to calculate the non-interval scores of from the total decomposition of a CL4 representation.

property ns_const

Compute n-Score_c

ns_logistic(d0)
class commutazzio.statistics.non_interval_scores_numba.CLN_NIScores(dots_str: str, lines_str: str)

Bases: object

property agg_total

Compute the aggregate dimension of the representation

property ns_c_prime

Module contents