Variance ======== .. currentmodule:: pykeen.metrics.ranking .. autoclass:: Variance :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~Variance.binarize ~Variance.closed_expectation ~Variance.closed_variance ~Variance.increasing ~Variance.key ~Variance.name ~Variance.needs_candidates ~Variance.supported_rank_types ~Variance.supports_weights ~Variance.synonyms ~Variance.value_range .. rubric:: Methods Summary .. autosummary:: ~Variance.__call__ ~Variance.expected_value ~Variance.extra_repr ~Variance.get_description ~Variance.get_link ~Variance.get_range ~Variance.get_sampled_values ~Variance.iter_extra_repr ~Variance.numeric_expected_value ~Variance.numeric_expected_value_with_ci ~Variance.numeric_variance ~Variance.numeric_variance_with_ci ~Variance.std ~Variance.variance .. rubric:: Attributes Documentation .. autoattribute:: binarize .. autoattribute:: closed_expectation .. autoattribute:: closed_variance .. autoattribute:: increasing .. autoattribute:: key .. autoattribute:: name .. autoattribute:: needs_candidates .. autoattribute:: supported_rank_types .. autoattribute:: supports_weights .. autoattribute:: synonyms .. autoattribute:: value_range .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: expected_value .. automethod:: extra_repr .. automethod:: get_description .. automethod:: get_link .. automethod:: get_range .. automethod:: get_sampled_values .. automethod:: iter_extra_repr .. automethod:: numeric_expected_value .. automethod:: numeric_expected_value_with_ci .. automethod:: numeric_variance .. automethod:: numeric_variance_with_ci .. automethod:: std .. automethod:: variance