StandardDeviation ================= .. currentmodule:: pykeen.metrics.ranking .. autoclass:: StandardDeviation :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~StandardDeviation.binarize ~StandardDeviation.closed_expectation ~StandardDeviation.closed_variance ~StandardDeviation.increasing ~StandardDeviation.key ~StandardDeviation.name ~StandardDeviation.needs_candidates ~StandardDeviation.supported_rank_types ~StandardDeviation.supports_weights ~StandardDeviation.synonyms ~StandardDeviation.value_range .. rubric:: Methods Summary .. autosummary:: ~StandardDeviation.__call__ ~StandardDeviation.expected_value ~StandardDeviation.extra_repr ~StandardDeviation.get_description ~StandardDeviation.get_link ~StandardDeviation.get_range ~StandardDeviation.get_sampled_values ~StandardDeviation.iter_extra_repr ~StandardDeviation.numeric_expected_value ~StandardDeviation.numeric_expected_value_with_ci ~StandardDeviation.numeric_variance ~StandardDeviation.numeric_variance_with_ci ~StandardDeviation.std ~StandardDeviation.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